Re: Tomcat and Apache with mod_jk

2009-03-05 Thread buzzterrier

Actually this may not be just a case of the end user clicking away. There is
an Internet Explorer issue with downloading files, where IE deletes the
cached file before the user can load it. Your tomcat logs would probably
show an error like: ClientAbortException:  java.io.IOException.  I am
suffering with this at present, and the suggestion of setting the
cache-control headers to max-age=0 does not work.



-
Buzzterrier

http://buzzterrier.blogspot.com/ View my blog: Ordinary Average Developer... 
-- 
View this message in context: 
http://www.nabble.com/Tomcat-and-Apache-with-mod_jk-tp22356983p22360196.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: HOW TO install/setup 2 instances of tomcat on same server

2008-09-21 Thread buzzterrier

Here is a walk through on setting tomcat and Apache HTTP with catalina base
instances.

http://buzzterrier.blogspot.com/2008/08/apache-tomcat-apache-webserver.html


edponce wrote:
 
 I know this question has been asked a lot but I've read different
 solutions depending on the needs of the problem. I need to have 2
 instances of tomcat on the same server for the same application. One would
 be for production and the other for development (which can be start and
 stopped whenever without affecting the production one).
 From my understanding i need to have each instance on different ports and
 modifying some other files but what I am missing is the technical things.
 Can any one please guide me on the correct direction so that i don't mess
 up anything! I've never worked with Tomcat that is why i have no idea on
 how to do it.
 Thanks in advance 
 

-- 
View this message in context: 
http://www.nabble.com/HOW-TO-install-setup-2-instances-of-tomcat-on-same-server-tp19079289p19600961.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



force stop not working under linux

2008-07-11 Thread buzzterrier

Hello,

I am using the latest tomcat55 with Centos. I start tomcat from a console,
but when I stop it using catalina.sh stop, the process does not stop
completely.  If I do a ps-ef | grep tomcat, I ge:


buzzterrier 30975 1  0 20:58 ?00:00:05
/usr/java/jdk1.6.0_06/bin/java
-Djava.security.auth.login.config=/opt/tomcat5/conf/jaas.conf
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=/opt/tomcat5/conf/logging.properties
-Djava.endorsed.dirs=/opt/tomcat5/common/endorsed -classpath
:/opt/tomcat5/bin/bootstrap.jar:/opt/tomcat5/bin/commons-logging-api.jar
-Dcatalina.base=/opt/tomcat5 -Dcatalina.home=/opt/tomcat5
-Djava.io.tmpdir=/opt/tomcat5/temp org.apache.catalina.startup.Bootstrap
start


 I tried the catalina.sh stop -force but that told me that it could not find
the CATALINA_PID. I finally figured out that if I set the path to the pid
file in catalina.sh, that it would create it on the fly. However, the pid in
the $CATALINA_PID file does not match the pid that gets orphaned. So even
though tomcat successfully kills that pid, it does not solve the problem. 
Anyone have any ideas?
-- 
View this message in context: 
http://www.nabble.com/force-stop-not-working-under-linux-tp18416075p18416075.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]