Hi Chris, I tried that way, which is copying war files to the new tomcat, but it doesn't work. I think I may need to move some configuration files too. In pom I have seen some configurations are passing to tomcat after copying it. I'll have a look. So far increasing permgen memory through pom file works fine.THanks a lot for the help.
Thanks, Harsha On Sun, Dec 1, 2013 at 11:00 AM, Chris Geer <[email protected]> wrote: > Harsha, > > To run in Tomcat all you have to do is copy the war files over to Tomcat > and it will run. Not sure what you mean about cargo is copying a lot of > configs. > > Chris > > > On Wed, Nov 27, 2013 at 11:07 PM, Harsha Kumara <[email protected]> wrote: > > > I was to do that too, but there are lot's of configurations are copying > at > > cargo run. I'll check more about it.Increasing permgen space via pom file > > seem works fine now. I'll check more. > > > > > > > > On Wed, Nov 27, 2013 at 7:22 PM, Chris Geer <[email protected]> > wrote: > > > > > I would also recommend that if you are running on a server you should > not > > > be using Cargo to run the server. Stand up a Tomcat server and set the > > > memory on that then deploy the appropriate WAR files from Rave. > > > > > > Chris > > > > > > > > > On Wed, Nov 27, 2013 at 6:49 AM, Matt Franklin < > [email protected] > > > >wrote: > > > > > > > If you are looking to run Rave, Shindig & Wookie in the same > container, > > > you > > > > will need to increase the permgen space to at least 256MB. > > > > > > > > > > > > On Wed, Nov 27, 2013 at 5:50 AM, Harsha Kumara <[email protected]> > > > wrote: > > > > > > > > > Hi Chris, > > > > > > > > > > Both of my machines using java 1.6.32. We have 4gm memory amazon > > > > instance.I > > > > > have increase the memory through bashrc property file. I saw inside > > > > portal > > > > > pom file, it's specify the JVM args, do I need to specify permgen > > size > > > as > > > > > JVM arguments there also? > > > > > I think setting JVM opts through bashrc enough right? > > > > > > > > > > Thanks, > > > > > Harsha > > > > > > > > > > On Wednesday, November 27, 2013, Chris Geer wrote: > > > > > > > > > > > Couple of questions: > > > > > > > > > > > > - Do you have the memory set to the same values in both > > environment? > > > > > (i.e. > > > > > > localhost isn't a 8GB JVM while ec2 is a 1GB JVM?) > > > > > > - Are you using the same JVM (i.e Oracle vs OpenJava) > > > > > > > > > > > > Chris > > > > > > > > > > > > > > > > > > On Tue, Nov 26, 2013 at 12:32 PM, Harsha Kumara < > [email protected] > > > > > <javascript:;>> > > > > > > wrote: > > > > > > > > > > > > > Hi devs, > > > > > > > > > > > > > > We have build a custom portal using Apache Rave. I have > > encountered > > > > > some > > > > > > > weird behaviour. With our portal setup, localhost runs > smoothly. > > > But > > > > > when > > > > > > > we deploy it in the Amazon ec2 instance, we are getting PermGen > > > space > > > > > > error > > > > > > > when access some our operations. But same thing works fine in > > > > > localhost. > > > > > > I > > > > > > > tried increasing the permGen space, but it's not fixed. Is it > > > > something > > > > > > to > > > > > > > do with our implementation? > > > > > > > > > > > > > > THanks. > > > > > > > Harsha > > > > > > > > > > > > > > -- > > > > > > > *Harsha Kumara* > > > > > > > *Undergraduate* > > > > > > > *Department of Computer Science and Engineering* > > > > > > > *University of Moratuwa* > > > > > > > *Sri Lanka.* > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > *Harsha Kumara* > > > > > *Undergraduate* > > > > > *Department of Computer Science and Engineering* > > > > > *University of Moratuwa* > > > > > *Sri Lanka.* > > > > > > > > > > > > > > > > > > > > -- > > *Harsha Kumara* > > *Undergraduate* > > *Department of Computer Science and Engineering* > > *University of Moratuwa* > > *Sri Lanka.* > > > -- *Harsha Kumara* *Undergraduate* *Department of Computer Science and Engineering* *University of Moratuwa* *Sri Lanka.*
