Re: Configuration Tomcat 4.0.1 for developing JSPs

2002-02-11 Thread tarunjava
the application in which u are making the changes should have the attribute regarding autoReloading true. This change in made at the place where the application is configures i.e. in server.xml file., bye tarun - Original Message - From: Christian Endres [EMAIL PROTECTED] To: Tomcat User

Re: Configuration Tomcat 4.0.1 for developing JSPs

2002-02-11 Thread tarunjava
the prob as i see is the Tomcat is not taking the changes and noit the browser tarun - Original Message - From: Shiva.Devaguptapu [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, February 11, 2002 2:24 PM Subject: RE: Configuration Tomcat 4.0.1 for developing JSPs

Re: Session Management between IIS and Tomcat

2002-02-11 Thread tarunjava
hi, The information saved in a session remains on the server specific class loader only and a session id is passed to the client which means the info in the session object is in the Tomcat's application specific class loader. But to share info between IIS and tomcat what we can to is save the

Re: JDBC

2002-02-11 Thread tarunjava
it would have been better had u send the prob u are facing. And in general try the code as a stand alone application and see if can get connected to the DB and if u do , then the prob could that the User is not authenticated to access the DB. for that u need to make an entry that the User should

Re: Running More than one instance of tomcat

2002-02-11 Thread tarunjava
u dont need to run 2 seperate instance but create 2 seperate applications and both will have seperater class loader and thus will work as completly seperate sites. tarun - Original Message - From: Donie Kelly [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday,

Re: Running More than one instance of tomcat

2002-02-12 Thread tarunjava
need to be able to restart the development one without upsetting the test one... Thanks Donie -Original Message- From: tarunjava [mailto:[EMAIL PROTECTED]] Sent: 11 February 2002 12:45 To: Tomcat Users List Subject: Re: Running More than one instance of tomcat u dont need to run 2

Re: Tomcat 4.0, Linux 2.4 - Tomcat appears to deploy all directoriesunder /usr/local/tomcat as web apps.

2002-02-12 Thread tarunjava
actually what u should do is add a attribute to Host tar which is -- appsBase=/home and then u should have the docBase as /site/... The the nbase of ur application will be /home and not /usr.. tarun _ Do You Yahoo!? Get your free

Re: No Suitable JDBC Driver Found when running Tomcat 4 .0 as NT service with JDK1.3.1_01

2002-02-12 Thread tarunjava
what must be happening is that u are putting the driver classpath in autoexec.bat or soem other batch file which is executeds after the tomcat begins as a servie so u get the error but after the complete booting autoexec file is executed and then the driver is in the classpath so u dont get the

Re: question on IIS 4 and catalina

2002-02-12 Thread tarunjava
yes ofcourse u caN DO THAT . wHAT U NEED TO DO IS THAT all the requests will be recieved by the IIS and will make a connector that will forward the request matching the url mapping /servlets to tomcat. Its quite easy and is at the jakarta's site and is\f still u are unzble to then i will mail u

Re: running tomcat server from a cdrom

2002-02-12 Thread tarunjava
i think it is very much possible as the tomcat writes only in the log files and in temp directory for each application which are configurable. tarun - Original Message - From: Franck Delahaye [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 12:40 AM Subject:

Re: Java.exe Memory Usage Crashes Tomcat

2002-02-12 Thread tarunjava
how much increase in Xms have u made, as i had faced the same prob and had over comed by increaing the value to 64Mb tarun - Original Message - From: Suzanne Holtham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 1:14 AM Subject: Java.exe Memory Usage Crashes

Re: [Ajp13] bad read: -103 on Tomcat4.0.1 with Apache 1.3

2002-02-12 Thread tarunjava
t could be that the resource for which the reuqest is made in not avaiable. It cannot be bacuase of the use of mod_jk. Try making a call to the same resource directly and in that case too the prob will come tarun - Original Message - From: Thanh Duong [EMAIL PROTECTED] To: Tomcat Users

Re: configuring tomcat and apache

2002-02-12 Thread tarunjava
the 2 most useful links for the same are : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html this will solve all ur probs tarun _ Do You Yahoo!? Get

Re: problem in running servlets

2002-02-12 Thread tarunjava
i hope by classpath u mean u have put the class file in the directory /My Application/WEB-NF/lasses/ folder . If it is anywhere else it wont work ~! tarun - Original Message - From: Deep Singh Bhau [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 5:23 PM Subject:

tomcat and other servers

2002-02-12 Thread tarunjava
the 2 most useful links for the same are : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html http://jakarta.apache.org/tomcat/tomcat-3.3-doc/mod_jk-howto.html this will solve all ur probs tarun