Re: Fail to deploy basic web app in 1.1

2006-05-31 Thread Hernan Cunico
Yup, I must have typed something wrong while packing the app at some point during the testing and messed up the war. I had problems with the plan at the begining but the WAR was OK, then I had the plan right but bad packaging, my bad. Thank you all for the help. Cheers! Hernan Aaron Mulder

Re: Fail to deploy basic web app in 1.1

2006-05-31 Thread Aaron Mulder
On 5/30/06, Hernan Cunico <[EMAIL PROTECTED]> wrote: it is there! I just double-checked the .war HelloWorld.war HelloWorld\HelloWorld.jsp HelloWorld\WEB-INF\web.xml And, as you discovered, this is not a valid WAR -- you must have a WEB-INF/web.xml not a somethingelse/WEB-INF/web.xml. If

Re: Fail to deploy basic web app in 1.1

2006-05-30 Thread John Sisson
What do you mean by "Any updates to the classloader?" ? Thanks, John Hernan Cunico wrote: The repackaging worked. In addition to a new deployment plan I needed to repackage the app that used to work on 1.0. Any updates to the classloader? Thank you all for the help Cheers! Hernan Sachin P

Re: Fail to deploy basic web app in 1.1

2006-05-30 Thread Hernan Cunico
The repackaging worked. In addition to a new deployment plan I needed to repackage the app that used to work on 1.0. Any updates to the classloader? Thank you all for the help Cheers! Hernan Sachin Patel wrote: Is the .war you attached the exact archive you're deploying? If so, as Jason me

Re: Fail to deploy basic web app in 1.1

2006-05-30 Thread Sachin Patel
Is the .war you attached the exact archive you're deploying? If so, as Jason mentioned, you problem is with your archive and how you jarred it up. The "HelloWorld" directory should not be included, and WEB-INF should be at the root of the archive. -sachin On May 30, 2006, at 7:34 PM, Hern

Re: Fail to deploy basic web app in 1.1

2006-05-30 Thread Hernan Cunico
I zipped the directory HelloWorld containing the WEB-INF and the jsp. If I deploy it to G1.0 with the old dep plan it works, same thing in G1.1 (dep plan updated) fails to deploy. This issue has to be something so simple that we don't see it, at least I don't see it :) Cheers! Hernan Jason Di

Re: Fail to deploy basic web app in 1.1

2006-05-30 Thread Jason Dillon
Is this the exact structure of the war? I'd expect WEB-INF to be top-level: HelloWorld.war HelloWorld\HelloWorld.jsp WEB-INF\web.xml --jason On 5/30/06, Hernan Cunico <[EMAIL PROTECTED]> wrote: it is there! I just double-checked the .war HelloWorld.war HelloWorld\HelloWorld.jsp Hell

Re: Fail to deploy basic web app in 1.1

2006-05-30 Thread Hernan Cunico
it is there! I just double-checked the .war HelloWorld.war HelloWorld\HelloWorld.jsp HelloWorld\WEB-INF\web.xml maybe an issue extracting the war? Cheers! Hernan Aaron Mulder wrote: Oh. You don't have a WEB-INF/web.xml in the WAR. Aaron On 5/30/06, Hernan Cunico <[EMAIL PROTECTED]> wro

Re: Fail to deploy basic web app in 1.1

2006-05-30 Thread Aaron Mulder
Oh. You don't have a WEB-INF/web.xml in the WAR. Aaron On 5/30/06, Hernan Cunico <[EMAIL PROTECTED]> wrote: I'm using Geronimo/Tomcat. I just tested it with web-1.1 and have the same error. Cheers! Hernan Aaron Mulder wrote: > I haven't tried the Tomcat/Jetty namespaces. Are you using > Ge

Re: Fail to deploy basic web app in 1.1

2006-05-30 Thread Hernan Cunico
I'm using Geronimo/Tomcat. I just tested it with web-1.1 and have the same error. Cheers! Hernan Aaron Mulder wrote: I haven't tried the Tomcat/Jetty namespaces. Are you using Geronimo/Tomcat not Geronimo/Jetty? Does it work if you use the web-1.1 namespace? Thanks, Aaron On 5/30/06, He

Re: Fail to deploy basic web app in 1.1

2006-05-30 Thread Aaron Mulder
I haven't tried the Tomcat/Jetty namespaces. Are you using Geronimo/Tomcat not Geronimo/Jetty? Does it work if you use the web-1.1 namespace? Thanks, Aaron On 5/30/06, Hernan Cunico <[EMAIL PROTECTED]> wrote: Hi All, I am trying to deploy, should I say migrate?, an extremely basic web app

Fail to deploy basic web app in 1.1

2006-05-30 Thread Hernan Cunico
Hi All, I am trying to deploy, should I say migrate?, an extremely basic web app (HelloWorld) from Geronimo v1.0 to v1.1. I updated the deployment plan to reflect the latest changes but the deployer tool fails to deploy. Command I used: java -jar deployer.jar --user system --password manager