Re: deploy WicketServlet on Geronimo but 404?

2009-01-29 Thread Igor Vaynberg
do your logs show that the spring context has been initialized fine?

-igor

On Thu, Jan 29, 2009 at 11:37 PM, Edwin Ansicodd
 wrote:
>
> The SpringWebApplication is in org.apache.wicket.spring
>
>
> --
> View this message in context: 
> http://www.nabble.com/deploy-WicketServlet-on-Geronimo-but-404--tp21732316p21742640.html
> Sent from the Wicket - User 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



Re: deploy WicketServlet on Geronimo but 404?

2009-01-29 Thread Edwin Ansicodd

The SpringWebApplication is in org.apache.wicket.spring


-- 
View this message in context: 
http://www.nabble.com/deploy-WicketServlet-on-Geronimo-but-404--tp21732316p21742640.html
Sent from the Wicket - User 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



Re: deploy WicketServlet on Geronimo but 404?

2009-01-29 Thread Edwin Ansicodd

The SpringWebApplication is in org.apache.wicket.spring


-- 
View this message in context: 
http://www.nabble.com/deploy-WicketServlet-on-Geronimo-but-404--tp21732316p21742638.html
Sent from the Wicket - User 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



deploy WicketServlet on Geronimo but 404?

2009-01-29 Thread Edwin Ansicodd

I'm trying to deploy a SpringWebApplication in a .war on Geronimo.  

I can see in the console that the app is deploying and no errors are
occurring.

But when I try to access the URL for the app, I get HTTP Status 404 'The
requested resource is not available.  

Would anyone have any suggestions for why the App is not accessible?

My web.xml:


http://java.sun.com/dtd/web-app_2_3.dtd";>


JPS
JPS
 

contextConfigLocation
/WEB-INF/applicationContext.xml


 

org.springframework.web.context.ContextLoaderListener
 
 
 

JPSApplication

org.apache.wicket.protocol.http.WicketServlet

applicationFactoryClassName
   
org.apache.wicket.spring.SpringWebApplicationFactory 
   



configuration

deployment

1




JPSApplication
/jps/*





My geronimo-web.xml:


http://geronimo.apache.org/xml/ns/j2ee/application-2.0";
xmlns:client="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0";
xmlns:conn="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2";
xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2";
xmlns:ejb="http://openejb.apache.org/xml/ns/openejb-jar-2.2";
xmlns:name="http://geronimo.apache.org/xml/ns/naming-1.2";
xmlns:pers="http://java.sun.com/xml/ns/persistence";
xmlns:pkgen="http://openejb.apache.org/xml/ns/pkgen-2.1";
xmlns:sec="http://geronimo.apache.org/xml/ns/security-2.0";
xmlns:web="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1";>


default
JPS_generic
1.0
car


/JPS_generic


My applicationContext.xml:


http://www.springframework.org/schema/beans";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd";>






-- 
View this message in context: 
http://www.nabble.com/deploy-WicketServlet-on-Geronimo-but-404--tp21732316p21732316.html
Sent from the Wicket - User 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