What does the /resin-admin for that webapp show? If you've deployed the war using the deploy command, for example, it will take precedence over a new deployed .war.
-- Scott --- On Sun, 6/5/11, Jeff Schnitzer <[email protected]> wrote: > From: Jeff Schnitzer <[email protected]> > Subject: Re: [Resin-interest] Resin no longer deploys my war > To: "General Discussion for the Resin application server" > <[email protected]> > Date: Sunday, June 5, 2011, 8:12 PM > I finally got around to trying this > out, and no luck. I can't for the > life of me figure out why Resin refuses to unpack my > WAR. Every other > appserver will, including an old copy of resin 4.0.9 I > found lying > around (unfortunately 4.0.9 has other issues). > > Jeff > > On Fri, Jun 3, 2011 at 9:57 AM, Jeff Schnitzer <[email protected]> > wrote: > > Thanks - I will try this out. > > > > I gave up and switched to Tomcat. But I like it less > than Resin, so > > maybe I will switch back. > > > > Jeff > > > > On Fri, Jun 3, 2011 at 9:43 AM, Keith Fetterman > > <[email protected]> > wrote: > >> Hi Jeff, > >> > >> Are you still experiencing this problem? I > experienced the same problem > >> in resin 4.0.16 pro. I pulled my hair out > including performing the > >> steps you talked about in your email. I finally > discovered that I had to > >> turn versioning off. Here is a snippet from my > resin.xml file: > >> > >>> <!-- creates the webapps directory for .war > expansion --> > >>> <!-- > >>> <web-app-deploy path="webapps" > versioning="true"/> > >>> --> > >>> <web-app-deploy path="webapps"/> > >> > >> The default resin.xml file has this set to true. > >> > >> I hope this helps > >> > >> Keith > >> > >> On 05/24/2011 02:23 PM, Jeff Schnitzer wrote: > >>> On Tue, May 24, 2011 at 2:04 PM, Scott > Ferguson<[email protected]> > wrote: > >>>> Also, what does the /resin-admin webapps > tab say? > >>> It reports a webapp at /, but just the "stock" > one. > >>> > >>>> For example, if you've deployed a .war > using the command-line "deploy", > >>>> that overrides the webapps/ directory. > >>> I haven't done anything... seriously, I just > went through these steps: > >>> > >>> 1) Download resin-4.0.18.zip > >>> 2) Unzip it into a directory > >>> 3) Copy my ROOT.war into resin/webapps > >>> 4) Run resin > >>> > >>> No love. No error messages. > >>> > >>> I've also tried commenting out<web-app > id="/" > >>> root-directory="webapps/ROOT"/> but it > makes no difference. I'm not > >>> quite sure what this line is supposed to do, > though - shouldn't it be > >>> irrelevant if there is a ROOT.war file in > webapps? > >>> > >>> Jeff > >>> > >>> > >>> > _______________________________________________ > >>> resin-interest mailing list > >>> [email protected] > >>> http://maillist.caucho.com/mailman/listinfo/resin-interest > >> > >> -- > >> > ----------------------------------------------------------------- > >> Keith Fetterman > Direct: 206-319-9434 > >> Mariner Supply, Inc. > 206-780-5670 > >> http://www.go2marine.com [email protected] > >> > >> http://www.boatersline.com > >> > >> > >> > >> > >> _______________________________________________ > >> resin-interest mailing list > >> [email protected] > >> http://maillist.caucho.com/mailman/listinfo/resin-interest > >> > > > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
