Re: Geronimo Heap Error

2006-12-28 Thread Peter Petersson
I have set up a couple of machines with the following java options JAVA_OPTS=-Djava.awt.headless=true -Xms64M -Xmx512M -server and a second one with the following java options JAVA_OPTS=-Djava.awt.headless=true -Xms128M -Xmx1024M -server booth have several web apps running in it and the memory

Re: Geronimo Heap Error

2006-12-28 Thread Peter Petersson
Btw as you can read in geronimo home/bin/geronimo.sh (if you are using a linux/unix system) a good place to set environment variables used by geronimo is to create a setenv.sh script file and pace it in the geronomo/bin dir. it will be read by geronimo:s start up script. /Peter Bob Dushok

Re: Liferay 4.2.0 and Geronimo 1.1.1

2006-12-28 Thread Peter Petersson
My JAVA_OPTS is fine. I decided to try out the MySql setup using liferay-portal-4.2.0.war, liferay-portal-sql-4.2.0.zip, liferay-portal-dependencies-4.2.0.zip and roughly following the 4.0 install doc http://content.liferay.com/4.0.0/docs/install/ch01s01.html After modifying the

libs for building clients

2006-12-28 Thread Ueberbach, Michael
hello, a long time ago (nearly a year or so ...) I started working with geronimo. Mostly I'm working on EJB applications on the server side and swing based clients. Meanwhile I have come up to geronimo 1.1.1, and I'm very satisfied with it. Recently I found out, that I'm still using some

Re: Bug in geronimo-javamail_1.4_mail-1.0.jar?

2006-12-28 Thread Kevan Miller
On Dec 27, 2006, at 12:30 PM, Geist Alexander wrote: Hello, I have 2 messages in my pop3-account. when i am using the following code Store store = session.getStore(pop3); store.connect(popServer, 110, popUser, popKey); Folder folder =

Re: Change context for welcome screen to /welcome

2006-12-28 Thread problems mail
I tried to look for the plans as mentioned in this link - http://publib.boulder.ibm.com/wasce/V1.0/Tasks/Config/index.html Where are the plans for the existing apps stored (e.g.: welcome-tomcat etc. ) for which the geronimo-web.xml is not present in the WEB-INF directory ? -- Regards, Simon

Re: Change context for welcome screen to /welcome

2006-12-28 Thread problems mail
More precisely http://publib.boulder.ibm.com/wasce/V1.0.1.1/en/Tasks/Config/#initial-plans -- Regards, Simon On 12/29/06, problems mail [EMAIL PROTECTED] wrote: I tried to look for the plans as mentioned in this link - http://publib.boulder.ibm.com/wasce/V1.0/Tasks/Config/index.html Where

Re: Change context for welcome screen to /welcome

2006-12-28 Thread Vamsavardhana Reddy
deployment plans (geronimo-web.xml, geronimo-application.xml, etc.) are not stored anywhere. Even if a deployment plan is available in the archive (under WEB-INF in case of geronimo-web.xml), it is not necessary that the same is used for deployment. An external deployment plan may have been

Re: Change context for welcome screen to /welcome

2006-12-28 Thread problems mail
Vamsi, When the build is done for the geronimo app, does ant/maven not use this to deploy the application (is this stored in svn ?) ? Also, if I wanted to change the context-root for the welcome app how can I go about doing this, since I do not have a plan. I also have a different application