Geoportal 9.3.1 installed under Tomcat6 - configuration changes?

817
2
03-15-2011 02:01 PM
JimDickerson
New Contributor II
We have Geoportal 9.3.1 running sucessfully under Linux/Tomcat 5.5.  Now I'm trying to install it under Tomcat 6.0 on another machine. 
Are there any changes to the configuration files geoportal.xml and gpt.xml because of this? 
Are there different packages needed to run it under Tomcat 6.0? 
Does anyone have the list of dependencies for Geoportal 9.3.1 under Tomcat 6?

Thanks in advance,
Jim Dickerson
0 Kudos
2 Replies
JimDickerson
New Contributor II
I did find one change and it was from Alexandre Gailing's post.

In <tomcat installation>/conf/Catalina/localhost/geoportal.xml - replacing the username="geoportal" property by user="geoportal" .

I don't why this works but it fixed my problem.
0 Kudos
AlexandreGAILING
Esri Contributor
it is not a mater of tomcat version, but tomcat 6 often comes with java 6 ... and java 6 implies ojdbc6, which uses the "user" parameter instead of "username" . your old tomcat 5 plateform was probably using ojdbc5.
I found the fix in an oracle forum so i think it is pure oracle JDBC issue.
0 Kudos