Bruce, Thanks for the hint. IMHO, the whole stuff should deploy packed as well as unpacked. I will have a look at the Catalina/unpacked variant when I have some spare time this afternoon.
CGJ -----Urspr�ngliche Nachricht----- Von: Bruce Scharlau [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 10. September 2002 17:37 An: [EMAIL PROTECTED] Betreff: Re: AW: [JBoss-dev] JBoss.net now supports Axis RC1 - update At 14:18 10/09/2002 +0200, you wrote: >Bruce, > >That is strange. Could you please try to debug the exact Null variable >that causes the Exception. In EmbeddedCatalinaServiceSX, it says: > > private void createWebContext(final WebApplication appInfo, URL warUrl, > final WebDescriptorParser webAppParser) throws Exception > { > ClassLoader loader = Thread.currentThread().getContextClassLoader(); > WebMetaData metaData = appInfo.getMetaData(); > String ctxPath = metaData.getContextRoot(); > appInfo.setName(warUrl.getPath()); > appInfo.setClassLoader(loader); > appInfo.setURL(warUrl); > final StandardContext context = (StandardContext) >catalina.createContext(ctxPath, warUrl.getFile()); > >The last line being the exception-raising 354 one after my count. If >warUrl would be null, then it should already crash at 351, shouldn�t >it? If catalina would be null, my guess is that the whole service would >be flawed ... Can you get any other web application to run under >catalina? What about the management-console? > >It would be a tremendous help if you could find out what jboss-net.war >in sar makes different to other services (and IMHO it should work with >the compressed version, too, maybe you need to compress both the >war/wsr ingredients and the jboss-net.sar? > >Puzzled, >CGJ Christoph, just tried the jboss-net.ear deployed in jboss-jetty and it works fine. I can get the adminService wsdl file no problem, and noted a typo in the web.xml file. You have <servlet-mapping> <servlet-name>JBossAxisAdminServlet</servlet-name> <url-pattern>/servlet/AxisAdminServlet</url-pattern> </servlet-mapping> but the index.hmtl page for the admin looks to: servlet/AdminServlet Anyways, this works under jetty, but NOT tomcat/catalina I gotta go now, but will pursue this some more tomorrow. cheers, Bruce Dr. Bruce Scharlau Dept. of Computing Science University of Aberdeen Aberdeen AB24 3UE 01224 272193 http://www.csd.abdn.ac.uk/~bscharla mailto:[EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.F-Secure.com/ ------------------------------------------------------- In remembrance www.osdn.com/911/ _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
