Session reset on recompiling class?

2003-03-13 Thread Prashanth Pushpagiri
Hi, I have noticed that tomcat drops all active sessions when I recompile a class in my webapplication. Is there anyway to work around this so that it just loads the compiled class without loosing session information? Would persistent manager help? Thanks Prashanth

[OT] Caching problems with IE after download

2003-03-07 Thread Prashanth Pushpagiri
Hi everyone: This is more related to Java than tomcat i guess! But any input would be greatly appreciated. This is a question that has been around for a while now...I tried looking up the forums on Sun's website...but could not really find a solution to solve my problem...so here goes... I have

[OT] Caching problems with IE after download

2003-03-07 Thread Prashanth Pushpagiri
Hi everyone: This is more related to Java than tomcat i guess! But any input would be greatly appreciated. This is a question that has been around for a while now...I tried looking up the forums on Sun's website...but could not really find a solution to solve my problem...so here goes... I have

[OT] cache problems with IE after file download...could it be tomcat?

2003-03-07 Thread Prashanth Pushpagiri
Hi everyone: This is more related to Java than tomcat i guess! But any input would be greatly appreciated. This is a question that has been around for a while now...I tried looking up the forums on Sun's website...but could not really find a solution to solve my problem...so here goes... I have

Accessing Tomcat contexts from a desktop application?

2003-02-20 Thread Prashanth Pushpagiri
Hi, I am looking for a way of accessing a web application context from a standalone desktop application. Is this even possible? Basically, I have a connection pool in my web application's context and would like to access that from the application. I would also like to extract some string and

accessing/modifying 404 page in tomcat?

2003-01-27 Thread Prashanth Pushpagiri
Hi, I'm sure a lot of you have gone through this before..., is there anyway I can display a different 404 error when tomcat does not find a page that was requested? I would like to customize it a little...some setting may be Thanks --Prashanth

RE: accessing/modifying 404 page in tomcat?

2003-01-27 Thread Prashanth Pushpagiri
. -Original Message- From: Prashanth Pushpagiri [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 11:27 AM To: Tomcat Users List Subject: accessing/modifying 404 page in tomcat? Hi, I'm sure a lot of you have gone through this before..., is there anyway I can

Sharing Session data between two instances?

2002-12-15 Thread Prashanth Pushpagiri
Hi I am trying to setup tomcat 4.1.12 on two servers so that an incoming request can be handled by either one of the servers. What I would like to do is share session details between the two instances. Is this possible? Thanks Prashanth __ Do you

Redirecting requests back to the webserver from tomcat

2002-11-30 Thread Prashanth Pushpagiri
Hi Is there a way to redirect a request that comes to tomcat back to the main webserver (IIS or Apache etc.). I want to use tomcat to verify the existence of a session and then send it back to IIS to serve the page out. Is this possible? Thanks Prashanth

Can tomcat redirect to IIS?

2002-11-29 Thread Prashanth Pushpagiri
Hi I am using IIS 5.0 on Windows 2000 Adv Server and tomcat 4.1.12 for my servlet engine. When we configure tomcat with other webservers, we have request filters identifying which requests need to be handled by tomcat right? I want to know if it is possible to do the reverse. Say I have a request

RE: Tomcat 4.1.12 Logs??

2002-11-26 Thread Prashanth Pushpagiri
to that Context. Yoav Shapira Millennium ChemInformatics -Original Message- From: Prashanth Pushpagiri [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 5:03 PM To: Tomcat Users List Subject: Re: Tomcat 4.1.12 Logs?? Hi: I am running Tomcat 4.1.12 alongside IIS 5.0. I have

RE: Tomcat 4.1.12 Logs??

2002-11-26 Thread Prashanth Pushpagiri
by default. Comment it in if you'd like those access logs. You can also move it under a specific Context element to only log accesses to that Context. Yoav Shapira Millennium ChemInformatics -Original Message- From: Prashanth Pushpagiri [mailto:[EMAIL PROTECTED

Tomcat 4.1.12 Logs??

2002-11-25 Thread Prashanth Pushpagiri
Hi: I am running Tomcat 4.1.12 alongside IIS 5.0. I have no installation problems, but what I'd like to know is how to set up my logs. In all previous versions of Tomcat I observed Tomcat logging access details (complete HTTP requests made) in files like localhost_accesslog_***.txt, but in 4.1.x

Session loss with IE 6/5.5

2002-11-13 Thread Prashanth Pushpagiri
Hello everyone: I thought I had seen a question posted earlier on the list, a similar one...but could not find it...so I'm reposting... I use tomcat 4.1.12 with IIS 5.0 on windows 2000 adv. server. I use tomcat for serving jsp pages and IIS for all other files. Now, I've set up IIS to point to

Re: Only one user at a time can use Tomcat ?

2002-11-06 Thread Prashanth Pushpagiri
make sure u are not implementing a singlethread mode in your application. VP --- [EMAIL PROTECTED] wrote: Has this thread been discussed already, sorry I was draining the swamp and might have missed that. Only one user at a time can log onto my Tomcat. What have I missed and where should I

Re: tomcat and IIS 5.0 exe files create problems

2002-11-04 Thread Prashanth Pushpagiri
, but I'll need more details to be able to determine if this is a Tomcat bug or not. Prashanth Pushpagiri [EMAIL PROTECTED] wrote in message news:20021103011916.90693.qmail;web20807.mail.yahoo.com... Hello everyone: I am running tomcat 4.1.12 on windows 2000 advanced server (IIS 5.0

tomcat and IIS 5.0 exe files create problems

2002-11-02 Thread Prashanth Pushpagiri
Hello everyone: I am running tomcat 4.1.12 on windows 2000 advanced server (IIS 5.0) and have been facing problems with exe files. note that this problem has been persistent ever since I started using tomcat(way back in version 3.3.2). When I have a website without tomcat working along-side IIS,

Re: How to create a connection pool

2002-10-03 Thread Prashanth Pushpagiri
you should make your bean persistent (change the scope to application) and then have it create 'n' connections when first called. you can then reuse connections. There are a number of implementations available for connection pooling. You may want to reuse them instead of re-creating the process.

IIS problems with tomcat 4.0.2

2002-09-23 Thread Prashanth Pushpagiri
Hello everyone: I am running tomcat 4.0.2 on windows 200 adv server. I've been running the website with tomcat 4.0 for a few months now and I have noticed something that I dont know how to fix. I am trying to restart IIS on my machine and when I do so I get an error: Could not start service. IP

tomcat 4.0.2/ SQL server 2000/ IIS 5.0 crashes

2002-09-23 Thread Prashanth Pushpagiri
Tomcat 4.0.2 crahed and generated the following error messagecan anyone possibly think of a reason why it crashed? any workarounds or debugging help? Thanks Prashanth An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION

RE: IIS problems with tomcat 4.0.2

2002-09-23 Thread Prashanth Pushpagiri
, leaving it bound to port 80. Restarting your machine closes all of the sockets, including the connections between Tomcat and IIS. John -Original Message- From: Prashanth Pushpagiri [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 12:13 PM To: Tomcat Users List

RE: IIS problems with tomcat 4.0.2

2002-09-23 Thread Prashanth Pushpagiri
you are taking on this... Prashanth --- Turner, John [EMAIL PROTECTED] wrote: Isn't worth a try? John -Original Message- From: Prashanth Pushpagiri [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 12:36 PM To: Tomcat Users List Subject: RE: IIS problems

How often would Tomcat crash?

2002-07-02 Thread Prashanth Pushpagiri
Hello everyone: I realize that this might not be a problem to find a solution for on this forum, but any input on this might help me debug my problem. This morning I was told that my website running IIS 5.0/Tomcat 4.0.2 was not accessible. Since I was physically unavailable in the office, I

Re: How often would Tomcat crash?

2002-07-02 Thread Prashanth Pushpagiri
, but if there were no logs, was the log directory full? I know with NT4 and IIS that once the log directory reaches 200+ mb of logs, it can cause IIS to stop responding. It probably isn't it, but just in case I thought I'd mention it. peter Prashanth Pushpagiri wrote: Hello

RE: Tomcat looses session with IE5

2002-06-27 Thread Prashanth Pushpagiri
request to /. If this is a servlet that dumps the sessions, then you are out of business. -Original Message- From: Prashanth Pushpagiri [mailto:[EMAIL PROTECTED]] Sent: 27 June, 2002 10:43 AM To: Tomcat Users List Subject: Tomcat looses session with IE5 Hello all: I

RE: Tomcat looses session with IE5

2002-06-27 Thread Prashanth Pushpagiri
are using SSL, and you do a re-direct, IE can generate an extra request to /. If this is a servlet that dumps the sessions, then you are out of business. -Original Message- From: Prashanth Pushpagiri [mailto:[EMAIL PROTECTED]] Sent: 27 June, 2002 10:43 AM

RE: Tomcat looses session with IE5

2002-06-27 Thread Prashanth Pushpagiri
... so s/he would get the 'wrong' dynamic page. The IP bundling can obviate some types of sessions. Jim -Original Message- From: Prashanth Pushpagiri [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 1:39 PM To: Tomcat Users List Subject: RE: Tomcat looses session with IE5

Re: IIS - jsp file download on port 80

2002-06-27 Thread Prashanth Pushpagiri
Try adding a application mapping in your IIS console. (IIS console -- Home Directory -- Configuration App Mapping), I'm using IIS 5.0 in win2k professional. In this console add the .jsp entension and map it to isapi_redirect(or).dll where ever it is stored. That should work. Also, check to see