Re: changing default port

2006-01-10 Thread Gianny Damour
Hi, You can change the default port configurations by editing the file var/config/config.xml in your Geronimo installation directory. There is also a nice README in this folder describing how is file is being used by Geronimo. Thanks, Gianny [EMAIL PROTECTED] wrote: Hello can anyone tell

Re: changing default port

2006-01-10 Thread Matt Hogstrom
You can also change them in the Console which might be simpler depending your desire to edit XML files :) [EMAIL PROTECTED] wrote: Hello can anyone tell me steps to change default port of http servers after installation is over. like changing port 8080 to something else. I don't want listener

Re: How to deploy a database connection pool from plugin

2006-01-10 Thread Sachin Patel
Ok. I'll get it fixed today. And thanks for your help on testing the plugin! - sachin On Jan 9, 2006, at 9:41 PM, Lin Sun wrote: If I define it within the plan, I can only create module scoped or application scoped database connection pool (not server wide), which is ok for my purpose.

Re: Error while publishing to geronimo 1.0 using the current eclipse plugin

2006-01-10 Thread Tobias Mueller
Thank you, the project was developed using JDK 1.4.2 But eclipse was running under 1.5 Starting eclipse with 1.4.2 solved the problem. On 1/10/06, Rajiv M [EMAIL PROTECTED] wrote: I think you have JDK 1.5, pls retry with JDK 1.4.2 On 1/10/06, Tobias Mueller [EMAIL PROTECTED] wrote: Hi,

Re: changing default port

2006-01-10 Thread ndeshmukh
actually I am also using different version of apache and what I could see only httpd.conf I tried to do everything but couldn't do it... (Embedded image moved to file: pic05705.jpg) Matt Hogstrom

Re: Error while publishing to geronimo 1.0 using the current eclipse plugin

2006-01-10 Thread Sachin Patel
This may be a defect in WTP or the Geronimo plugin. You should be able to run eclipse under any JRE. When creating the Geronimo runtime, you should then be able to define and pick another JRE (1.4) and that JRE should be the one used to launch the server. From what you state this looks

geronimo server console output in eclipse

2006-01-10 Thread Lin Sun
I have rebuilt the plugin with the latest change from Sunday. With the latest change, I noticed the eclipse geronimo server console output is as short as 2 lines during startup: Booting Geronimo Kernel (in Java 1.4.2)... Geronimo startup complete I like the previous output better that gave

Re: Error while publishing to geronimo 1.0 using the current eclipse plugin

2006-01-10 Thread Sachin Patel
Yes, but my point was that even though Geronimo won't launch on 1.5, you can still launch the eclipse IDE itself with 1.5 but target your applications and the server to use 1.4. - sachin On Jan 10, 2006, at 2:00 PM, Rajiv M wrote: g an app using the plug-in and got the exact same error.

Re: How to turn on the plugin trace

2006-01-10 Thread Lin Sun
I saw you already checked in the change to include the .options file. Thanks. Author: sppatel Date: Tue Jan 10 13:48:38 2006 New Revision: 367806 URL: http://svn.apache.org/viewcvs?rev=367806view=rev Log: add .options debug file to packaged plugin --- Sachin Patel [EMAIL PROTECTED] wrote: