Hi all, I have apache interacting with Tomcat using mod_jk module. I get the servlets running from Apache once I set the context path in server.xml and configure the web.xml for servlet mapping. Everything runs fine before I restart Apache and Tomcat. But after I restart the Apache web server and the Tomcat, I am getting file not found 404 error when I access the Servlets running in Tomcat. I can run the servlets by accessing through Tomcat's port but am not able to access through web server's port -port 80. I am not able to figure out what the problem is. Any suggestions thanks pradeep
----- Original Message ----- From: "Neil Aggarwal" <[EMAIL PROTECTED]> Date: Wednesday, September 10, 2003 3:55 pm Subject: RE: Tomcat 4.1.27 not reloading classes even after applying hotfix > Yoav: > > Yes, my tar is gnu tar. > I used jar, not tar to extract the catalina jar file. > > Is there an issue with that? > > > -- > Neil Aggarwal, JAMM Consulting, (972)612-6056, www.JAMMConsulting.com > FREE! Valuable info on how your business can reduce operating > costs by > 17% or more in 6 months or less! => > http://newsletter.JAMMConsulting.com > > -----Original Message----- > > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, September 10, 2003 1:47 PM > > To: Tomcat Users List > > Subject: RE: Tomcat 4.1.27 not reloading classes even after > > applying hotfix > > > > > > > > Howdy, > > Your tar is GNU tar, right? > > > > Yoav Shapira > > Millennium ChemInformatics > > > > > > >-----Original Message----- > > >From: Neil Aggarwal [mailto:[EMAIL PROTECTED] > > >Sent: Wednesday, September 10, 2003 2:41 PM > > >To: 'Tomcat-User' > > >Subject: Tomcat 4.1.27 not reloading classes even after > > applying hotfix > > > > > >Hello: > > > > > >I have a server running tomcat 4.1.27 and it is not reloading > > >classes for my webapp even after applying the hotfix. > > > > > >I installed tomcat 4.1.27 by doing these commands: > > >cd /usr/local > > >lynx > > >http://apache.oregonstate.edu/jakarta/tomcat-4/binaries/jakar > > ta-tomcat- > > 4 > > >.1.27.tar.gz > > >tar zxf jakarta-tomcat-4.1.27.tar.gz > > > > > >Here is what I did to install the hotfix: > > >cd /usr/local/jakarta-tomcat-4.1.27/server/classes > > >jar xvf ../lib/catalina.jar > > >rm -f ../lib/catalina.jar > > >cd /usr/local/jakarta-tomcat-4.1.27 > > >lynx > > >http://www.wmwweb.com/apache/jakarta/tomcat-4/binaries/4.1.27 > -hotfix-22 > 0 > >96.tar.gz > >tar zxf 4.1.27-hotfix-22096.tar.gz > > > >I have my server.xml to reloadable="true" for the app's context. > > > >Any ideas? > > > >Thanks, > > Neil > > > >-- > >Neil Aggarwal, JAMM Consulting, (972)612-6056, www.JAMMConsulting.com > >FREE! Valuable info on how your business can reduce operating > costs by > >17% or more in 6 months or less! => > http://newsletter.JAMMConsulting.com > > > > > >------------------------------------------------------------------ > --- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > This e-mail, including any attachments, is a confidential business > communication, and may contain information that is confidential, > proprietary and/or privileged. This e-mail is intended only for the > individual(s) to whom it is addressed, and may not be saved, copied, > printed, disclosed or used by anyone else. If you are not the(an) > intended recipient, please immediately delete this e-mail from your > computer system and notify the sender. Thank you. > > > ------------------------------------------------------------------- > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > ------------------------------------------------------------------- > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
