2010/12/30 Sasa Rakic <sas...@gmail.com>:
> 1.I put .war file from my JSF project in to webapps folder of my apache

What version of JSF?
Please show us your web.xml

Maybe you will need Tomcat 6 for your application. (See "Which
version?" link on the main page of tomcat.apache.org).

Can you use Tomcat 6?


> tomcat 5.5.31 directory.
> .../apache tomcat 5.5.31/webapps/MyProject.WAR
> 2.From the command prompt i start startup.bat file which is positioned in
> .../apache tomcat 5.5.31/bin/startup.bat.
>
> And Tomcat does not work. If i do same thing with Tomcat 6.0 it works fine.
> When i try to repeat all this useing NetBeans the result is the same.
>
> In Tomcat command window i get message:
>

What message? You did not wrote.

> My catalina out looks like this:
>
> Dec 30, 2010 6:55:39 PM org.apache.catalina.core.AprLifecycleListener init
> INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
> Dec 30, 2010 6:55:39 PM org.apache.catalina.core.AprLifecycleListener init
> INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters
> [false], random [true].

The above message means that Tomcat-Native is used. (It seems
irrelevant to your problem. Just noting).


> Dec 30, 2010 6:55:40 PM org.apache.coyote.http11.Http11AprProtocol init
> INFO: Initializing Coyote HTTP/1.1 on http-8080
> (skipping..., everything is OK)

> Dec 30, 2010 7:15:58 PM org.apache.catalina.startup.HostConfig deployWAR
> INFO: Deploying web application archive TestATom5.war
> Dec 30, 2010 7:15:59 PM org.apache.catalina.core.StandardContext start
> SEVERE: Error listenerStart
> Dec 30, 2010 7:15:59 PM org.apache.catalina.core.StandardContext start
> SEVERE: Context [/TestATom5] startup failed due to previous errors

You should look into localhost*.log files as well. Those "previous
errors" should be there.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to