Re: Deploying on Apache

2011-04-12 Thread John Doran
Yes, brilliant thanks for your help! Finally have my project up and running, very exciting! On Tue, Apr 12, 2011 at 9:00 AM, khiem nguyen wrote: > the exception comes from here: > > > SEVERE: Parse error in application web.xml file at > jndi:/localhost/war/WEB-INF/web.xml > java.lang.IllegalArgu

Re: Deploying on Apache

2011-04-12 Thread khiem nguyen
the exception comes from here: SEVERE: Parse error in application web.xml file at jndi:/localhost/war/WEB-INF/web.xml java.lang.IllegalArgumentException: Invalid routeplanner/login_service in servlet mapping so u should edit the web.xml of your webapp , change routeplanner/login_service to /

Re: Deploying on Apache

2011-04-12 Thread John Doran
Sorry but I don't understand what you mean "try /routeplanner/login_service instead". Is there any configuration needed between the Apache web.xml file in the conf folder and the web.xml which I configure when setting up RPC? On Tue, Apr 12, 2011 at 8:04 AM, khiem nguyen wrote: > try /routeplann

Re: Deploying on Apache

2011-04-12 Thread khiem nguyen
try /routeplanner/login_service instead On Tue, Apr 12, 2011 at 9:58 AM, John Doran wrote: > If only life was that simple, I think it's to do with the servlet > mappings(well by the errors on Apache startup thats obvious). What kind > of tweaking is needed here? > SEVERE: Parse error in applicat

Re: Deploying on Apache

2011-04-12 Thread John Doran
If only life was that simple, I think it's to do with the servlet mappings(well by the errors on Apache startup thats obvious). What kind of tweaking is needed here? SEVERE: Parse error in application web.xml file at jndi:/localhost/war/WEB-INF/web.xml java.lang.IllegalArgumentException: Invalid r

Re: Deploying on Apache

2011-04-11 Thread Juan Pablo Gardella
You simple paste war file in webapps. Don't create any folder 2011/4/11 John Doran > Yes, Tomcat Apache.That is a servlet container as far as I know. > > > On Mon, Apr 11, 2011 at 9:48 PM, Juan Pablo Gardella < > gardellajuanpa...@gmail.com> wrote: > >> Are you mean Tomcat Apache? Because if you

Re: Deploying on Apache

2011-04-11 Thread John Doran
Yes, Tomcat Apache.That is a servlet container as far as I know. On Mon, Apr 11, 2011 at 9:48 PM, Juan Pablo Gardella < gardellajuanpa...@gmail.com> wrote: > Are you mean Tomcat Apache? Because if you use GWT-RPC communication you > need a Servlet Container. > > 2011/4/11 John Doran > >> Hi all,

Re: Deploying on Apache

2011-04-11 Thread Juan Pablo Gardella
Are you mean Tomcat Apache? Because if you use GWT-RPC communication you need a Servlet Container. 2011/4/11 John Doran > Hi all, > I'm just trying to deploy my application for the first time, I want to do > it through Apache, there's a lot of stuff online about it, but some > instructions are a

Deploying on Apache

2011-04-11 Thread John Doran
Hi all, I'm just trying to deploy my application for the first time, I want to do it through Apache, there's a lot of stuff online about it, but some instructions are a bit confusing, can anyone point me in the right direction or give some advice? My application is using RPC and serverside I'm usin