Hi Michael,

I couldn't see a reply on the list to your question, so I thought I
would give it a shot....

Do you realise that the Sun 1.0 reference implementation is a complete
web sever, servlet runner and JSP engine ?  Many people seem to think
it's something you need to plug into an existing web server and/or
servlet runner, but it's not.  Once configured correctly, you run the
script/bat file and it starts listening on port 8080 (by default) for
http requests.  You don't need Apache and JServ to use it.

This may not be ideal if you want all requests to run through your
Apache server.  I have seen posts on this list, or maybe the servlet
one, with people talking about how to setup Apache so that it forwards
requests to the reference implementation based on the URL path, I think.
I would recommed checking the list archives.

Hope this helps.

Regards

Drew Cox

> -----Original Message-----
> From: Michael Rumpf [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, 7 May 1999 18:34
> To:   [EMAIL PROTECTED]
> Subject:      Another configuration question...
>
> Hi !
>
> Maybe the problem is already solved, if so, please someone give me a
> hint !
>
> I have the following configuration running:
>
> Sun Solaris 2.6
> Apache 1.3.6/PHP3/JServ1.0b4
> JSDK 2.0
> JDK 1.2.1_02 ( or JDK 1.1.8)
>
> I would like to set up Apache to make Sun's JSP1.0 reference
> implementation
> work on the configuration above.
>
> Is this possible or not ? And if not what do I have to change to get
> it
> running.
> If this is not working I would like to use GNUJSP but I could not find
> the
> 0.91 specification for JSP to find out what exactly GJSP 0.9.9
> supports.
>
> I am trying for one week now and I did not manage to get any other
> system
> running....
>
> PLEASE HELP !!!
>
> Michael Rumpf
>
> ======================================================================
> =====
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff JSP-INTEREST".  For general help, send email
> to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to