RE: newbie questions

2004-10-02 Thread Cameron Roe
Thanks QM! -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: October 1, 2004 4:05 PM To: Tomcat Users List Subject: Re: newbie questions On Fri, Oct 01, 2004 at 03:42:09PM -0600, Cameron Roe wrote: : Ok so here goes. I want a have a version of the JavaDoc for the Java Servlet

Re: newbie questions

2004-10-01 Thread QM
On Fri, Oct 01, 2004 at 03:42:09PM -0600, Cameron Roe wrote: : Ok so here goes. I want a have a version of the JavaDoc for the Java Servlet : API on my local machine. I can then link in my IDE and get mouse-over : javadoc for the Servlet API. Where do I get it? java.sun.com, there should be a

RE: Newbie questions

2002-08-16 Thread Jim Marnell
/web.xml.txt Also look at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html for other information. -Original Message- From: Jim Marnell [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 12:23 PM To: Tomcat Users List Subject: RE: Newbie questions Can you

RE: Newbie questions

2002-08-16 Thread Saravanan Bellan
PM To: Tomcat Users List Subject: RE: Newbie questions I had not added context entry's to server.xml. I added the following and it still does not work: debug=0 privileged=true/ debug=0 privileged=true/ The examples entry looked complicated so I

RE: Newbie questions

2002-08-15 Thread Shapira, Yoav
Hi, I assume your servlet is called Form1? form method=post action=http://localhost:8080/jimbo/Form1; Also, do I need any special apache modules for tomcat? You need a connector installed between them e.g. mod_jk or mod_webapp. Check out the docs at, for example,

RE: Newbie questions

2002-08-15 Thread Turner, John
Did you add a Context entry in server.xml for jimbo? Basically, wherever you see entries in server.xml for examples, you need to do the same thing for jimbo, then restart tomcat. You can also put your servlet into the examples directory, with the example servlets, and see if you can call it

RE: Newbie questions

2002-08-15 Thread Saravanan Bellan
To: Tomcat Users List Subject: RE: Newbie questions Can you show a complete example please? Thanks /Jim Saravanan Bellan wrote:Servlets should have their mapping defined in WEB-INF/web.xml -Original Message- From: Jim Marnell [mailto:[EMAIL PROTECTED]] Sent: Thursday, August

Re: Newbie Questions JSP/Tomcat

2001-04-16 Thread Tim O'Neil
Look in $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes At 12:12 PM 4/16/2001 -0500, Scott P wrote: On page 25 they talk about placing Servlets in the install_dir/classes directory. My install did not come with a classes dir, in the install_dir?