Rasika:
Please see Tomcat development documentation in jakarta-tomcat\doc\appdev. It
has excellent approach to build your servlet/jsp applications.
In short you should
make a directory for your application. Say c:\test\cusinf where cusinf is
the application.
cd test\cusinf
mkdir src
mkdir etc
mkdir lib
mkdir web
copy/build web.xml into etc ( See sample directory listed in documentation)
copy/build build.xml and build.bat files for compilations in c:\test\cusinf
area
copy your servlet java files into src
run build.bat file in the c:\test\cusinf
It should build the applications move your directory tree into webapps.
Cheers,
Rk
>From: "Rasika" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: very very urgent!!!
>Date: Thu, 16 Nov 2000 11:43:28 +0800
>
>I have installed Apache3.1 and TOMCAT 3.1
> Inside Apache\donf\httpd.conf I have included reference to
>tomcat-apache.conf file. I have also downloaded apachemodulejserv.dll But
>I'm not able to run my servlets stored inside
>tomcat\webapps\root\web-inf\classes directory. I'm able to run servlets
>created inside tomcat\webapps\examples\web-inf\classes directory. Please
>tell me what configuration I need to do in order to run servlets from
>tomcat root???
>Thanks.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.