I've figured this out, and fixed it.
I shall try to get a 2.4 based release out tomorrow
night - until then you can use the 2.2 (release
candidate<5), or be explicit about the JSP mapping in
your web.xml.
Thanks for all the help guys,
Jules
--- Julian Gosnell <[EMAIL PROTECTED]> wrote: >
OK - I've tried this. The JMX deploy DOESN'T work
> either.
>
> I won't be home tonight, but will try to get out a
> 2.4
> release that fixes this on thursday night.
>
> Thanks again,
>
> Keep 'em coming !
>
>
> Jules
>
>
> --- [EMAIL PROTECTED] wrote: > On Tue, Jul 03, 2001
> at
> 12:47:09AM +0100, Julian
> > Gosnell wrote:
> > > OK, Bent,
> > >
> > > How big is the EAR ?
> > >
> > > if it is less than a couple of meg, mail it to
> me
> > and I will have a look.
> >
> > It's more like 3k :-)
> >
> > I have put it at
> > http://www.pvv.org/~bcd/account.ear
> >
> > Its contents is
> > Length Date Time Name
> > ------ ---- ---- ----
> > 0 07-04-01 00:38 META-INF/
> > 68 07-04-01 00:38 META-INF/MANIFEST.MF
> > 439 07-01-01 13:23
> META-INF/application.xml
> > 2265 07-04-01 00:38 account.war
> > ------ -------
> >
> >
> > Also, the JBoss output when I (re)deploy it is
> > below. Note that the
> > old version was already running when I did this,
> so
> > that one gets
> > undeployed first.
> >
> > [Jetty] Admin: init
> > [Jetty] Registered
> >
>
com.mortbay.Jetty:name=Jetty,Jetty=0,context=/,ServletHandlerContext=1
> > [Jetty] Adding NotFoundHandler to
> > ServletHandlerContext[/]
> > [Jetty] Started NotFoundHandler in
> > ServletHandlerContext[/]
> > [AutoDeployer] Auto deploy of
> >
>
file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/deploy/account.ear
> > [J2EE Deployer Default] Stopping module
> account.war
> > [Jetty] Stopped SecurityHandler in
> >
>
WebApplicationContext[/account,file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear/web1002/]
> > [Jetty] Stopped ServletHandler in
> >
>
WebApplicationContext[/account,file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear/web1002/]
> > [Jetty] Stopped WebInfProtect
> > [Jetty] Stopped ResourceHandler in
> >
>
WebApplicationContext[/account,file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear/web1002/]
> > [Jetty] Deregister
> >
>
com.mortbay.Jetty:name=Jetty,Jetty=0,context=/account,WebApplicationContext=1
> > [Jetty] successfully undeployed
> >
>
file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear/web1002/
> > [J2EE Deployer Default] Stopping module
> account.ear
> > [Container factory]
> >
>
Undeploying:file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear
> > [Container factory] Undeployed application:
> >
>
file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear
> > [J2EE Deployer Default] Destroying application
> > account.ear
> > [J2EE Deployer Default] Report of undeployment of
> > J2EE application:
> >
>
file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/deploy/account.ear
> > could not be reported.
> > [J2EE Deployer Default] Deploy J2EE application:
> >
>
file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/deploy/account.ear
> > [J2EE Deployer Default] Create application
> > account.ear
> > [J2EE Deployer Default] inflate and install module
> > account.war
> > [Container factory]
> >
>
Deploying:file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear
> > [Default] Added ClassLoader:
> > org.jboss.web.WebClassLoader@1f03d7 URL:
> > http://lillehjerne:8083/WebClassLoader@2032599/
> > [Container factory] Deployed application:
> >
>
file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear
> > [J2EE Deployer Default] Starting module
> account.war
> > [Jetty] Registered
> >
>
com.mortbay.Jetty:name=Jetty,Jetty=0,context=/account,WebApplicationContext=2
> > [Jetty] resolving -//Sun Microsystems, Inc.//DTD
> Web
> > Application 2.2//EN :
> > http://java.sun.com/j2ee/dtds/web-app_2_2.dtd
> > [Jetty] resolved -//Sun Microsystems, Inc.//DTD
> Web
> > Application 2.2//EN :
> >
>
jar:file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jetty/lib/com.mortbay.jetty.jar!/com/mortbay/Jetty/Servlet/web.dtd
> > [Jetty] no jboss-web.xml found
> > [Jetty] WebApp ClassLoader is not child of
> > J2EEDeployer's ClassLoader
> > [WebContainer]
> > AbstractWebContainer.parseWebAppDescriptors, Begin
> > [WebContainer] addEnvEntries
> > [WebContainer] linkResourceRefs
> > [WebContainer] linkEjbRefs
> > [WebContainer] linkSecurityDomain
> > [WebContainer] Binding security/securityMgr to
> > NullSecurityManager
> > [WebContainer]
> > AbstractWebContainer.parseWebAppDescriptors, End
> > [Default] +++ Created JBossUserRealm,
> realmName=JAAS
> > Tutorial Servlets
> > [Jetty] Started SetupHandler in
> >
>
WebApplicationContext[/account,file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear/web1003/]
> > [Jetty] Started SecurityHandler in
> >
>
WebApplicationContext[/account,file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear/web1003/]
> > [Jetty] Started ServletHandler in
> >
>
WebApplicationContext[/account,file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear/web1003/]
> > [Jetty] Started WebInfProtect
> > [Jetty] ResourceHandler started in
> >
>
file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear/web1003/
> > [Jetty] Started ResourceHandler in
> >
>
WebApplicationContext[/account,file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear/web1003/]
> > [Jetty] Stopped SetupHandler in
> >
>
WebApplicationContext[/account,file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear/web1003/]
> > [Jetty] successfully deployed
> >
>
file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/tmp/deploy/Default/account.ear/web1003/
> > to /account
> > [J2EE Deployer Default] J2EE application:
> >
>
file:/D:/java/JBoss/JBoss-2.4.0BETA_Jetty-3.1.RC5-1/jboss/deploy/account.ear
> > is deployed.
> >
> >
> > --
> > Bent Dalager - [EMAIL PROTECTED] -
> http://www.pvv.org/~bcd
> > powered by
> emacs
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> >
>
http://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
____________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.co.uk address at
> http://mail.yahoo.co.uk
> or your free @yahoo.ie address at
> http://mail.yahoo.ie
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
>
http://lists.sourceforge.net/lists/listinfo/jboss-user
____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user