mx4j/src/tools/mx4j/tools/remote/soap/web/jetty JettyWebContainer.java,1.2,1.3

[email protected]
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/soap/web/jetty
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12401/mx4j/tools/remote/soap/web/jetty

Modified Files:
	JettyWebContainer.java 
Log Message:
Unwrapping Jetty's MultiException during server's start()

Index: JettyWebContainer.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/soap/web/jetty/JettyWebContainer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** JettyWebContainer.java	16 Sep 2003 10:16:22 -0000	1.2
--- JettyWebContainer.java	28 Feb 2004 10:40:47 -0000	1.3
***************
*** 17,20 ****
--- 17,21 ----
  import org.mortbay.jetty.Server;
  import org.mortbay.jetty.servlet.ServletHttpContext;
+ import org.mortbay.util.MultiException;
  
  /**
***************
*** 47,51 ****
        context.addServlet(urlPattern, AxisServlet.class.getName());
  
!       server.start();
     }
  
--- 48,59 ----
        context.addServlet(urlPattern, AxisServlet.class.getName());
  
!       try
!       {
!          server.start();
!       }
!       catch (MultiException x)
!       {
!          x.ifExceptionThrow();
!       }
     }
  



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.