I am using TOMCAT_HOME in the startup script, it's properly identifying the tomcat_home directory. Even i made a check to verify the presence of server.xml and it passed.
It was working before and suddenly it got changed Thanks for any help. -Surendra ----- Original Message ----- From: "Michael Mattox" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 3:19 PM Subject: RE: unable to start tomcat > I assume you're using UNIX, try this: > > echo $TOMCAT_HOME > > and tell us what the output is. If you're running windows, try: > > SET TOMCAT_HOME > > I haven't used Tomcat 3.x in a long time, but it really looks like the > TOMCAT_HOME isn't set or the server.xml file isn't in $TOMCAT_HOME/conf > > Michael > > > -----Original Message----- > > From: Surendra Kumar [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, April 02, 2003 11:41 AM > > To: Tomcat Users List; [EMAIL PROTECTED] > > Subject: Re: unable to start tomcat > > > > > > yes i have everything ( server.xml, modules.xml etc ) in place in conf > > direcory. > > The point here is, it was working before and suddenly it stopped. > > > > -Surendra > > > > > > ----- Original Message ----- > > From: "Jan Behrens" <[EMAIL PROTECTED]> > > To: "Tomcat Users List" <[EMAIL PROTECTED]>; > > <[EMAIL PROTECTED]> > > Sent: Wednesday, April 02, 2003 1:59 PM > > Subject: RE: unable to start tomcat > > > > > > > Hi, > > > > > > > > ########## > > > > > ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml > > > > > EmbededTomcat: No configuration found. > > > > > EmbededTomcat: The modules and/or server configuration files are > > missing. > > > > > EmbededTomcat: Init time 1685 > > > > > ########## > > > > > > if you set TOMCAT_HOME correctly, how about the initial Error-Message... > > is > > > there a server.xml file in /conf/ ??? > > > > > > Regards Jan > > > > > > > > > --------------------------------------------------------------------- > > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
