I noticed that the attachments some how do not get through, so that is why you are not getting the detailed info. I sent you before word document, now I am sending images. Hopefully they are going to go through. I have CATALINA_HOME\conf\Catalina\localhost\cobra_source.xml \webapps\cobra_source\WEB-INF\classes\HelloWorldExample.class
The bellow is the message that I am getting Thanks for your help Here it is what I am getting from TOMCAT console: Created MBeanServer with ID: 1b16e52:108a156e4e9:-8000:COBRA15:1 Jan 6, 2006 2:09:54 PM org.apache.catalina.core.AprLifecycleListener lifecycleEv ent INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: c:\j2sdk1.4.2_10\bin;.;C:\ WINDOWS\system32;C:\WINDOWS;c:\DMI\WIN32\BIN;C:\WINDOWS;C:\WINDOWS\system32; C:\W INDOWS\system32\WBEM;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;c:\jdk1 .3.1_02\bin;C:\OpenSA\Apache;C:\OpenSA\OpenSSL\bin;C:\GNUPG;c:\Program Files\PGP NT Jan 6, 2006 2:09:55 PM org.apache.coyote.http11.Http11BaseProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Jan 6, 2006 2:09:55 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 2016 ms Jan 6, 2006 2:09:55 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Jan 6, 2006 2:09:55 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.12 I sent you previously WORD attachment, I do not know why it doesn't get through. I am sending a directory structure in form of images. Jan 6, 2006 2:09:55 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Jan 6, 2006 2:09:57 PM org.apache.catalina.startup.HostConfig deployDescriptor WARNING: A docBase C:\apache-tomcat-5.5.12\webapps\cobra_source inside the host appBase has been specified, and will be ignored Jan 6, 2006 2:09:59 PM org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Jan 6, 2006 2:10:00 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 Jan 6, 2006 2:10:00 PM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/78 config=null Jan 6, 2006 2:10:00 PM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Jan 6, 2006 2:10:00 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 5453 ms -----Original Message----- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 2:16 PM To: Tomcat Users List Subject: RE: Please help with introducing a new application > From: Hasan, Nadeem [mailto:[EMAIL PROTECTED] > Subject: RE: Please help with introducing a new application > > That is incorrect. I have a similar setup (i.e. using > Catalina/localhost) and I do have path attribute in the > <context> tag. The more recent versions of Tomcat are getting more picky about what's optional and what's not permitted. (Besides, if you have a tag named <context> - rather than <Context> - it will be completely ignored.) Note what the 5.5 doc says about the path attribute: "The value of this field must not be set except when statically defining a Context in server.xml, as it will be infered [sic] from the filenames used for either the .xml context file or the docBase." - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
<Context docBase="C:\apache-tomcat-5.5.12\webapps\cobra_source" reloadable="true"> </Context>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]