I did read about a bug in automatic page recompilation in the reference
implementation, but it seems to work for me. At least it works in simple
cases, where the changed page is the one named in the URL. I haven't tried
all the varieties of include.

I run it on NT 4.0. The reference implementation doesn't use or require
another server.

Bob Foster
Symantec Internet Tools  http://www.visualcafe.com/

______________________________ Reply Separator _________________________________
Subject: Re: Another configuration question...
Author:  Michael Rumpf <[EMAIL PROTECTED]> at Internet
Date:    5/10/99 10:48 AM


Thanks very much for your reply.
I am running GNUJSP at the moment because I have read that JServ is not able
to deal with Sun's JSP1.0, because of its lack of JSDK2.1 support.
What I've also read, was that there is no automatic page recompilation in
Sun's reference implementation... (!? but i am not really sure about that)
We want to develop an application with JSP and automatic page recompilation
is an important feature for us. I think I have to wait until JServ is
supporting JSDK2.1 so that it can be run under Apache/JDK1.2/JSDK2.1/JServ.

Michael

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Drew Cox
Sent: Sonntag, 9. Mai 1999 03:39
To: [EMAIL PROTECTED]
Subject: Re: Another configuration question...


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".

Reply via email to