HP3000-L Archives

December 2000, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
John Burke <[log in to unmask]>
Reply To:
John Burke <[log in to unmask]>
Date:
Mon, 18 Dec 2000 13:32:48 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (67 lines)
You probably need code in /APACHE/PUB/conf/httpd.conf for "jserv" much like
the following I have in mine for "server-status":

#
# Allow server status reports, with the URL of
http://servername/server-status
# Change the ".your_domain.com" to match your domain to enable.
#
<Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from .burke-consulting.com
    Allow from .paccoast.com
</Location>

HTH,
John Burke

> -----Original Message-----
> From: Doug Becker [mailto:[log in to unmask]]
> Sent: Monday, December 18, 2000 1:13 PM
> To: [log in to unmask]
> Subject: [HP3000-L] Apache Java Server Question
>
>
> After struggling for 18 months to get the Apache Java Server
> to actually work, I hope you can understand how exciting it
> is to actually get the "Hello World" and IsItWorking servlets
> to do what they are supposed to here at the ranch on our HP
> e3000 System!
>
> Way to go HP!
>
> And my gratitude goes to the half-dozen or so folks at HP who
> have helped us get there!
>
> My question is this:
>
> On the instructions for installing the Java Servlets Beta for
> MPE/iX under Verify startup, is the instruction:
>
> "Once the servlet engine is running, you can view servlet
> status by calling the servlet status handler,
>
> http://your.host.com/jserv/   "
>
> When I enter "http://hp/jserv/" in my browser, I get:
>
> Forbidden
> You don't have permission to access /jserv/ on this server.
>
> Apache/1.3.9 Server at http://an.I.P.address Port 80
>
> I don't see any obvious ways around this.
>
> PS: We just issued the Purchase Order for Webise this morning!
> Sometimes good things *DO* happen to governmental agencies at
> the end of the budget year!
>
> My intention is to take all my learnings and put them on my
> web site so people can follow the same processes step by step.
> BTW: There is an update on ATM Voting at my web site. I'll
> tone it down later.
>
>

ATOM RSS1 RSS2