All, Sorry to anyone who got a virus report from this message - it contained a .bat file in a zip and I got nasty messages from accelio.com, acsfss.com and sd61.bc.ca.
I have rechecked checked that the zipped .bat file (which simply launched Catalina from the command line) did not contain a virus. It was definitely clear as all it contained was: %JAVA_HOME%\bin\java -Djava.endorsed.dirs="%CATALINA_HOME%\bin;%CATALINA_HOM E%\common\lib" -classpath "%JAVA_HOME%\lib\tools.jar;%CATALINA_HOME%\bin\bootstrap.jar" -Dcatalina.bas e="%CATALINA_HOME%" -Dcatalina.home="%CATALINA_HOME%" -Djava.io.tmpdir="%CAT ALINA_HOME%\temp" org.apache.catalina.startup.Bootstrap start Sorry if this caused anyone alarm. Andy > -----Original Message----- > From: Andy Eastham [mailto:[EMAIL PROTECTED]] > Sent: 22 March 2002 11:42 > To: Tomcat Users List > Subject: RE: Startup Message > > > Gurmeet, > > As you have not attached a Apache_log.2002-03-22.txt, I assume it's the > apache-tomcat service that is not starting, and is failing before it gets > chance to start logging (unless of course you've deliberately disabled it. > > Try starting Tomcat directly from the command line - (I've attached my > windows batch command to do this in a zip - it should work for you too). > This often displays early start up exceptions which otherwise tend to > disappear... > > Hope this helps, > > Andy > > > -----Original Message----- > > From: Gurmeet [mailto:[EMAIL PROTECTED]] > > Sent: 22 March 2002 11:02 > > To: Tomcat Users List > > Subject: RE: Startup Message > > > > > > Andy, > > > > there does not seem to be any error with the log files. > > Anyway I have attached these here. > > > > Gurmeet > > > > -----Original Message----- > > From: Andy Eastham [mailto:[EMAIL PROTECTED]] > > Sent: Friday, March 22, 2002 2:57 PM > > To: Tomcat Users List > > Subject: RE: Startup Message > > > > > > Gurmeet, > > > > By default (on Tomcat 4 anyway) there are two services that > start - Tomcat > > Standalone and Apache Tomcat. You control these from server.xml in the > > Tomcat/conf directory. > > > > If one of these is not coming up, it could be because you've > > broken it with > > your SSL installation. If it's not the one you're using, you > won't notice > > much. Check out the latest log files in Tomcat/logs and see if > there are > > any exceptions. > > > > Whilst it may not be causing you problems now, I'd want to > understand what > > was going on - you may get problems when you deploy. > > > > Andy > > > > > -----Original Message----- > > > From: Gurmeet [mailto:[EMAIL PROTECTED]] > > > Sent: 22 March 2002 05:38 > > > To: Tomcat Users List > > > Subject: Startup Message > > > > > > > > > Hi All, > > > > > > I used to get a message like "Starting Apache-Tomcat StandAlone > > > service" and > > > two more lines of text on the console whenever I started Tomcat. > > > > > > Recently I just configured SSL on my server and that message > > > stopped coming. > > > As such I dont have any problem with that but any Idea why > that message > > > disappeared? > > > > > > Gurmeet > > > > > > > > > -- > > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > > For additional commands: <mailto:[EMAIL PROTECTED]> > > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
