Hi! I found my JRun can create servlet java file for JSP. But it cannot
compile them. (if I compile manually, the JSP file can be displayed, so
work.). I've setup the classpath in JRun. So can anyone give me some
advice?

Thanks!

Xizhen Wang wrote:
>
> >
> > > Hi! all, do we need to configure JRun (or web server) to let it know
> > > which directory will run JSP files? If yes, how? If not, I found the JSP
> > > files under some directory works, but the same JSP files under some
> > > other directories does not work. what is the magic?
> >
> > JSP files can be stored anywhere you want as long as they are within the document
> > path.  You should be okay if you put them with your HTML files.  If you are using a
> > webserver in front of JRun, make sure that the webserver knows what to do with JSP
> > files.
>
> Thanks a lot! I do put JSP files with HTML files. How to let the
> webserver know what to do with JSP file? (what to do?)
>
> >
> > Also make sure that your mapping is set correctly.
> The mapping in my JRun is *.jsp - com.livesoftware.jsp.JSPServlet.
>
> Thanks!
>
> --
> Xizhen
>
> http://www.alladvantage.com/home.asp?refid=ANI887
> https://secure.paypal.com/refer/pal=delate%40hotmail.com

--
Xizhen

http://www.alladvantage.com/home.asp?refid=ANI887
https://secure.paypal.com/refer/pal=delate%40hotmail.com

===========================================================================
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