> -----Original Message-----
> From: Billy Ng [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 29, 2002 11:20 AM
> To: Struts Users Mailing List
> Cc: [EMAIL PROTECTED]
> Subject: Re: First time penatly
> 
> Thanks, Karr!  I am using Tomcat.  I find the jspc.bat in 
> TOMCAT_HOME/bin
> directory.  Couple more questions,
> 
> 1) after I pre-compile the jsp files, should I put them in the
> TOMCAT_HOME/work/ directory or in the
> TOMCAT_HOME/webapps/myApp/WEB-INF/classes/ directory.

These classes are no different from other classes in your app.  Put them in
the "classes" directory of your war file.

> 2) should I put the package declaration in the jsp files?

It's a good idea to have all classes be in a package.  This is especially
important if you have subdirectories of JSP pages.

Ask these questions on the "tomcat-user" list.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to