Hi,
You can change the port of the Tomcat where Jetspeed is installed. You will
have to go to the tomcat installation directory, navigate to conf directory and
open server.xml. (You can take a backup of the original file just in case
something goes wrong).
Find the following line in the file.
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
Change the port to some other value like 9090 and restart tomcat and access the
url as
http://localhost: 9090/jetspeed/ portal
Hope that helps
----- Original Message ----
From: Shahid Ahmed <[EMAIL PROTECTED]>
To: [email protected]
Sent: Friday, February 22, 2008 5:38:28 PM
Subject: [twincling] Problem opening Apache Jetspeed
Hello everybody..
I have installed Apache Jetspeed 2.1.3 with tomcat in my system, and
followed the instructions and started the server.
But the jetspeed portal page is not displayed when i browse to
http://localhost: 8080/jetspeed/ portal in my system.
May be because,I have oracle9i installed in my system and in
that,there is already an "oracle servlet engine" running,and is
utilising the port:8080, now i want to change the port no. of the
Jetspeed. how can i change the port no. in jetspeed? plz help.