Peter, Your last comment is a little unclear - do you mean that you request 1 URL and it gets redirected to another, or that you see some page that you think shouldn't be in the current web app?
I think more information is in order, specifically, your relevant configuration information, workers.properties, any aliases you've set up, any errors in the log files, any contexts you've set up... Let me just understand what is happening: -you start Tomcat -you start Apache -you access http://myserver.com/webapp1 and it works -wait five minutes -access http://myserver.com/webapp1 and it gives you http://myserver.com/webapp2 Try seeing if Tomcat standalone serves the applications correctly, that is: http://myserver2.com:8080/webapp1 gives http://myserver2.com:8080/webapp1 and the same for webapp2 Regards, Michael ----- Original Message ----- From: "Peter Choe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 12:06 PM Subject: one last plea for help > i am desparate. can anyone help me? > > i am using apache 1.3.26 to server my static webpages on one server and > connecting to a separate tomcat 3.1 server through mod_jk. > > when i start up apache, it is able to connect to the webapps fine. but > after several minutes, something strange happens. > > if i put in the url of one webapplication, the browser shows a different > webapplication. for example: > > i have a webapp called directory which is suppose to show a phone directory > by going to http://myserver.com/directory > it works when apache is just started, but after awhile, when i go to > http://myserver.com/directory, i gives me a page that should actually be > something like http://myserver.com/email. > > has this happened to anyone else? anyone know what is causing this? > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
