Re: Geronimo Documentation

2006-03-08 Thread Werner Punz
Hernan Cunico schrieb: Hi All, I created an initial (and basic) structure for an *Apache Geronimo Developers Guide*. The TOC is having just a few entries now, see http://opensource2.atlassian.com/confluence/oss/display/GERONIMO/Apache+Geronimo+Development+Guide * Application frameworks *

can hot deploy kill a server?

2006-01-30 Thread Werner Punz
It has happened to me several times, that I brought geronimo in a I refuse to startup state, due to some condition of having a webapp referenced in the db but not reachable anymore. Here is a log of such a symptom: ration 20/23 23s geronimo/daytrader-derby-tomcat/1.0/car Started

Re: can hot deploy kill a server?

2006-01-30 Thread Werner Punz
down the server regardless of what your configuration is. I may have a defect on this open. I think apps need to be excluded from this. - sachin On Jan 30, 2006, at 4:55 PM, Werner Punz wrote: It has happened to me several times, that I brought geronimo in a I refuse to startup state

Re: can hot deploy kill a server?

2006-01-30 Thread Werner Punz
to be excluded from this. - sachin On Jan 30, 2006, at 4:55 PM, Werner Punz wrote: It has happened to me several times, that I brought geronimo in a I refuse to startup state, due to some condition of having a webapp referenced in the db but not reachable anymore. Here is a log

Re: can hot deploy kill a server?

2006-01-30 Thread Werner Punz
thanks a lot... Aaron Mulder schrieb: To fix it, find the configuration entry with the right name in var/config/config.xml and add load=false to the element: configuration name=mysample load=false /configuration Thanks, Aaron On 1/30/06, Werner Punz [EMAIL PROTECTED] wrote: I am

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 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