What is a good dev-enviroment for servlet/tomcat?

2003-10-08 Thread joe udder
Hello. I am thinking of how I can improve my development enviroment when doing my webapps. Until now, I've used a handcrafted build.xml to make my webapp, and then the usual _ Tired of spam? Get advanced junk mail protection with

What is a good dev-enviroment for servlet/tomcat?

2003-10-08 Thread joe udder
Hello. I was thinking about methods to improve my so called development enviroment, and I am curious to learn how others do when they work. Until now I use a handcrafted build.xml which by using ant builds the jars, classes, creates WEB-INF and all that stuff. Later I use the normal

Re: find out why the loading of the driver fails

2003-01-27 Thread joe udder
Thanks for your suggestions. Amazingly enough it seem to work if I put the driver where you suggested. I got another error, but that seem to be Postgresql-related. I suppose the reason why it is not loaded from the WEB-INF/lib-directory is because the driver is defined in server.xml as a

find out why the loading of the driver fails

2003-01-26 Thread joe udder
Hello. Does anyone have any good hints on how to tweak tomcat to output more information about errors? When I am trying to load a JDBC-driver it fails, but it doesn't give me a clue on why it fails. I checked the web for similar errors, so I started by adding the .JAR-file to the classpath,

Some advice on getting webapp-root and reading/writing

2003-01-19 Thread joe udder
Hello. Does anyone have some advice to give me on the following ideas? My first problem is to find the correct path to my files. Is there a method to get the document-root of my webapp, so I only need to append Images/jpg and WEB-INF/settings to the path? I suppose using URL's is the most

mod_jk2 and userdirectories

2002-11-20 Thread joe udder
Hello. Can anyone please point out a guide or documentation on how to enable userdirectories for usage with mod_jk2 and tomcat? So normal users can have servlets and jsps in their public_html-directories. Google revealed the solution for the tomcat-part, by adding these lines to server.xml