How do I specify a different workDir for each user accessing the same Tomcat 4.1.27 implementation

2003-09-26 Thread Biswas, Goutam_Kumar
Hi, I am trying to manage a development team wherein each user uses the same instance of Tomcat for development. I do this by having a different server.xml file for each user and having the context docBase point to the build/webapps directory of each user, like shown below: Context

RE: How do I specify a different workDir for each user accessing the same Tomcat 4.1.27 implementation

2003-09-26 Thread Biswas, Goutam_Kumar
CATALINA_BASE. Take the rest of your configurations, especially the Loader, out of server.xml. A better alternative is to have a completely separate tomcat instance for each developer. Yoav Shapira Millennium ChemInformatics -Original Message- From: Biswas, Goutam_Kumar [mailto:[EMAIL PROTECTED

RE: How do I specify a different workDir for each user accessing the same Tomcat 4.1.27 implementation

2003-09-26 Thread Biswas, Goutam_Kumar
Thanks Shapira ... for the feedback and for making me more knowledgeable :-) -Goutam -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 10:31 PM To: Tomcat Users List Subject: RE: How do I specify a different workDir for each user

newbie jasperException

2003-09-22 Thread Biswas, Goutam_Kumar
Hi, I am getting the following JasperException. (Please scroll below for the exception :-) ). I am relatively new to jsp. Can anyone please point me as to what's going wrong here? FYI I am including the jsp code also. -jsp code html head script

RE: newbie jasperException

2003-09-22 Thread Biswas, Goutam_Kumar
Chrish, Thanks for finding time to reply to my question. After some hours of churning the jsp code around I tracked down my mistake to not passing a command line property (-Dpos.home-...) to the JVM. When I set this property using CATALINA_OPTS=-Dpos.home=... I got the output. Thanks again.