I'm completely lost
Seems can't start RHEL5.1x64 and tomcat.
I tried with sun java JDK 1.5x32 and 1.5x64 and for test with only RJE 1.5 x64 no success at all ... when I try to start some of the JSP 2.0 examples the same error appears


 HTTP Status 404 - Servlet
 org.apache.jsp.jsp2.el.basic_002darithmetic_jsp is not available

------------------------------------------------------------------------

*type* Status report

*message* _Servlet org.apache.jsp.jsp2.el.basic_002darithmetic_jsp is not available_

*description* _The requested resource (Servlet org.apache.jsp.jsp2.el.basic_002darithmetic_jsp is not available) is not available._

------------------------------------------------------------------------


     Apache Tomcat/5.5.26


And I'm sure that I'm using the right java to start tomcat
here is the process

3784 tty2 Sl 0:06 /usr/local/jdk1.5.0_15/bin/java -server -Xms256m -Xmx512m -XX:PermSize=512m -XX:MaxPermSize=512m -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/opt/tomcat/conf/logging.properties -Dlogs.root=/opt/logs -Dwas.install.root=/opt -Djava.endorsed.dirs=/opt/tomcat/common/endorsed -classpath :/opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/commons-logging-api.jar -Dcatalina.base=/opt/tomcat -Dcatalina.home=/opt/tomcat -Djava.io.tmpdir=/opt/tomcat/temp org.apache.catalina.startup.Bootstrap start

here is my setenv.sh

JAVA_OPTS="-server -Xms256m -Xmx512m -XX:PermSize=512m -XX:MaxPermSize=512m"
CATALINA_OPTS="-Dlogs.root=/opt/logs -Dwas.install.root=/opt"
JAVA_HOME=/usr/local/jdk1.5.0_15
#ENCODING=utf-8


Best regards,

Nikolay Diulgerov
Network Administrator
E-mail: [EMAIL PROTECTED]
Telephone : +33 4 89 87 77 77
Fax :       +33 4 89 87 77 00
Web: http://www.codix-france.com




Caldarale, Charles R wrote:
From: Niki Diulgerov [mailto:[EMAIL PROTECTED] Subject: Tomcat 5.5.26+sun jdk1.5.0.15 linux for 64 bit architecture problems

CATALINA_OPTS="-Dlogs.root=/opt/logs -Dwas.install.root=/opt"

Those system properties are not used by Tomcat; are they for a webapp
you've deployed?

JAVA_HOME=/jdk1.5.0_15/jre

Your JAVA_HOME setting is wrong - it should be just /jdk1.5.0_15
(although that's an unusual place to install the JDK - it's typically in
something like /usr/local/jdk<version>).

Are you sure you're using the desired JDK?  Have you set the PATH
properly?  What does "java -version" display?

Are these examples supposed to work with 5.5 tomcat and the
version of sun java which I'm using?

Yes.

Is this connected with the x64 architecture which I have.

Probably not, if the JDK is properly installed.

Can it be something with the fact that on the java sun build which I downloaded it is written amd64 and my CPU is Intel?

No, the AMD64 architecture is what market pressure forced Intel to
implement for its EM64T chips (now known as Intel 64, just to provoke
confusion with the despised IA-64).  It's also known as x86-64, which is
what AMD originally called it.

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