Hi Vaibhav,

"load applet failed" occurs when I use firefox.
But I can't access the SOAPMonitor either by IE -- it brings me to a
searching page immediately
with "http://localhost:8080"; in the searching bar once I try to open
the link in IE.

I do read the appendix and deployed the service successfully before
setting the virtual host.

After setting the virtual host, I try to re-deploy the SOAPMonitor
according to the appendix as below:
1. compiled the SOAPMonitor class and copy them to tomcat/webapps/ROOT
2. executing "java org.apache.axis.client.AdminClient
-lhttp://localhost:8080/AdminService deploy-monitor.wsdd"
successfully.
3. try to find the SOAPMonitor at http://localhost:8080/SOAPMonitor,
then failed.

Please correct me if I made any mistake here,Thanks.

On Nov 27, 2007 10:16 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I guess it should work fine with IE. If not, refer to "Appendix: Enabling the
> SOAP Monitor' under User Guide in your docs folder.
>
>
> Wang Han wrote:
> >
> > Hi guys,
> >
> > Service "echo" is deployed at:
> > http://localhost:8080/axis/services/echo, SOAPMonitor is at
> > http://localhost:8080/axis/SOAPMonitor.
> > I can use SOAPMonitor to monitor all soap messages between echo
> > service and its client.
> >
> > For some special requirement, I need re-deploy the echo service to
> > http://localhost:8080/echo.
> > I implement it successfully by modifying tomcat/conf/server.xml and
> > webapps/axis/web.xml.
> >
> > But the SOAPMonitor is not there any more. I  try to access it by
> > http://localhost:8080/SOAPMonitor,
> > It always gives me "load applet failed" error message.
> >
> > Could someone tell me how can I find back the SOAPMonitor? thanks a lot!
> >
> > Tomcat6.0 + axis1.4.
> > tomcat/conf/server.xml:
> >       <Host name="localhost"  appBase="webapps/axis"
> >             unpackWARs="true" autoDeploy="true"
> >             xmlValidation="false" xmlNamespaceAware="false">
> >          <Context path="/" docBase="."/>
> >
> > webapps/axis/WEB-INF/web.xml:
> >   <servlet-mapping>
> >    <servlet-name>AxisServlet</servlet-name>
> >    <!-- use it when need SOAPMon <url-pattern>/services/*</url-pattern>
> > -->
> >    <url-pattern>/*</url-pattern>
> >   </servlet-mapping>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
> --
> View this message in context: 
> http://www.nabble.com/SOAPMonitor-doesn%27t-work-after-setting-tomcat-virtual-host.-tf4881891.html#a13971633
> Sent from the Axis - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to