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

Simone Bordet <[email protected]> Wed, 13 Oct 2004 07:40:34 +0000
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/http/jetty
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30152/src/tools/mx4j/tools/remote/http/jetty

Modified Files:
	JettyWebContainer.java 
Log Message:
Catching Exception on Server.start() to satisfy latest Jetty

Index: JettyWebContainer.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/tools/mx4j/tools/remote/http/jetty/JettyWebContainer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** JettyWebContainer.java	4 Sep 2004 15:45:02 -0000	1.2
--- JettyWebContainer.java	13 Oct 2004 07:40:32 -0000	1.3
***************
*** 17,21 ****
  import org.mortbay.jetty.servlet.ServletHandler;
  import org.mortbay.jetty.servlet.ServletHttpContext;
- import org.mortbay.util.MultiException;
  
  /**
--- 17,20 ----
***************
*** 41,45 ****
           server.start();
        }
!       catch (MultiException x)
        {
           throw new IOException(x.toString());
--- 40,44 ----
           server.start();
        }
!       catch (Exception x)
        {
           throw new IOException(x.toString());



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl