RE: servelet problem

2000-12-08 Thread Subha Gowri K V
Hi, We are assuming that you want to use tomcat to execute jsp and servlets. 1. Edit your server.xml file. 2. Add a new context like this: Context path="/myproj" docBase="c:\Program Files\Apache Group\Apache\htdocs\myproj" debug="0" reloadable="true"/ 3. Create a folder structure like

RE: servelet problem

2000-12-08 Thread Affan Alim
TED]] Sent: Friday, December 08, 2000 12:33 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: servelet problem Hi, We are assuming that you want to use tomcat to execute jsp and servlets. 1. Edit your server.xml file. 2. Add a new context like this: Context path="/myproj"

Re: servelet problem

2000-12-08 Thread Kief Morris
Affan Alim typed the following on 14:04 08/12/2000 + I am running Apache on Linux Redhat 6.2 so could any one please guide me how to set this up on linux. as well as where i put the servelet in apache eb server please send the directory structure of servlet class file. Please send me