J
Jimi Hullegård
Hi all
I have just installed Jakarta Apache Tomcat 5.5 (jakarta.apache.org/tomcat),
and I am having troubles with the jsp-files. Apparently, the jsp-compiler
does not like when I write things like:
Vector<String> myStringVector;
This code works perfect with Orion web server (www.orionserver.com), but I
would like to use Tomcat.
If I remove the <String>, it works ok, but I don't want to have to do that.
I have java JDK 1.5 installed, and JAVA_HOME points to that directory. But
still it seems that a different JDK version is used for the jsp-files. Is
there a way to change that?
Also, I would like to be able to have the default web root to be in a
different directory. Now it's in C:\Program Files\Tomcat5.5\webapps\ROOT,
but I want something like c:\MySite.
I have search on google, but almost everyone talks about some httpd.conf
file, and I don't have any! And I have looked in all xml-files in the
tomcat/conf directory, but can't find anything that sets the default root
path.
Can anyone help me with these problems?
Regards
/Jimi
I have just installed Jakarta Apache Tomcat 5.5 (jakarta.apache.org/tomcat),
and I am having troubles with the jsp-files. Apparently, the jsp-compiler
does not like when I write things like:
Vector<String> myStringVector;
This code works perfect with Orion web server (www.orionserver.com), but I
would like to use Tomcat.
If I remove the <String>, it works ok, but I don't want to have to do that.
I have java JDK 1.5 installed, and JAVA_HOME points to that directory. But
still it seems that a different JDK version is used for the jsp-files. Is
there a way to change that?
Also, I would like to be able to have the default web root to be in a
different directory. Now it's in C:\Program Files\Tomcat5.5\webapps\ROOT,
but I want something like c:\MySite.
I have search on google, but almost everyone talks about some httpd.conf
file, and I don't have any! And I have looked in all xml-files in the
tomcat/conf directory, but can't find anything that sets the default root
path.
Can anyone help me with these problems?
Regards
/Jimi