Hello All,

I am new to Tomcat, coming from a Websphere background. I am using Eclipse with the Tomcat plug-in installed. I can successfully start the server, everything seems OK so far.

A few questions.

1. On Websphere I had a web.xml file where I would define servlet entry points, context parameters, etc. I am assuming that I create this file by hand (Websphere created it automatically) and it goes in WEB-INF

2. performTask vs doGet - I have always used PerformTask rather than doGet. But all of the examples I find use doGet. Does Tomcat recognize PerformTask?

3. I am putting my packages and source in the work Directory

4. Where do JSP pages go?

5. I see that I need to export my project as a .war file. Where does this .war file go to run it?

6. Is there a way that I can run the .war file from directly in Eclipse?

Thanks for the information.

-jason


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

Reply via email to