On Sunday 30 June 2002 7:09 pm, Juan Antonio Herraiz wrote:
> I want to know how I have to configure tomcat to run a jsp file
> with imports jar files, by example, xalan, jdom, xindice,...
>
> I don't know if I have to put this jar files in the CLASSPATH, copy them
> into the web-inf/lib... etc

Sounds like you want to read up on the structure of webapps.

webapps/myapp/someJspPage.jsp
webapps/myapp/WEB-INF/classes   classes go here
webapps/myapp/WEB-INF/lib   jars go here


John

-- 
John Baker, BSc CS.
Java Developer, TEAM Slb. (http://www.teamenergy.com/)
The views expressed in this mail are my own.

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

Reply via email to