name your war ROOT.war if you are running on tomcat

-igor

On Tue, Apr 3, 2012 at 8:13 AM, Satrix <satrix...@gmail.com> wrote:
> Hello,
>
> I'm trying to deploy my application on GoDaddy and it works but... let's say
> that I've domain that is available under www.domain.com
> WAR file name is: warfilename
>
> When the installation is done my application is available under
> www.domain.com/warfilename/home
> And the question is how to deploy it there to run at www.domain.com/home
>
> When I run my application on my local machine it starts at
> www.localhost:8080/home so it looks like the configuration is ok.
>
> My web.xml configuration is:
>
>    <filter>
>        <filter-name>wicket.website</filter-name>
>
> <filter-class>org.apache.wicket.protocol.http.WicketFilter</filter-class>
>        <init-param>
>            <param-name>applicationFactoryClassName</param-name>
>
> <param-value>org.apache.wicket.spring.SpringWebApplicationFactory</param-value>
>        </init-param>
>        <init-param>
>            <param-name>configuration</param-name>
>            <param-value>deployment</param-value>
>        </init-param>
>        <init-param>
>            <param-name>applicationClassName</param-name>
>            <param-value>sec.website.WicketApplication</param-value>
>        </init-param>
>    </filter>
>
>    <filter-mapping>
>        <filter-name>wicket.website</filter-name>
>        <url-pattern>/*</url-pattern>
>    </filter-mapping>
>
> So do you have any idea how can I solve this problem or maybe it a problem
> on their side ?
>
> Regards, Satrix
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Wicket-Application-on-GoDaddy-tp4529071p4529071.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to