RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
Did you compile the .java file and place the .class file in that folder? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web:

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
Also can you post the code in your web.xml where you set-up the servlet and where did you place the web.xml? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax:

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Brian SJ Wong
Dear Schalk, When I tried to compile it there are some errors which says the same things when i tried to compile the .java file from the servlet-examples folder. I guess I missed doing some configurations which I am not familiar with. Schalk [EMAIL PROTECTED] wrote: Did you compile the .java

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
and delete the original email. Thank you. :: -Original Message- :: From: Brian SJ Wong [mailto:[EMAIL PROTECTED] :: Sent: Wednesday, June 30, 2004 11:30 PM :: To: Tomcat Users List :: Subject: RE: I need help about deploying a servlet in tomcat :: :: Dear Schalk, :: :: When I tried to compile

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Wendy Smoak
From: Brian SJ Wong [mailto:[EMAIL PROTECTED] When I tried to compile it there are some errors which says the same things when i tried to compile the .java file from the servlet-examples folder. I guess I missed doing some configurations which I am not familiar with. What did you type,

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Brian SJ Wong
Well, I guess that I am totally lost:( This is the first time I use Tomcat and I don't know nothing about it. I already installed JDK and set the environment variable such as JAVA_HOME and set the class path very well. I used java before and every thing is fine. I am going to use the ROOT

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
the original email. Thank you. :: -Original Message- :: From: Brian SJ Wong [mailto:[EMAIL PROTECTED] :: Sent: Thursday, July 01, 2004 12:22 AM :: To: Tomcat Users List :: Subject: RE: I need help about deploying a servlet in tomcat :: :: Well, I guess that I am totally lost

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Schalk
and delete the original email. Thank you. :: -Original Message- :: From: Schalk [mailto:[EMAIL PROTECTED] :: Sent: Thursday, July 01, 2004 12:33 AM :: To: 'Tomcat Users List' :: Subject: RE: I need help about deploying a servlet in tomcat :: :: When trying to compile your HelloWorld.java file what

RE: I need help about deploying a servlet in tomcat

2004-06-30 Thread Wendy Smoak
From: Brian SJ Wong [mailto:[EMAIL PROTECTED] I am going to use the ROOT folder to store my servlets. There is a web.xml file in that folder and I only alter the information about the servlet that I am going to put, which is the HelloWorld. I only wrote the HelloWorld.java and put them