1.create [yourcontext] in to the webapps directory 2.create WEB-INF in to the [yourcontext] directory 3.create classes in to the WEB-INF directory 4.create lib in to the WEB_INF directory 5. add <Context path="/yourcontext" docBase="yourcontext" debug="0" reloadable="true"/> this line to TOMCAT_HOME/conf/server.xml file 6. restart Tomcat 7. http://localhost:8080/yourcontext/
----- Original Message ----- From: "Duncan Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 17:37 Subject: Web Apps > Can anybody please point me in the direction for a good help/tutorial > file for editing and adding Web Apps in Tomcat 4? > > Cheers > Duncan > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
