I finally got it to work. The problem I was having was this: I was copying and pasting the entire <Phase></Phase> section and overriding the section of my axis2.xml file. In order to correct this problem, I just copied and pasted the elements which referenced "soapmonitorPhase" into their respective places in the axis2.xml file.
One final problem I am having though, is I can access SOAPMonitor via http://localhost:8080/axis2/SOAPMonitor, but it does not show up on the axis2 services like it did for axis 1.x. However, this issue is insignificant. Thank you for all your help. Kinichiro Inoguchi wrote: > You could see this message in your logs; > 2006-05-24 08:25:23 StandardContext[/axis2]Servlet /axis2 threw load() > exception > javax.servlet.ServletException: Invalid phases please recheck axis2.xml > {0} for the handler {1} > > How did you modify your axis2.xml ? > > You should check, > (tomcat)/webapps/axis2/WEB-INF/conf/axis2.xml > (tomcat)/webapps/axis2/WEB-INF/web.xml > > Regards, > kinichiro > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- James Loghry Software Engineer The Krell Institute 1609 Golden Aspen Dr., Suite 101 Ames, IA 50010 http://www.krellinst.org Phone: (515) 956 - 3696 Email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
