Re: outOfmemory Error

2005-11-11 Thread Barry van Someren
Did you try -Xmx2048M instead? Because I'm not sure if every VM knows the G On 11/11/05, Deepesh [EMAIL PROTECTED] wrote: Hi, I am having an enterprise application [.ear] I am using Fedora Core3 and Geronimo-M5. I am able to deploy the aplication successfully .. I use the option java

Re: Deploying exploded WAR's

2005-10-24 Thread Barry van Someren
/05, David Jencks [EMAIL PROTECTED] wrote: On Oct 23, 2005, at 1:16 PM, Barry van Someren wrote: Hi there, The deploy instructions show how to deploy WAR's only deals with packed WAR's. Can you also deploy exploded WAR's in Geronimo (just like you can do with Tomcat)? I think so

Re: Deploying exploded WAR's

2005-10-24 Thread Barry van Someren
Hi, I never really thought of that actually. Makes sense that if you would use flat file persistance, that you'd write to the home directory as you are bound to have rights there and the App server won't touch it. However, I'd never do that (I learned to use a database for things such as

Re: Deploying exploded WAR's

2005-10-24 Thread Barry van Someren
] wrote: On Oct 23, 2005, at 11:32 PM, Barry van Someren wrote: David, My experience with persistance in webapps has been with using databases. I recently ran into a JSP based Wiki that uses flat files (most likely in the working directory) to persist data. Now I remember that back

Deploying exploded WAR's

2005-10-23 Thread Barry van Someren
Hi there, The deploy instructions show how to deploy WAR's only deals with packed WAR's. Can you also deploy exploded WAR's in Geronimo (just like you can do with Tomcat)? And what about creating flat files? (writing in the deployed/work directory) I'm trying out some open source projects to see

Re: Connectors -- PHP and Geronimo?

2005-10-22 Thread Barry van Someren
PHP is really just an interpreter for a language that you can embed (the whole idea of the php-java bridge) You will however be running native code in your app server and it has not been known to be super stable. It's probably best to run Apache with php seperately. On 10/22/05, Miguel A Paraz

Re: M5 - problem with war deploy

2005-10-21 Thread Barry van Someren
Is Java 1.5 support in the cards at some time in the future? On 10/21/05, Enrico Donelli [EMAIL PROTECTED] wrote: Thanks a lot. Using jdk 1.4.2 solved the problem! Enrico On 20/10/05, Aaron Mulder [EMAIL PROTECTED] wrote: Unfortunately, there's no Geronimo code in that stack trace, so

Geronimo WAR deploy matrix

2005-10-21 Thread Barry van Someren
Versions of Geronimo used I'm willing to lead this and try all kinds of webapplications. This will give us a chance to see where we stand in WAR world and might lead to a few more issues being reported. Please give me some suggestions and I'll get started on this tonight. Kind regards, Barry van