The installer is intended for people who are new to Tomcat and Jetspeed. What you have discovered is correct. The installer installs Tomcat 5.5.12.
On 11/9/06, evi <[EMAIL PROTECTED]> wrote:
Well, what happened: 1. I installed Tomcat 5.5.20 and JetSpeed 2 with Derby (Jetspeed2.0-derby-install.jar) 2. I could not start Jetspeed because I got an error message "java.net.BindException: Address already in use: JVM_Bind:8080" and was advised to close another Tomcat instance. When closing the installed Tomcat 5.5.20 I was able to get Jetspeed up and working 3. It appears that Jetpeed installation installed another version of Tomcat, namely 5.5.12 so I cannot use my previously installed 5.5.20 with its Administration and Manager settings + examples.
You can if you copy jetspeed.xml from the install. to CATALINA5.5.12_HOME/conf/Catalina/localhost. Be sure to set up the jetspeed.xml with the full path to the one in the install. <Context path="/jetspeed" docBase="C:\Program Files\Apache Jetspeed 2.0\webapps\jetspeed" It would be interesting for you to separate the jetspeed application from the Tomcat application and likewise your derby database and psml directories from your jetspeed web application.
What I do not understand, is 1. WHERE the JetSpeed installed the second instance of Tomcat and where should I add the administration conf+server files
C:\Program Files\Apache Jetspeed 2.0 is essentially a Tomcat installation with jetspeed integrated into it.
2. What sould I do to get Jetspeed working in my earlier installed Tomcat
See above...
5.5.20? Sorry for stupid questions, but everybody has to start learning from somewhere...
No need for appologies. Welcome to j2!
Evi -----Original Message----- From: Aaron Evans [mailto:[EMAIL PROTECTED] Sent: Thursday, November 09, 2006 3:42 PM To: Jetspeed Users List Subject: Re: Jetspeed deployment error You can run jetspeed and your other apps on the same tomcat instance. On 11/9/06, evi <[EMAIL PROTECTED]> wrote: > Yes, this was the case that Tomcat was already running. When I closed > the other Tomcat server, Jetspeed is accessible. If I want to run > Tomcat for other applications as well, should I change the port No in > C:\Tomcat\conf\server.xml? > > I am just beginning with both Tomcat and Jetspeed, is there any > appropriate tutorial available? > > Evi > > > -----Original Message----- > From: Philip Mark Donaghy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 08, 2006 6:27 PM > To: Jetspeed Users List > Subject: Re: Jetspeed deployment error > > The error says that another service is listening on the port 8080. > Perhaps tomcat is already running. > > Phil > > On 11/8/06, evi <[EMAIL PROTECTED]> wrote: > > No, I do not. How can I get it there? > > > > Evi > > > > -----Original Message----- > > From: Sie, Yang [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, November 08, 2006 5:47 PM > > To: Jetspeed Users List > > Subject: RE: Jetspeed deployment error > > > > Do you see jetspeed.xml under tomcat\conf\Catalina\localhost\? > > > > >-----Original Message----- > > >From: evi [mailto:[EMAIL PROTECTED] > > >Sent: Wednesday, November 08, 2006 10:43 AM > > >To: 'Jetspeed Users List' > > >Cc: 'Tomcat Users List' > > >Subject: Jetspeed deployment error > > > > > >Hello, > > > > > >While trying to deploy Jetspeed portal application I get an error: > > SEVERE: > > >Context [/jetspeed] startup failed due to previous errors > > > > > >Please advise where to look for solution. > > >Evi > > > > > >The Tomcat Catalina.log reads: > > > > > >Nov 8, 2006 5:24:22 PM > > >org.apache.catalina.core.AprLifecycleListener > > >lifecycleEvent > > >INFO: The Apache Tomcat Native library which allows optimal > > >performance > > in > > >production environments was not found on the java.library.path: > > >C:\Tomcat\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C: > > >\W > > INDO > > >W > > >S;C:\WINDOWS\System32\Wbem > > >Nov 8, 2006 5:24:22 PM org.apache.coyote.http11.Http11BaseProtocol > > >init > > >INFO: Initializing Coyote HTTP/1.1 on http-8080 Nov 8, 2006 5:24:22 > > >PM org.apache.catalina.startup.Catalina load > > >INFO: Initialization processed in 1172 ms Nov 8, 2006 5:24:22 PM > > >org.apache.catalina.core.StandardService start > > >INFO: Starting service Catalina > > >Nov 8, 2006 5:24:22 PM org.apache.catalina.core.StandardEngine > > >start > > >INFO: Starting Servlet Engine: Apache Tomcat/5.5.20 Nov 8, 2006 > > >5:24:22 PM org.apache.catalina.core.StandardHost start > > >INFO: XML validation disabled > > >Nov 8, 2006 5:24:24 PM org.apache.catalina.core.StandardContext > > >start > > >SEVERE: Error listenerStart > > >Nov 8, 2006 5:24:24 PM org.apache.catalina.core.StandardContext > > >start > > >SEVERE: Context [/jetspeed] startup failed due to previous errors > > >Nov 8, 2006 5:24:27 PM org.apache.coyote.http11.Http11BaseProtocol > > start > > >INFO: Starting Coyote HTTP/1.1 on http-8080 Nov 8, 2006 5:24:27 PM > > >org.apache.jk.common.ChannelSocket init > > >INFO: JK: ajp13 listening on /0.0.0.0:8009 Nov 8, 2006 5:24:27 PM > > >org.apache.jk.server.JkMain start > > >INFO: Jk running ID=0 time=0/188 config=null Nov 8, 2006 5:24:27 > > >PM org.apache.catalina.storeconfig.StoreLoader load > > >INFO: Find registry server-registry.xml at classpath resource Nov > > >8, > > >2006 5:24:27 PM org.apache.catalina.startup.Catalina start > > >INFO: Server startup in 5359 ms > > >Nov 8, 2006 5:25:08 PM org.apache.catalina.core.StandardContext > > >start > > >SEVERE: Error listenerStart > > >Nov 8, 2006 5:25:08 PM org.apache.catalina.core.StandardContext > > >start > > >SEVERE: Context [/jetspeed] startup failed due to previous errors > > > > > >The Jetspeed catalina.log reads as: > > > > > >Nov 8, 2006 5:24:37 PM > > >org.apache.catalina.core.AprLifecycleListener > > >lifecycleEvent > > >INFO: The Apache Portable Runtime which allows optimal performance > > >in production environments was not found on the java.library.path: > > >C:\Java\jdk1.5.0_08\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS > > >\s > > >ys > > tem3 > > >2 > > >;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Documents and > > >Settings\Administrator\Desktop\Installid\apache-ant-1.6.5-bin\apach > > >e- > > >an > > t- > > >1.6 > > >.5\bin;C:\Documents and > > >Settings\Administrator\Desktop\Installid\maven-1.0.2\maven-1.0.2\bi > > >n Nov 8, 2006 5:24:37 PM > > >org.apache.coyote.http11.Http11BaseProtocol > > >init > > >SEVERE: Error initializing endpoint > > >java.net.BindException: Address already in use: JVM_Bind:8080 > > > at > > >org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndp > > >oi > > >nt > > .jav > > >a > > >:297) > > > at > > >org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol > > >.j > > >av > > a:13 > > >7 > > >) > > > at > > >org.apache.catalina.connector.Connector.initialize(Connector.java:1016) > > > at > > >org.apache.catalina.core.StandardService.initialize(StandardService > > >.j > > >av > > a:58 > > >0 > > >) > > > at > > >org.apache.catalina.core.StandardServer.initialize(StandardServer.java: > > 762) > > > at org.apache.catalina.startup.Catalina.load(Catalina.java:488) > > > at org.apache.catalina.startup.Catalina.load(Catalina.java:508) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > > >ja > > va:3 > > >9 > > >) > > > at > > >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc > > >es > > >so > > rImp > > >l > > >.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:585) > > > at > > org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:247) > > > at > > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412) > > >Nov 8, 2006 5:24:37 PM org.apache.catalina.startup.Catalina load > > >SEVERE: Catalina.start > > >LifecycleException: Protocol handler initialization failed: > > >java.net.BindException: Address already in use: JVM_Bind:8080 > > > at > > >org.apache.catalina.connector.Connector.initialize(Connector.java:1018) > > > at > > >org.apache.catalina.core.StandardService.initialize(StandardService > > >.j > > >av > > a:58 > > >0 > > >) > > > at > > >org.apache.catalina.core.StandardServer.initialize(StandardServer.java: > > 762) > > > at org.apache.catalina.startup.Catalina.load(Catalina.java:488) > > > at org.apache.catalina.startup.Catalina.load(Catalina.java:508) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > > >ja > > va:3 > > >9 > > >) > > > at > > >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc > > >es > > >so > > rImp > > >l > > >.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:585) > > > at > > org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:247) > > > at > > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412) > > >Nov 8, 2006 5:24:37 PM org.apache.catalina.startup.Catalina load > > >INFO: Initialization processed in 1907 ms Nov 8, 2006 5:24:37 PM > > >org.apache.catalina.core.StandardService start > > >INFO: Starting service Catalina > > >Nov 8, 2006 5:24:37 PM org.apache.catalina.core.StandardEngine > > >start > > >INFO: Starting Servlet Engine: Apache Tomcat/5.5.12 Nov 8, 2006 > > >5:24:37 PM org.apache.catalina.core.StandardHost start > > >INFO: XML validation disabled > > >Nov 8, 2006 5:24:39 PM org.apache.catalina.startup.HostConfig > > >deployDescriptor > > >WARNING: A docBase C:\Jetspeed\webapps\jetspeed inside the host > > >appBase > > has > > >been specified, and will be ignored Nov 8, 2006 5:24:39 PM > > >org.apache.catalina.realm.JAASRealm > > >setUseContextClassLoader > > >INFO: Setting useContextClassLoader = false Nov 8, 2006 5:24:42 PM > > >org.apache.catalina.startup.ContextConfig > > >validateSecurityRoles > > >INFO: WARNING: Security role name admin used in an > > ><auth-constraint> without being defined in a <security-role> Nov 8, > > >2006 5:24:58 PM org.apache.coyote.http11.Http11BaseProtocol > > start > > >SEVERE: Error starting endpoint > > >java.net.BindException: Address already in use: JVM_Bind:8080 > > > at > > >org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndp > > >oi > > >nt > > .jav > > >a > > >:297) > > > at > > >org.apache.tomcat.util.net.PoolTcpEndpoint.startEndpoint(PoolTcpEnd > > >po > > >in > > t.ja > > >v > > >a:312) > > > at > > >org.apache.coyote.http11.Http11BaseProtocol.start(Http11BaseProtocol. > > >ja > > va:1 > > >4 > > >9) > > > at > > >org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:95) > > > at > > >org.apache.catalina.connector.Connector.start(Connector.java:1089) > > > at > > >org.apache.catalina.core.StandardService.start(StandardService.java > > >:4 > > >59 > > ) > > > at > > >org.apache.catalina.core.StandardServer.start(StandardServer.java:680) > > > at org.apache.catalina.startup.Catalina.start(Catalina.java:536) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > > >ja > > va:3 > > >9 > > >) > > > at > > >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc > > >es > > >so > > rImp > > >l > > >.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:585) > > > at > > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275) > > > at > > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > > >Nov 8, 2006 5:24:58 PM org.apache.catalina.startup.Catalina start > > >SEVERE: Catalina.start: > > >LifecycleException: Protocol handler start failed: > > java.net.BindException: > > >Address already in use: JVM_Bind:8080 > > > at > > >org.apache.catalina.connector.Connector.start(Connector.java:1091) > > > at > > >org.apache.catalina.core.StandardService.start(StandardService.java > > >:4 > > >59 > > ) > > > at > > >org.apache.catalina.core.StandardServer.start(StandardServer.java:680) > > > at org.apache.catalina.startup.Catalina.start(Catalina.java:536) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > > >ja > > va:3 > > >9 > > >) > > > at > > >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc > > >es > > >so > > rImp > > >l > > >.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:585) > > > at > > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275) > > > at > > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > > >Nov 8, 2006 5:24:58 PM org.apache.catalina.startup.Catalina start > > >INFO: Server startup in 21218 ms > > >Nov 8, 2006 5:24:58 PM org.apache.catalina.core.StandardServer > > >await > > >SEVERE: StandardServer.await: create[8005]: > > >java.net.BindException: Address already in use: JVM_Bind > > > at java.net.PlainSocketImpl.socketBind(Native Method) > > > at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) > > > at java.net.ServerSocket.bind(ServerSocket.java:319) > > > at java.net.ServerSocket.<init>(ServerSocket.java:185) > > > at > > >org.apache.catalina.core.StandardServer.await(StandardServer.java:343) > > > at org.apache.catalina.startup.Catalina.await(Catalina.java:600) > > > at org.apache.catalina.startup.Catalina.start(Catalina.java:560) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > > >ja > > va:3 > > >9 > > >) > > > at > > >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc > > >es > > >so > > rImp > > >l > > >.java:25) > > > at java.lang.reflect.Method.invoke(Method.java:585) > > > at > > org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:275) > > > at > > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) > > > > > > > > >------------------------------------------------------------------- > > >-- To unsubscribe, e-mail: > > >[EMAIL PROTECTED] > > >For additional commands, e-mail: > > >[EMAIL PROTECTED] > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > -- > Philip Donaghy > donaghy.blogspot.com del.icio.us/donaghy/philip > Skype: philipmarkdonaghy > Office: +33 5 56 60 88 02 > Mobile: +33 6 20 83 22 62 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Philip Donaghy donaghy.blogspot.com del.icio.us/donaghy/philip Skype: philipmarkdonaghy Office: +33 5 56 60 88 02 Mobile: +33 6 20 83 22 62 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]