Clearly I know nothing about what I'm doing here. I can't even get Jetty working...or apacheSOAP...or Axis...
Ever get the feeling the world is lying to you "yes, this really does work"? :) "d:\sc\sc\jetty-4.0.6\lib\javax.servlet.jar;d:\sc\sc\jetty-4.0.6\lib\javax.servlet.jar;d:\sc\sc\jetty-4.0.6\lib\org.mortbay.jetty.jar;d:\sc\sc\jetty-4.0.6\lib\j avax.xml.jaxp.jar;d:\sc\sc\jetty-4.0.6\lib\org.apache.crimson.jar;d:\sc\sc\jetty-4.0.6\lib\org.apache.jasper.jar;d:\sc\sc\jetty-4.0.6\lib\com.sun.net.ssl.jar;c: \jdk1.3.1_02\lib\tools.jar" JAVA_HOME=c:\jdk1.3.1_02 JETTY_HOME=d:\sc\sc\jetty-4.0.6 JETTY_DRIVE=d: JETTY_LOG=d:\sc\sc\jetty-4.0.6\logs JETTY_PORT=8080 OPTIONS=-Djetty.home="d:\sc\sc\jetty-4.0.6" -Djetty.log="d:\sc\sc\jetty-4.0.6\logs" -Djetty.port=8080 ARGS= run RUNME="c:\jdk1.3.1_02\bin\java" -cp "d:\sc\sc\jetty-4.0.6\lib\javax.servlet.jar;d:\sc\sc\jetty-4.0.6\lib\javax.servlet.jar;d:\sc\sc\jetty-4.0.6\lib\org.mortbay. jetty.jar;d:\sc\sc\jetty-4.0.6\lib\javax.xml.jaxp.jar;d:\sc\sc\jetty-4.0.6\lib\org.apache.crimson.jar;d:\sc\sc\jetty-4.0.6\lib\org.apache.jasper.jar;d:\sc\sc\je tty-4.0.6\lib\com.sun.net.ssl.jar;c:\jdk1.3.1_02\lib\tools.jar" -Djetty.home="d:\sc\sc\jetty-4.0.6" -Djetty.log="d:\sc\sc\jetty-4.0.6\logs" -Djetty.port=8080 or g.mortbay.jetty.Server run Exception in thread "main" java.lang.NoSuchMethodError at org.mortbay.util.Frame.<init>(Frame.java:60) at org.mortbay.util.Log.event(Log.java:235) at org.mortbay.util.FileResource.<clinit>(FileResource.java:41) at org.mortbay.util.Resource.newResource(Resource.java:104) at org.mortbay.jetty.Server.<init>(Server.java:58) at org.mortbay.jetty.Server.main(Server.java:348) JLC On Thu, Nov 07, 2002 at 01:40:56PM -0500, Anne Thomas Manes wrote: > You can run Apache SOAP or Apache Axis in Jetty. Jetty is open source > (Artistic license), small footprint, lightweight, fast, pure Java. It's the > servlet engine used in JBoss. If you don't want to use all of Apache Axis, > you can just use the RPCRouter. (Axis is much more modular than SOAP, so > it's quite reasonable to take just the bits and pieces that you need.) > > Anne > > > -----Original Message----- > > From: Jean-Luc Cooke [mailto:jlcooke@;certainkey.com] > > Sent: Thursday, November 07, 2002 1:27 PM > > To: [EMAIL PROTECTED] > > Subject: Re: ApcheSOAP without Apache > > > > > > Humm. I need it to be SOAP. > > > > If it were a SOAP-HTTP server then I'd buy you all lunch! > > > > JLC > > > > On Thu, Nov 07, 2002 at 11:55:52AM -0500, Anne Thomas Manes wrote: > > > I recommend the Jetty HTTP server/servlet engine. > > > http://jetty.mortbay.org/jetty/index.html > > > > > > > -----Original Message----- > > > > From: Jean-Luc Cooke [mailto:jlcooke@;certainkey.com] > > > > Sent: Thursday, November 07, 2002 11:45 AM > > > > To: [EMAIL PROTECTED] > > > > Subject: Re: ApcheSOAP without Apache > > > > > > > > > > > > That would be very useful. > > > > > > > > I'm looking at server/http/RPCRouterServlet.java now, but I > > still need a > > > > little help. :) > > > > > > > > JLC > > > > > > > > On Thu, Nov 07, 2002 at 08:25:08AM -0800, Jung, Eric > > (Contractor) wrote: > > > > > Yes. > > > > > By the way, there's no need to "re-invent the wheel." Apache > > > > Axis comes with > > > > > a built-in lightweight HTTP SOAP server, and I believe Apache > > > > SOAP does too. > > > > > > > > > > Maybe someone else on the list can point Jean-Luc to the Apache > > > > SOAP class > > > > > which acts as an HTTP server? > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Jean-Luc Cooke [mailto:jlcooke@;certainkey.com] > > > > > Sent: Thursday, November 07, 2002 11:21 AM > > > > > To: [EMAIL PROTECTED] > > > > > Subject: Re: ApcheSOAP without Apache > > > > > > > > > > > > > > > Eric, > > > > > > > > > > Will do. It's pure Java I assume right? > > > > > > > > > > JLC > > > > > > > > > > On Thu, Nov 07, 2002 at 08:18:04AM -0800, Jung, Eric > > (Contractor) wrote: > > > > > > Just look at the ApacheSOAP source code and see how they do it! > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > > From: Jean-Luc Cooke [mailto:jlcooke@;certainkey.com] > > > > > > Sent: Thursday, November 07, 2002 11:14 AM > > > > > > To: [EMAIL PROTECTED] > > > > > > Subject: ApcheSOAP without Apache > > > > > > > > > > > > > > > > > > All, good work on this OSS project. Very keen. > > > > > > > > > > > > I'm going to ask something out-landish here and I'm very > > interested in > > > > > your > > > > > > response. > > > > > > > > > > > > I'd like to create a small java application which accepts > > HTTP-SOAP > > > > > requests > > > > > > and > > > > > > processes them. In other words: I want to create a > > > > light-weight HTTP-SOAP > > > > > > service using only Java. > > > > > > > > > > > > The object with the main(String[]) method would have a > > > > ServerSocket and > > > > > > spawn > > > > > > child worker threads as requests come in. Not hard. But > > how would I > > > > > parse > > > > > > the SOAP request myself since there's no Apache/Tomcat/Jakarta? > > > > > > > > > > > > Many thanks, looking forward to your reply. > > > > > > > > > > > > JLC > > > > > > > > > > > > -- > > > > > > To unsubscribe, e-mail: > > > > <mailto:soap-user-unsubscribe@;xml.apache.org> > > > > > > For additional commands, e-mail: > > > > <mailto:soap-user-help@;xml.apache.org> > > > > > > > > > > > > -- > > > > > > To unsubscribe, e-mail: > > > > <mailto:soap-user-unsubscribe@;xml.apache.org> > > > > > > For additional commands, e-mail: > > > > <mailto:soap-user-help@;xml.apache.org> > > > > > > > > > > To unsubscribe, e-mail: > > <mailto:soap-user-unsubscribe@;xml.apache.org> > > > > > For additional commands, e-mail: > > <mailto:soap-user-help@;xml.apache.org> > > > > > > > > > > -- > > > > > To unsubscribe, e-mail: > > <mailto:soap-user-unsubscribe@;xml.apache.org> > > > > > For additional commands, e-mail: > > <mailto:soap-user-help@;xml.apache.org> > > > > > > > > -- > > > > To unsubscribe, e-mail: > > <mailto:soap-user-unsubscribe@;xml.apache.org> > > > > For additional commands, e-mail: > > <mailto:soap-user-help@;xml.apache.org> > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org> > > > For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org> > > > > -- > > http://www.certainkey.com > > Suite 4560 CTTC > > 1125 Colonel By Dr. > > Ottawa ON, K1S 5B6 > > C: 613.263.2983 > > > > -- > > To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org> > > For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org> > > > > > -- > To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org> > For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org> -- http://www.certainkey.com Suite 4560 CTTC 1125 Colonel By Dr. Ottawa ON, K1S 5B6 C: 613.263.2983 -- To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>