That is not true at all...you can put your JSP pages wherever you want, the 
stipulation is that you must adjust your URL accordingly including any file aliases 
setup, etc. You also do not have to restart the JavaWebServer every time you change a 
JSP file either. The last modified timestamp is checked on the file and if a newer 
version exists, it will automatically generate the Java source code, compile it, and 
load it into memory.

>>> [EMAIL PROTECTED] 8/1/00 3:15 >>>
Hi

You have to put your jsp file in the /public_html directory.
after that type...
http://localhost:8080/YourFile.jsp

You also have to delete the /tmpdir folder under JavaWebServer folder and
reboot de java web server each time you make some change.

----- Original Message -----
From: "Wei Qin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 01, 2000 2:50 PM
Subject: Re: error 500 when I run my own JSP


> Hello,
>
>  I installed JDK 1.2.2 and JSWDK , and now I can run examples in JSWDK.
>  But when I put my own JSP files in /examples/jsp, either directly or in
>  their own subdirectory(same directories with examples), I got 500
> error(Internal server error)
>
> I find some funny thing:even I modify the code in example(such as change
> some HTML code), but it still gives the result of originally code. It
means
> the server doesn't recongize the new modified code.
>
>  Can some one can tell me what the reason is?=20
>
>  Thanks a lot.
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to