Scot,

looks OK on the first look...
Can you try removing the DOCTYPE tag?
Maybe its a problem in resolving the dtd, I just had a look at the code,
this would cause the same problem so maybe its that.

Can you try and drop me a note?

\Daniel


(the latest version of the deployer will use an other mechanism to
determine the type...)

 Bellamy wrote:
> 
> I just tried minimizing my class path and that still didn't work.  The
> following is a copy of my WEB-INF/web.xml file.  Do you see anything
> wrong with that?
> 
> Thanks for you help,
> Scot.
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
> 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
> <web-app>
>   <display-name>asaWEB</display-name>
>   <description>
>   </description>
>   <servlet>
>     <servlet-name>AsaServlet</servlet-name>
>     <servlet-class>com.actsi.amos.asa.servlet.AsaServlet</servlet-class>
>     <init-param>
>       <param-name>MessageProcessor.session</param-name>
>       <param-value>ejb/acts/amos/asa/Controller</param-value>
>     </init-param>
>     <init-param>
>       <param-name>return.default</param-name>
>       <param-value>/xsl/%return%.xsl</param-value>
>     </init-param>
>     <load-on-startup>0</load-on-startup>
>   </servlet>
>   <servlet-mapping>
>     <servlet-name>AsaServlet</servlet-name>
>     <url-pattern>/main/*</url-pattern>
>   </servlet-mapping>
> </web-app>
> 
> >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
> 
> On 11/22/00, 1:53:13 PM, "Tim White" <[EMAIL PROTECTED]> wrote regarding
> Re: Fwd: [jBoss-User] Problem deploying a WAR file.:
> 
> > Scot Bellamy wrote:
> > >
> > > Yes, WEB-INF/web.xml is in the .war file.  As a matter of fact, I take
> > > the same war file and put it in the tomcat webapps directory and start
> > > tomcat independently of jBoss and it works.  It appears that the jBoss
> > > j2ee Deployer doesn't understand war files, or needs some additional
> > > information that it is not being descriptive enough about.
> > >
> > > Does anyone else have war files working with jboss_tomcat 2.0 FINAL?
> > > Anyone have any other ideas?  I'm sure its a simple issue, classpath or
> > > something.
> 
> > Yes, I can deploy them, although I am having a caching problem (per
> > Daniel's other post).
> 
> > I set my classpath down to nothing except $JAVA_HOME/lib/tool.jar in a
> > wrapper around run.sh.  You shouldn't need much in your classpath to run
> > jBoss.
> 
> > Try that...
> 
> > Tim
> 
> > --
> > --------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Problems?:           [EMAIL PROTECTED]
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to