Cannot run my first servlet

2002-08-28 Thread Jim Marnell
I give up - I hope someone can look over the setup and tell me what's wrong. I'm getting the 404 resource not available when I try to invoke the servlet from action statement of form. I'm concerned that I don't have the servlet URI correct on the action statement. [root@redfish jmarnell]#

RE: Cannot run my first servlet

2002-08-28 Thread Jim Marnell
) at java.net.ServerSocket.accept(ServerSocket.java:409) at org.apache.catalina.connector.warp.WarpConnector.run(WarpConnector.ja va:590) at java.lang.Thread.run(Thread.java:536) Thanks again..jim Sexton, George wrote:try: /servlet/Form1 method=post -Original Message- From: Jim Marnell

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

Newbie questions

2002-08-15 Thread Jim Marnell
I'm having problems running a servlet. I've installed tomcat 4.0.4, apache 2 jdk 1.4 on redhat 7.2. I put html file with the following into apache's htdocs directory form method=post action=http://localhost:8080/jimbo/Form1; I then created a directory in $tomcat_home/webapps called jimbo.