running tomcat offline

2003-06-27 Thread P.Ruijters
Hello, Is it possible to develop servlets in tomcat offline? Currently I do need an internet connection to be able to run my servlets/jsp. Without the connection it does not. This is inconvenient if you want to work on say a laptop temporarily not being able to connect to the internet. If it

Re: running tomcat offline ...now ok thanks

2003-06-27 Thread P.Ruijters
: RE: running tomcat offline You should be able to use tomcat via localhost. If that doesn't work try the address of 127.0.0.1. --mikej -=-- mike jackson [EMAIL PROTECTED] -Original Message- From: P.Ruijters [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 1:03 PM

servlet(tomcat?) saves file in unwanted location

2002-07-06 Thread P.Ruijters
Hello, First question: = In one of my first servlets I want to save Form data in a file in the same directory as the servlet is running: ./classes/formdata.txt. When I use straight forward code to do this I find the file formdata.txt back NOT in the classes directory but in the