BUG: Tomcat does not reload webapps properly

2002-12-26 Thread Jiger Java
Hi, Am using Tomcat 4.1.12 on Windows 98/Linux. I found that tomcat when realoding a webapps becoz a class changed, does not call the Servlets registered as LoadOnStartup. Becoz of this the application starts correctly but if reloaded without a restart, the application comes unusabled since

Re: AW: Tomcat refusing jsessionid's

2002-05-27 Thread Jiger Java
id is not a part of the query string but part of the url. http://www.reseller.com:10001/anacreon/servlet/CustomerIndexServlet;jses sionid=A4A0314540585318A4F5E327F1457375 You should better disable cookies and use response.encodeUrl(). -Ursprüngliche Nachricht- Von: Jiger Java [mailto

Re: Tomcat refusing jsessionid's

2002-05-26 Thread Jiger Java
On 5/25/02 3:43 AM, Jiger Java [EMAIL PROTECTED] wrote: Hi, I have checked the archives already but did not come across similar problems so I would like to ask it. My Platform: Tomcat 4.0. JDK 1.4 RHT Linux We have this application hosted on an generic server say http

Tomcat refusing jsessionid's

2002-05-25 Thread Jiger Java
Hi, I have checked the archives already but did not come across similar problems so I would like to ask it. My Platform: Tomcat 4.0. JDK 1.4 RHT Linux We have this application hosted on an generic server say http://www.server.com now our reseller's can map their DNS such that

Re: Tomcat refusing jsessionid's

2002-05-25 Thread Jiger Java
name. I am not sure I understand your question, but if I am reading it correctly, the only thing you can do is some manual persistence scheme, such as using a database and url rewriting or some similar scheme. does this help? fillup On 5/25/02 3:43 AM, Jiger Java [EMAIL PROTECTED] wrote: Hi

Url Rewriting in Tomcat4.0

2002-02-11 Thread Jiger Java
Hi, Is is possible to do url rewriting in Tomcat. Something such that when a request like http://www.server.com/reseller comes in then the server will execute/get/map/etc etc the final url will become as http://server.com/servlet/LoginServlet?role=reseller which is then the named servlet

Servlet Mappings Problem

2002-02-08 Thread Jiger Java
Hi, I am having some problem fitting my requirements in web.xml. I want to do something like this. Whenever a user says http://server.com/contracts . It is supposed to show him the login page. But with some extra parameters to be added. So basically the url will become

RE: having to restart tomcat for new classes -More

2002-01-11 Thread Jiger Java
Hi Craig, * Creating objects based on classes loaded from /WEB-INF/classes or /WEB-INF/lib, but passing references to them to classes that are loaded from the shared class loader (and are thus NOT reloaded by the reloading mechanism). The old objects survive the reload (because

RE: having to restart tomcat for new classes -More

2002-01-09 Thread Jiger Java
Hi Craig, I just wanted to ask why do u have to restart the entire app when even one class changes. You must have seen my past 3-4 days mails am to facing a similar problem, I am not sure if this is a JDK 1.4 beta3 related problem but whenever I recompile any of my class which

Possible bug in Tomcat 4.0 final

2002-01-07 Thread Jiger Java
Hi all, I am using Tomcat 4.0 final, Win98, JDK 1.4 beta 3. Problem description :I feel that Tomcat is loosing some values from the session. Problem explanation : In the application we are building,I have tomcat 4.0 final running on win98. In my app the user logs in, his

Problems with Tomcat4, Reflection Classloading

2002-01-03 Thread Jiger Java
Hi all, I am using Tomcat 4.0 final, JDK 1.4 beta 3, Win98 for dev. I am using a automatic bean population class to automatically populate bean based on request object just like in Struts. Ok, now the problem comes during population when I receive the following exception.

Re: Unable to compile JSPs in Tomcat 4

2001-10-04 Thread Jiger Java
is notoriouse of working only with old xerces parser i.e xerces 1.2 or before. Bye, Jiger From: Jiger Java [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Unable to compile JSPs in Tomcat 4 Date: Wed, 03 Oct 2001 18:39:14 +0530 Hi Friends, I am working

Re: Unable to compile JSPs in Tomcat 4

2001-10-04 Thread Jiger Java
From: Jiger Java [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Unable to compile JSPs in Tomcat 4 Date: Thu, 04 Oct 2001 17:02:48 +0530 Hi all, Ok so finally I have been able to solve my Tomcat Problem. I am writing this for others to not waste 2 days

Unable to compile JSPs in Tomcat 4

2001-10-03 Thread Jiger Java
Hi Friends, I am working on Tomcat 4 Final Release. The scenerio is like this. I am using XML Schema instead of DTD so I downloaded Lastest Xerces 1.4.3 since older Xerces were creating problems. I put the latest Xerces.jar file in mycontext/WEB-INF/lib. Now these Xml files are

Re: Tomcat 4 and Log4J

2001-09-18 Thread Jiger Java
Hi Craig, Things are working now. What I did was to put log4j.properties in WEB-INF/classes log4j.jar in WEB-INF/lib. But as u will agree this is not optimum since I will then have to put log4j.jar in all WEbapps. So I moved log4j.jar into common/lib then problems start. If I put

Tomcat 4 RC 2 doubts

2001-09-16 Thread Jiger Java
Hi friends, This is my first mail to such a wondefull group.Well I just downloaded Tomcat Rc2 (and tried to convince my boss to use it). But frankly speaking I found some weird diffiulty installing Rc1 Rc2. Now I understand that Tomcat 4 has a major architecture changes like Custom

Re: Tomcat 4 RC 2 doubts

2001-09-16 Thread Jiger Java
From: Pier Fumagalli [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Tomcat 4 RC 2 doubts Date: Sun, 16 Sep 2001 14:25:41 +0100 Jiger Java [EMAIL PROTECTED] wrote: 1. Since Tomcat 4 uses its own Classloaders it does not recognise the JDK CLASSPATH