Urgent. pls help me out

2003-02-17 Thread zafar ahsan
I have already installed tomcat and its working . ok now can anyone help me how should i move now, i mean i have written a servlet with jdbc(oracle thin layer) and its compiling without error. Now where should i put it and also whats the best way to organise my application. pls help me with an

Re: Urgent. pls help me out

2003-02-17 Thread David Kavanagh
Now, is this really urgent? I'll see if I can help. I'd point you to the tomcat/webapps/examples directory. These are some examples that come with tomcat. You'll find a WEB-INF directory there with a web.xml file within. This is what maps URLs to actual servlet classes. You can create your own

Re: Urgent. pls help me out

2003-02-17 Thread Peng Tuck Kwok
Tomcat comes with documentation which is relevant to developers about deployment . You can look in the directory of tomcat to find it, or just point your browser to http://localhost:8080/tomcat-docs zafar ahsan wrote: I have already installed tomcat and its working . ok now can anyone help me