RE: first time user

2005-04-05 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ben Subject: first time user question: 1) I have create a HelloWorld.java file, where should I put this file and be able to run it? 2) if I want it to look for helloworld.xml and have the action being call from there, what can I do? 3)

RE: first time user

2005-04-05 Thread samuel . goblet
Return Receipt Your RE: first time user document

RE: first time user!!!

2001-02-26 Thread Zakaria .
Thanks a lot, it worked!!! I have another question, when i try to compile a simple servlet using: javac -classpath c:\tomcat\lib\servlet.jar MyServlet.java i get an error about the symbol : HttpServlet the same error i get when i use :javac MyServlet.java Like the servlet.jar doesnt work or

RE: First time user - gripe!

2001-02-24 Thread Adam Fowler
-Original Message- snip ... Nine hours of time later, I've got the darn thing running - but I could have saved those nine hours of time if somebody would just update the file... snip That's nothing, My Professor was staring at the config files for 16 hours before his worked!

Re: first time user!!!

2001-02-22 Thread Mandar Joshi
I use tomcat start command to start it Mandar - Original Message - From: "Zakaria ." [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 5:34 PM Subject: first time user!!! My question is very basic, i cant get tomcat (jakarta-tomcat-3.2.1) to work on my windows

RE: first time user!!!

2001-02-22 Thread Peter Nguyen
Are you using Win9x? Windows 95/98 does not provide enough default environment space to run the Tomcat startup files. You will notice this if you try to execute the startup script and receive the message "Out of Environment space". Create shortcuts for the startup and shutdown files. For each

RE: first time user!!!

2001-02-22 Thread Etienne Baert
Well, the answer to your problem has been given a lot of time, so searching a little bit in the archive you would have find it. The problem is simply the amount of memory allocated to a command window in win98, it should be set up to 4096. -Original Message- From: Zakaria .