I have manually (independent of an IDE) configured Tomcat 6.0.x , JSF
1.2 and have tried a simple JSF example and the example works on
Tomcat 6.0.x.

I haven't tested on Tomcat 5.5, but I'm sure if everything is
configured correctly things should work.

Check your log files for additional information on the error, and post
the stack trace if it is different.

I recommend closing the IDE , and manually starting tomcat from the
command line to test your JSF app.

1) The other Tomcat 5.5 needs to be configured correctly , set
CATALINA_HOME to the other Tomcat 5.5 and JAVA_HOME correctly.

2) If you have explicitly set a CLASSPATH system variable , then
un-set it, Tomcat 5.5 doesn't require a CLASSPATH

3) Your project's web.xml should have web-app exactly as follows for
Tomcat 5.5 , but this was for JSTL EL, might apply for your case also:

<?xml version="1.0" encoding="UTF-8"?>

<web-app version="2.4"
        xmlns="http://java.sun.com/xml/ns/j2ee";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";>

</web-app>

4) Check if the other Tomcat and JDK are installed on a path that has
no spaces in it.


On 3/24/07, Deano!! <[EMAIL PROTECTED]> wrote:

but netbeans uses tomcat 5.5 aswell? and it works there jsut not on another
tomcat 5.5


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to