Re: Jetspeed deployment error

2006-11-09 Thread Philip Mark Donaghy
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.j

Re: Jetspeed deployment error

2006-11-09 Thread Mikko Wuokko
Hi. Haven't really read this thread, but for 2. the reason is that you try to run two instances of the same tomcat or with the same address at least (the address already used -error). If you used the installer that already includes one tomcat (5.5.12) and you should not run any other tomcats

RE: Jetspeed deployment error

2006-11-09 Thread evi
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 th

Re: Jetspeed deployment error

2006-11-09 Thread Aaron Evans
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

RE: Jetspeed deployment error

2006-11-09 Thread evi
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 a

add portlet to a page

2006-11-09 Thread Bhardwaj, Ashutosh
Which API call we use to add portlet to a page? I have a nested layout and I want to add a portlet to a specific column of inner layout using an API call. regards, ashutosh