Re: What si the diff between Geronimo and Apache+TomCat?

2008-04-18 Thread solprovider
Java server. Different hardware often has more impact on performance than software. About Geronimo and AJAX, please read: http://cwiki.apache.org/GMOxDOC20/configure-jax-ws-engine.html solprovider

Re: What si the diff between Geronimo and Apache+TomCat?

2008-04-18 Thread solprovider
the detection and loading of changes. Tomcat automatically detects changes and hot loads changed files (although this feature can be disabled.) solprovider

Re: NullPointerException by MDB in getCurrentContext()

2008-03-19 Thread solprovider
(AccessControlContext) context.context; --- Dangerous, but you might also try: public static AccessControlContext getCurrentContext() { ... if(null == context.context) return AccessController.getContext(); return context.context; Hoping these suggestions do no permanent damage, solprovider

Re: Deployment plan required

2007-09-28 Thread solprovider
.) I never created a deployment plan or any files specifically for Geronimo. Why are you starting with an obsolete version? I will contribute towards getting you a more recent release if you need help. solprovider On 9/27/07, PeterAU2 [EMAIL PROTECTED] wrote: Hi. Please forgive my second

Re: Access logging

2007-06-28 Thread solprovider
(the page or a link.) 2. A Servlet that accepts the URL and logs information. I used log4j so the Java code fit on one screen. I made almost everything configurable from web.xml. solprovider

Re: Geronimo Start up Problem -Cannot bind to URL [rmi://0.0.0.0:1099/JMXConnector

2007-06-15 Thread solprovider
I had this error with Geronimo 1.2-beta on Windows. I could not find anything using port 1099 but changing the port number to 10099 fixed it. Three changes were required. The first line sets the port for RMI. Two other lines used the port number in URLs. solprovider On 6/14/07

Re: Help needed in creating enterprise application deployment plan

2007-06-13 Thread solprovider
an issue that may have been solved with this setting. Why is this not the default? solprovider

Re: 1.2 Bug ClassCastException with Properties

2007-06-13 Thread solprovider
will submit bugs and issues and solutions and code here and in JIRA. I will not have time to test issues solved for my situation, but the JIRA includes test code for this issue. Thanks for your help. solprovider On 6/7/07, David Jencks [EMAIL PROTECTED] wrote: I opened https://issues.apache.org

1.2 Bug ClassCastException with Properties

2007-06-07 Thread solprovider
of STARTUP.BAT: SET GERONIMO_OPTS=-Dorg.apache.activeio.journal.active.DisableLocking=true %GERONIMO_OPTS% solprovider