basic structure question

2006-01-16 Thread Werner Punz
Hi I have a rather basic structure question. From time to time I enabled a local webserver being run on tomcat for downloads on a machine at home. I have been moving the server to geronimo last week, due to the fact that I also do j2ee development and having an ejb enabled server helps. (Also I

Re: basic structure question

2006-01-16 Thread Aaron Mulder
Can you post the errors that you got? Geronimo uses some serialization for config files and things, but it should not attempt to serialize your whole application... It also does typically unpack the WAR file during deployment. Aaron On 1/16/06, Werner Punz [EMAIL PROTECTED] wrote: Hi I have a

Re: basic structure question

2006-01-16 Thread Werner Punz
Aaron Mulder schrieb: Can you post the errors that you got? Geronimo uses some serialization for config files and things, but it should not attempt to serialize your whole application... It also does typically unpack the WAR file during deployment. I will post them later today, I am not at

how to keep the server process alive on Fedora Linux

2006-01-16 Thread Qingtian Wang
Hi, I am running on Fedora as a normal user. Once started, the server runs fine until the next day, it is stopped with no clear warning in the geronomo.out log file. How can I keep the server alive all the time. Do I have to be a root user when starting the server? Thanks! Qingtian

Re: basic structure question

2006-01-16 Thread Aaron Mulder
On 1/16/06, Werner Punz [EMAIL PROTECTED] wrote: Thanks for the quick answer, just a minor question, is it possible to deploy a war remotely and later dump resources somewhere into the application, as it seems it is only possible either to pack the application up front with all the resources

Re: how to keep the server process alive on Fedora Linux

2006-01-16 Thread Aaron Mulder
You do not need to be root to run Geronimo, and it does not stop itself every night. :) Are you running it in the forground, and if so could there be a firewall that drops your connection to the server after a certain delay? Have you tried using the startup scripts to launch Geronimo in the

Re: how to keep the server process alive on Fedora Linux

2006-01-16 Thread Qingtian Wang
Thanks for trying to help! I did start it with the startup.sh. And afterwards I sign off the user. And everything works fine. (I think that means Mr. G is running in the background). Until, of course, the next day. I am also wondering if there is some killer in the OS that runs and kill some

Re: how to keep the server process alive on Fedora Linux

2006-01-16 Thread Leigh Williamson
I have a laptop that I move around and pick up different IP addresses dynamically. I noticed that my Geronimo server gets hung up after my laptop undergoes one of these IP adjustments while the server is running. Could your overnight problem have anything to do with an IP address change perhaps?

Re: how to keep the server process alive on Fedora Linux

2006-01-16 Thread Qingtian Wang
Oh, that could be! I do have a dynamic IP via the cable company. Usually the IP address doesn't really change that often for a given cable modem. But I'll definitely check and see if the IP changes today. Or otherwise, maybe the cable company does something funny to prevent you from web hosting

Re: how to keep the server process alive on Fedora Linux

2006-01-16 Thread Paul McMahan
Intriguing problem.. Could the Geronimo process still be running but is just inaccessible? You can check by waiting until the server has seemingly terminated and then type : ps -ef | grep geronimo If you see something like : username 4589 1 11 13:41 pts/2 00:00:39

Re: basic structure question

2006-01-16 Thread Aaron Mulder
On 1/16/06, Werner Punz [EMAIL PROTECTED] wrote: Ok thanks for the clarification, Geronimo is simply awesome, this has been the most impressive 1.0 release of any program I have seen so far. Impressive work. Thanks for the feedback! It's great to hear. Aaron

Re: where is gbean for java mail?

2006-01-16 Thread David Jencks
On Jan 16, 2006, at 11:09 AM, Ken McArthur wrote: Hi, Pardon my ignorance but I've recently migrated to geronimo. Setup was surprisingly easy and everything works fine except for email. I've read about a javamail implementation that was included starting with version 1.0. I'd prefer

Where is the openejb-jar.xml in the daytrader example jar?

2006-01-16 Thread Tobias Mueller
I've looked for a good example of the openejb-jar.xml. I've browsed trough the daytrader example. There is no openejb-jar.xml in the daytrader-ejb-1.0.jar? Is it not mandantory? bye Tobi -- Tobias Mueller mailto:[EMAIL PROTECTED] Mobil: +49 172 71 34 914 http://www.infobean.de ICQ#: 111 918 585

Re: where is gbean for java mail?

2006-01-16 Thread John Sisson
David Jencks wrote: On Jan 16, 2006, at 11:09 AM, Ken McArthur wrote: Hi, Pardon my ignorance but I've recently migrated to geronimo. Setup was surprisingly easy and everything works fine except for email. I've read about a javamail implementation that was included starting with

Re: Where is the openejb-jar.xml in the daytrader example jar?

2006-01-16 Thread David Jencks
On Jan 16, 2006, at 1:48 PM, Tobias Mueller wrote: I've looked for a good example of the openejb-jar.xml. I've browsed trough the daytrader example. There is no openejb-jar.xml in the daytrader-ejb-1.0.jar? Is it not mandantory? It might depend on what you mean by mandatory. I strongly

Re: where is gbean for java mail?

2006-01-16 Thread Rajith Attapattu
F.Y.I The JavaMail impl so far is only SMTP , other protocols (POP3 and IMAP) are still work-in-progress andnot added to the code base. Regards, Rajith On 1/16/06, Ken McArthur [EMAIL PROTECTED] wrote: Yea, I looked into what David said and noticed that car was missing. Until 1.0.1 is

docBase

2006-01-16 Thread oxanastapol-geronimo
I am trying to migrate a webapp from Tomcat to Geronimo. I have been opening a properties file using a relative path specified in a System property in catalina.properties. I don't think this is the best place to put this property and I don't really want to replicate the path in each individual web