RE: Not working AjaxFormSubmitBehavior in Tomcat behind HTTP Server

2009-07-17 Thread Russell Simpkins
Actually, If you sub domain your apps, then they can all be ROOT.war e.g. app1.myhost.com vs myhost.com/app1 - look at doing virtual hosts in tomcat if interested. Russ Date: Fri, 17 Jul 2009 13:29:35 +0800 Subject: Re: Not working AjaxFormSubmitBehavior in Tomcat behind HTTP Server From

Re: Not working AjaxFormSubmitBehavior in Tomcat behind HTTP Server

2009-07-17 Thread Anton Veretennikov
vs myhost.com/app1 - look at doing virtual hosts in tomcat if interested. Russ Date: Fri, 17 Jul 2009 13:29:35 +0800 Subject: Re: Not working AjaxFormSubmitBehavior in Tomcat behind HTTP Server From: anton.veretenni...@gmail.com To: users@wicket.apache.org Igor, I have several applications

Re: Not working AjaxFormSubmitBehavior in Tomcat behind HTTP Server

2009-07-16 Thread Igor Vaynberg
just rename your war to something else before deploying it. -igor On Thu, Jul 16, 2009 at 8:25 AM, Anton Veretennikovanton.veretenni...@gmail.com wrote: Hello, wicket users and developers, This is a problem I can't work out myself, I need your help. In a local environment (direct calls to

Re: Not working AjaxFormSubmitBehavior in Tomcat behind HTTP Server

2009-07-16 Thread Anton Veretennikov
Thank you, Igor, for your suggestion. I need full hiding of app name. Renaming still creates additional path in url like http://sitename.com/AppName/ May be there exists other way or my URL Rewriting is not correct: VirtualHost *:80 ServerName www.sitename.com ServerAlias sitename.com

Re: Not working AjaxFormSubmitBehavior in Tomcat behind HTTP Server

2009-07-16 Thread Igor Vaynberg
rename it to ROOT.war -igor On Thu, Jul 16, 2009 at 7:00 PM, Anton Veretennikov anton.veretenni...@gmail.com wrote: Thank you, Igor, for your suggestion. I need full hiding of app name. Renaming still creates additional path in url like http://sitename.com/AppName/ May be there exists

Re: Not working AjaxFormSubmitBehavior in Tomcat behind HTTP Server

2009-07-16 Thread Anton Veretennikov
Igor, I have several applications working on one server. They can't all be ROOT.war. -- Tony On Fri, Jul 17, 2009 at 11:40 AM, Igor Vaynbergigor.vaynb...@gmail.com wrote: rename it to ROOT.war -igor On Thu, Jul 16, 2009 at 7:00 PM, Anton Veretennikov anton.veretenni...@gmail.com wrote:

Re: Not working AjaxFormSubmitBehavior in Tomcat behind HTTP Server

2009-07-16 Thread Igor Vaynberg
well, thats how things work when you have multiple applications, they each need their own context. -igor On Thu, Jul 16, 2009 at 10:29 PM, Anton Veretennikov anton.veretenni...@gmail.com wrote: Igor, I have several applications working on one server. They can't all be ROOT.war. -- Tony