About the virtual host

2010-09-28 Thread Yue Yuanyuan
hi, I am using 6.0.28/centOS. After I edited the server.xml to add one virtual host, it becomes extremely slow. And it got out of memory exceptions after I deployed one project (20M size) on the the new virtual host. Is that possible two virtual host to use different memory space? Or how could

Re: Can not deploy the grail project

2010-09-22 Thread Yue Yuanyuan
After I change the grail datasource setting from using hsqldb to postgresql, this problem has solved On Wed, Sep 22, 2010 at 12:42 PM, Pid wrote: > On 22/09/2010 17:33, Yue Yuanyuan wrote: > > I delete the ROOT directory under /webapp. Then I deployed one grail > project

Re: Can not deploy the grail project

2010-09-22 Thread Yue Yuanyuan
: > On 22/09/2010 17:33, Yue Yuanyuan wrote: > > I delete the ROOT directory under /webapp. Then I deployed one grail > project > > which is package to ROOT.war through HTMLmanager. This step works fine. > > But when I want to deploy more project, like abc.war through HTMLmana

Re: Can not deploy the grail project

2010-09-22 Thread Yue Yuanyuan
:27 PM, Pid wrote: > On 22/09/2010 17:22, Yue Yuanyuan wrote: > > Hi, > > I delete the original ROOT directory and deploy my ROOT.war. But after > > this I can not deploy any grail project anymore. What is this problem? > >Thank you. > > Best, > > &g

Re: Can not deploy the grail project

2010-09-22 Thread Yue Yuanyuan
wrote: > On 22/09/2010 17:22, Yue Yuanyuan wrote: > > Hi, > > I delete the original ROOT directory and deploy my ROOT.war. But after > > this I can not deploy any grail project anymore. What is this problem? > >Thank you. > > Best, > > > Is that a ri

Can not deploy the grail project

2010-09-22 Thread Yue Yuanyuan
Hi, I delete the original ROOT directory and deploy my ROOT.war. But after this I can not deploy any grail project anymore. What is this problem? Thank you. Best, Gavin

Re: One question about change port to 80

2010-06-30 Thread Yue Yuanyuan
It is running. I did iptables now it works fine. I also did test on my ubuntu. There is no problem. I just do not get it why I run the tomcat using ROOT, but still I do not have the privilege to bind 80 port. 2010/6/30 Pid > On 30/06/2010 21:51, Yue Yuanyuan wrote: > > is it a good id

Re: One question about change port to 80

2010-06-30 Thread Yue Yuanyuan
is it a good idea to use vhost like this : http://www.javathinking.com/2007/10/tomcat-with-apache2-virtual-hosts/ Thank you. Best, Gavin 2010/6/30 Paweł Zuzelski > On Wed, 30 Jun 2010, Yue Yuanyuan wrote: > > > I think i figure out what is going on. I need to run tomcat using

Re: One question about change port to 80

2010-06-30 Thread Yue Yuanyuan
< chuck.caldar...@unisys.com> wrote: > > From: Yue Yuanyuan [mailto:yue.yuany...@gmail.com] > > Subject: Re: One question about change port to 80 > > > > And I tried to install apache httpd on the server. It > > could work on port 80 and there is no problem for apache.

Re: One question about change port to 80

2010-06-30 Thread Yue Yuanyuan
. I could see that the tomcat is listening on but I cannot connect to it. Only 8080 works. Thank you for the helps. best, gavin On Wed, Jun 30, 2010 at 3:31 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Yue Yuanyuan [mailto:yue.yuany...@gmail.com] >

One question about change port to 80

2010-06-30 Thread Yue Yuanyuan
Hi, I am setting a server on Amazon cloud. Cent OS 5.3 and tomcat 6.0.26. Everything works fine. Then I want to change the port from 8080 to 80. The server.xml file was modified to I restarted the server and got the error that permission denied. But I am using root directly to do the operat