> From: Alla Winter [mailto:[EMAIL PROTECTED] 
> Subject: RE: Please help with introducing a new application
> 
> I noticed that the attachments some how do not get through, 
> so that is why you are not getting the detailed info.

[Many mailing lists restrict attachments in order to prevent virus
propagation.  Word docs are an especially good virus transmission
mechanism, so that's never going to come through.  Likewise, it has
recently been discovered that certain image formats can also harbor
virii, so those are often not permitted.  Best not to even try.]

> I have CATALINA_HOME\conf\Catalina\localhost\cobra_source.xml

This declares that the app name will be cobra_source, which I presume is
what you want.

> \webapps\cobra_source\WEB-INF\classes\HelloWorldExample.class

Since it's under webapps, you do not need a docBase attribute in your
<Context> tag.

> Jan 6, 2006 2:09:54 PM org.apache.catalina.core.AprLifecycleListener
> lifecycleEvent
> INFO: The Apache Portable Runtime which allows optimal performance in
> production environments was not found on the java.library.path:

Comment out the AprLifecycleListener in conf\server.xml to eliminate the
above message.

> WARNING: A docBase 
> C:\apache-tomcat-5.5.12\webapps\cobra_source inside the
> host appBase has been specified, and will be ignored

Remove the docBase attribute since it's redundant.

Did you create the appropriate <servlet> and <servlet-mapping> tags for
HelloWorldExample in your web.xml file?  Read the Servlet spec for
details, and look at the sample web.xml files.

 - 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]

Reply via email to