Hi there! I am trying to make a web service to automatically instanciate a process definition..
This is my web service(running), it is basically the jsp code from the login.jsp page. <?xml version="1.0" encoding="UTF-8" ?> - <wsdl:definitions targetNamespace="http://localhost:8888/axis/login_jsp.jws" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8888/axis/login_jsp.jws" xmlns:intf="http://localhost:8888/axis/login_jsp.jws" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://http.servlet.javax" xmlns:tns2="http://servlet.javax" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> - <!-- WSDL created by Apache Axis version: 1.3 Built on Oct 05, 2005 (05:23:37 EDT) --> - <wsdl:types> - - - - <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[]" /> - - - </wsdl:types> - <wsdl:message name="getServletInfoResponse"> <wsdl:part name="getServletInfoReturn" type="xsd:string" /> </wsdl:message> - <wsdl:message name="initRequest"> <wsdl:part name="config" type="xsd:anyType" /> </wsdl:message> - <wsdl:message name="serviceRequest"> <wsdl:part name="request" type="tns1:HttpServletRequest" /> <wsdl:part name="response" type="tns1:HttpServletResponse" /> </wsdl:message> <wsdl:message name="_jspInitRequest" /> <wsdl:message name="_jspDestroyResponse" /> <wsdl:message name="jspDestroyResponse" /> <wsdl:message name="initResponse" /> <wsdl:message name="jspInitResponse" /> <wsdl:message name="jspInitRequest" /> - <wsdl:message name="getDependantsResponse"> <wsdl:part name="getDependantsReturn" type="impl:ArrayOf_xsd_anyType" /> </wsdl:message> <wsdl:message name="destroyRequest" /> <wsdl:message name="_jspDestroyRequest" /> <wsdl:message name="_jspInitResponse" /> <wsdl:message name="jspDestroyRequest" /> <wsdl:message name="getServletInfoRequest" /> - <wsdl:message name="_jspServiceRequest"> <wsdl:part name="request" type="xsd:anyType" /> <wsdl:part name="response" type="xsd:anyType" /> </wsdl:message> <wsdl:message name="destroyResponse" /> <wsdl:message name="_jspServiceResponse" /> <wsdl:message name="getDependantsRequest" /> <wsdl:message name="serviceResponse" /> - <wsdl:portType name="login_jsp"> - <wsdl:operation name="_jspDestroy"> <wsdl:input message="impl:_jspDestroyRequest" name="_jspDestroyRequest" /> <wsdl:output message="impl:_jspDestroyResponse" name="_jspDestroyResponse" /> </wsdl:operation> - <wsdl:operation name="_jspInit"> <wsdl:input message="impl:_jspInitRequest" name="_jspInitRequest" /> <wsdl:output message="impl:_jspInitResponse" name="_jspInitResponse" /> </wsdl:operation> - <wsdl:operation name="_jspService" parameterOrder="request response"> <wsdl:input message="impl:_jspServiceRequest" name="_jspServiceRequest" /> <wsdl:output message="impl:_jspServiceResponse" name="_jspServiceResponse" /> </wsdl:operation> - <wsdl:operation name="getDependants"> <wsdl:input message="impl:getDependantsRequest" name="getDependantsRequest" /> <wsdl:output message="impl:getDependantsResponse" name="getDependantsResponse" /> </wsdl:operation> - <wsdl:operation name="init" parameterOrder="config"> <wsdl:input message="impl:initRequest" name="initRequest" /> <wsdl:output message="impl:initResponse" name="initResponse" /> </wsdl:operation> - <wsdl:operation name="destroy"> <wsdl:input message="impl:destroyRequest" name="destroyRequest" /> <wsdl:output message="impl:destroyResponse" name="destroyResponse" /> </wsdl:operation> - <wsdl:operation name="service" parameterOrder="request response"> <wsdl:input message="impl:serviceRequest" name="serviceRequest" /> <wsdl:output message="impl:serviceResponse" name="serviceResponse" /> </wsdl:operation> - <wsdl:operation name="getServletInfo"> <wsdl:input message="impl:getServletInfoRequest" name="getServletInfoRequest" /> <wsdl:output message="impl:getServletInfoResponse" name="getServletInfoResponse" /> </wsdl:operation> - <wsdl:operation name="jspInit"> <wsdl:input message="impl:jspInitRequest" name="jspInitRequest" /> <wsdl:output message="impl:jspInitResponse" name="jspInitResponse" /> </wsdl:operation> - <wsdl:operation name="jspDestroy"> <wsdl:input message="impl:jspDestroyRequest" name="jspDestroyRequest" /> <wsdl:output message="impl:jspDestroyResponse" name="jspDestroyResponse" /> </wsdl:operation> </wsdl:portType> - <wsdl:binding name="login_jspSoapBinding" type="impl:login_jsp"> <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" /> - <wsdl:operation name="_jspDestroy"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="_jspDestroyRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded" /> </wsdl:input> - <wsdl:output name="_jspDestroyResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8888/axis/login_jsp.jws" use="encoded" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="_jspInit"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="_jspInitRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded" /> </wsdl:input> - <wsdl:output name="_jspInitResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8888/axis/login_jsp.jws" use="encoded" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="_jspService"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="_jspServiceRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded" /> </wsdl:input> - <wsdl:output name="_jspServiceResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8888/axis/login_jsp.jws" use="encoded" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getDependants"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="getDependantsRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded" /> </wsdl:input> - <wsdl:output name="getDependantsResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8888/axis/login_jsp.jws" use="encoded" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="init"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="initRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://runtime.jasper.apache.org" use="encoded" /> </wsdl:input> - <wsdl:output name="initResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8888/axis/login_jsp.jws" use="encoded" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="destroy"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="destroyRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://runtime.jasper.apache.org" use="encoded" /> </wsdl:input> - <wsdl:output name="destroyResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8888/axis/login_jsp.jws" use="encoded" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="service"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="serviceRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://runtime.jasper.apache.org" use="encoded" /> </wsdl:input> - <wsdl:output name="serviceResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8888/axis/login_jsp.jws" use="encoded" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="getServletInfo"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="getServletInfoRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://runtime.jasper.apache.org" use="encoded" /> </wsdl:input> - <wsdl:output name="getServletInfoResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8888/axis/login_jsp.jws" use="encoded" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="jspInit"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="jspInitRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://runtime.jasper.apache.org" use="encoded" /> </wsdl:input> - <wsdl:output name="jspInitResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8888/axis/login_jsp.jws" use="encoded" /> </wsdl:output> </wsdl:operation> - <wsdl:operation name="jspDestroy"> <wsdlsoap:operation soapAction="" /> - <wsdl:input name="jspDestroyRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://runtime.jasper.apache.org" use="encoded" /> </wsdl:input> - <wsdl:output name="jspDestroyResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8888/axis/login_jsp.jws" use="encoded" /> </wsdl:output> </wsdl:operation> </wsdl:binding> - <wsdl:service name="login_jspService"> - <wsdl:port binding="impl:login_jspSoapBinding" name="login_jsp"> <wsdlsoap:address location="http://localhost:8888/axis/login_jsp.jws" /> </wsdl:port> </wsdl:service> </wsdl:definitions> My question is: on the login.jsp code: import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; public final class login_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent { private static java.util.Vector _jspx_dependants; private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_f_view; private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_messages_nobody; private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_form_id; private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_selectOneMenu_value_required_id; private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_f_selectItems_value_nobody; private org.apache.jasper.runtime.TagHandlerPool _jspx_tagPool_h_commandButton_value_action_nobody; public java.util.List getDependants() { return _jspx_dependants; } public void _jspInit() { _jspx_tagPool_f_view = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); _jspx_tagPool_h_messages_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); _jspx_tagPool_h_form_id = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); _jspx_tagPool_h_selectOneMenu_value_required_id = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); _jspx_tagPool_f_selectItems_value_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); _jspx_tagPool_h_commandButton_value_action_nobody = org.apache.jasper.runtime.TagHandlerPool.getTagHandlerPool(getServletConfig()); } public void _jspDestroy() { _jspx_tagPool_f_view.release(); _jspx_tagPool_h_messages_nobody.release(); _jspx_tagPool_h_form_id.release(); _jspx_tagPool_h_selectOneMenu_value_required_id.release(); _jspx_tagPool_f_selectItems_value_nobody.release(); _jspx_tagPool_h_commandButton_value_action_nobody.release(); } public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException { JspFactory _jspxFactory = null; PageContext pageContext = null; HttpSession session = null; ServletContext application = null; ServletConfig config = null; JspWriter out = null; Object page = this; JspWriter _jspx_out = null; PageContext _jspx_page_context = null; try { _jspxFactory = JspFactory.getDefaultFactory(); response.setContentType("text/html"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); if (_jspx_meth_f_view_0(_jspx_page_context)) return; out.write('\r'); out.write('\n'); org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "footer.jsp", out, false); out.write(' '); out.write('\r'); out.write('\n'); } catch (Throwable t) { if (!(t instanceof SkipPageException)){ out = _jspx_out; if (out != null && out.getBufferSize() != 0) out.clearBuffer(); if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); } } finally { if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context); } } private boolean _jspx_meth_f_view_0(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); HttpServletRequest request = (HttpServletRequest)_jspx_page_context.getRequest(); HttpServletResponse response = (HttpServletResponse)_jspx_page_context.getResponse(); // f:view org.apache.myfaces.taglib.core.ViewTag _jspx_th_f_view_0 = (org.apache.myfaces.taglib.core.ViewTag) _jspx_tagPool_f_view.get(org.apache.myfaces.taglib.core.ViewTag.class); _jspx_th_f_view_0.setPageContext(_jspx_page_context); _jspx_th_f_view_0.setParent(null); int _jspx_eval_f_view_0 = _jspx_th_f_view_0.doStartTag(); if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) { out = _jspx_page_context.pushBody(); _jspx_th_f_view_0.setBodyContent((javax.servlet.jsp.tagext.BodyContent) out); _jspx_th_f_view_0.doInitBody(); } do { out.write('\r'); out.write('\n'); org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "header1.jsp", out, false); out.write('\r'); out.write('\n'); org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "header2.jsp", out, false); out.write("\r\n"); out.write("\r\n"); out.write(""); if (_jspx_meth_h_messages_0(_jspx_th_f_view_0, _jspx_page_context)) return true; out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("\r\n"); out.write("Log In\r\n"); out.write(" \r\n"); if (_jspx_meth_h_form_0(_jspx_th_f_view_0, _jspx_page_context)) return true; out.write("\r\n"); out.write("\r\n"); out.write(" \r\n"); out.write("\r\n"); out.write("\r\n"); int evalDoAfterBody = _jspx_th_f_view_0.doAfterBody(); if (evalDoAfterBody != javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN) break; } while (true); if (_jspx_eval_f_view_0 != javax.servlet.jsp.tagext.Tag.EVAL_BODY_INCLUDE) out = _jspx_page_context.popBody(); } if (_jspx_th_f_view_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true; _jspx_tagPool_f_view.reuse(_jspx_th_f_view_0); return false; } private boolean _jspx_meth_h_messages_0(javax.servlet.jsp.tagext.JspTag _jspx_th_f_view_0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // h:messages org.apache.myfaces.taglib.html.HtmlMessagesTag _jspx_th_h_messages_0 = (org.apache.myfaces.taglib.html.HtmlMessagesTag) _jspx_tagPool_h_messages_nobody.get(org.apache.myfaces.taglib.html.HtmlMessagesTag.class); _jspx_th_h_messages_0.setPageContext(_jspx_page_context); _jspx_th_h_messages_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_f_view_0); int _jspx_eval_h_messages_0 = _jspx_th_h_messages_0.doStartTag(); if (_jspx_th_h_messages_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true; _jspx_tagPool_h_messages_nobody.reuse(_jspx_th_h_messages_0); return false; } private boolean _jspx_meth_h_form_0(javax.servlet.jsp.tagext.JspTag _jspx_th_f_view_0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // h:form org.apache.myfaces.taglib.html.HtmlFormTag _jspx_th_h_form_0 = (org.apache.myfaces.taglib.html.HtmlFormTag) _jspx_tagPool_h_form_id.get(org.apache.myfaces.taglib.html.HtmlFormTag.class); _jspx_th_h_form_0.setPageContext(_jspx_page_context); _jspx_th_h_form_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_f_view_0); _jspx_th_h_form_0.setId("login"); int _jspx_eval_h_form_0 = _jspx_th_h_form_0.doStartTag(); if (_jspx_eval_h_form_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { out.write("\r\n"); out.write(" \r\n"); out.write(" Select User: \r\n"); out.write(" "); if (_jspx_meth_h_selectOneMenu_0(_jspx_th_h_form_0, _jspx_page_context)) return true; out.write("\r\n"); out.write(" \r\n"); out.write(" "); if (_jspx_meth_h_commandButton_0(_jspx_th_h_form_0, _jspx_page_context)) return true; out.write("\r\n"); } if (_jspx_th_h_form_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true; _jspx_tagPool_h_form_id.reuse(_jspx_th_h_form_0); return false; } private boolean _jspx_meth_h_selectOneMenu_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // h:selectOneMenu org.apache.myfaces.taglib.html.HtmlSelectOneMenuTag _jspx_th_h_selectOneMenu_0 = (org.apache.myfaces.taglib.html.HtmlSelectOneMenuTag) _jspx_tagPool_h_selectOneMenu_value_required_id.get(org.apache.myfaces.taglib.html.HtmlSelectOneMenuTag.class); _jspx_th_h_selectOneMenu_0.setPageContext(_jspx_page_context); _jspx_th_h_selectOneMenu_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0); _jspx_th_h_selectOneMenu_0.setId("username"); _jspx_th_h_selectOneMenu_0.setRequired("true"); _jspx_th_h_selectOneMenu_0.setValue("#{userBean.userName}"); int _jspx_eval_h_selectOneMenu_0 = _jspx_th_h_selectOneMenu_0.doStartTag(); if (_jspx_eval_h_selectOneMenu_0 != javax.servlet.jsp.tagext.Tag.SKIP_BODY) { out.write("\r\n"); out.write(" "); if (_jspx_meth_f_selectItems_0(_jspx_th_h_selectOneMenu_0, _jspx_page_context)) return true; out.write("\r\n"); out.write(" "); } if (_jspx_th_h_selectOneMenu_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true; _jspx_tagPool_h_selectOneMenu_value_required_id.reuse(_jspx_th_h_selectOneMenu_0); return false; } private boolean _jspx_meth_f_selectItems_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_selectOneMenu_0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // f:selectItems org.apache.myfaces.taglib.core.SelectItemsTag _jspx_th_f_selectItems_0 = (org.apache.myfaces.taglib.core.SelectItemsTag) _jspx_tagPool_f_selectItems_value_nobody.get(org.apache.myfaces.taglib.core.SelectItemsTag.class); _jspx_th_f_selectItems_0.setPageContext(_jspx_page_context); _jspx_th_f_selectItems_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_selectOneMenu_0); _jspx_th_f_selectItems_0.setValue("#{userBean.userSelectItems}"); int _jspx_eval_f_selectItems_0 = _jspx_th_f_selectItems_0.doStartTag(); if (_jspx_th_f_selectItems_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true; _jspx_tagPool_f_selectItems_value_nobody.reuse(_jspx_th_f_selectItems_0); return false; } private boolean _jspx_meth_h_commandButton_0(javax.servlet.jsp.tagext.JspTag _jspx_th_h_form_0, PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // h:commandButton org.apache.myfaces.taglib.html.HtmlCommandButtonTag _jspx_th_h_commandButton_0 = (org.apache.myfaces.taglib.html.HtmlCommandButtonTag) _jspx_tagPool_h_commandButton_value_action_nobody.get(org.apache.myfaces.taglib.html.HtmlCommandButtonTag.class); _jspx_th_h_commandButton_0.setPageContext(_jspx_page_context); _jspx_th_h_commandButton_0.setParent((javax.servlet.jsp.tagext.Tag) _jspx_th_h_form_0); _jspx_th_h_commandButton_0.setAction("#{userBean.login}"); _jspx_th_h_commandButton_0.setValue("Log In"); int _jspx_eval_h_commandButton_0 = _jspx_th_h_commandButton_0.doStartTag(); if (_jspx_th_h_commandButton_0.doEndTag() == javax.servlet.jsp.tagext.Tag.SKIP_PAGE) return true; _jspx_tagPool_h_commandButton_value_action_nobody.reuse(_jspx_th_h_commandButton_0); return false; } } where is the place where the process clicked it´s instanciated? regards, marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940692#3940692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940692 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
