Thank you so much for your replies.  I am pretty much open to use any JSP
engine.  Can anyone give me some instructions on how to do that for a
specific engine?  The big problem is that not only obtaining the servlet
equivalents for jsp, but also instruct the engine to look at the servlet
class file instead of jsp.

thanks again, everybody!!

-Alex Wu

-----Original Message-----
From: P'Simer, Dana [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 10, 2000 7:36 AM
To: 'alex wu'; [EMAIL PROTECTED]
Subject: RE: how to convert jsp to servlet?


The method for converting JSPs to servlets is going to be Server dependant
so it is hard to tell you how without knowing the environment you are using.
Alternativly, you could just hit all your pages after you deploy them so
that the translation phase is complete before any user access the page.  I
know that Tomcat has a method to pre-compile pages.  Maybe your server does
as well.

Dana H. P'Simer, Jr.
x7547
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-----Original Message-----
From: alex wu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 10, 2000 5:39 AM
To: [EMAIL PROTECTED]
Subject: how to convert jsp to servlet?


Is there a way to convert jsp files to servlet files?  I want to code in jsp
and deploy in servlet so that I don't get the slow down problem when access
jsp files the first time.

any idea would be appreciated.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to