This is my accesslog of apache 146.186.210.54 - - [11/Mar/2003:18:31:25 -0500] "GET /ws/ HTTP/1.1" 200 1587 127.0.0.1 - - [11/Mar/2003:18:32:15 -0500] "POST /ws/ HTTP/1.0" 404 269 127.0.0.1 - - [11/Mar/2003:18:37:21 -0500] "POST /ws/servlet/AxisServlet HTTP/1.0" 404 288
the first request is a standard request to happyaxis.jsp page from a browser The second request is java org.apache.axis.client.AdminClient list -lhttp://localhost/ws/ the request is java org.apache.axis.client.AdminClient list -lhttp://localhost/ws/servlet/AxisServlet PLEASE note the difference here. apache is allowing GET and HTTP 1.1 requests while it is not allowing POST and/or http1.0 requests my error log [Tue Mar 11 18:32:15 2003] [error] [client 127.0.0.1] File does not exist: /usr/local/apache2/htdocs/ws [Tue Mar 11 18:37:21 2003] [error] [client 127.0.0.1] File does not exist: /usr/local/apache2/htdocs/ws PLEASE help... Jinesh --- Jinesh Varia <[EMAIL PROTECTED]> wrote: > I had tomcat running on 8080. I deployed a webservice. everything was ok. Then I > upgraded to > mod_jk connector to run apache with tomcat. I can see happyaxis.jsp successfull > loading and > axis, > tomcat, apache are working fine. > > Now when I try to deploy one more service it is giving me connection exception. I > even tried > with > -p option as 80 > > lot of people had got these problems but somehow I feel there is no solution. all > people had > some > miracles.... > > jinesh > > [EMAIL PROTECTED] dd]$ java org.apache.axis.client.AdminClient list > -lhttp://localhost/ws/services > Mar 11, 2003 6:27:51 PM org.apache.axis.client.AdminClient main > SEVERE: Exception: > AxisFault > faultCode: {http://xml.apache.org/axis/}HTTP > faultSubcode: > faultString: (404)Not Found > faultActor: > faultNode: > faultDetail: > {}string: return code: 404 > <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> > <html><head> > <title>404 Not Found</title> > </head><body> > <h1>Not Found</h1> > <p>The requested URL /ws/services was not found on this server.</p> > <hr /> > <address>Apache/2.0.43 Server at localhost Port 80</address> > </body></html> > > > (404)Not Found > at > org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:630) > at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:128) > at > org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71) > at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150) > at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120) > at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180) > at org.apache.axis.client.Call.invokeEngine(Call.java:2526) > at org.apache.axis.client.Call.invoke(Call.java:2515) > at org.apache.axis.client.Call.invoke(Call.java:1637) > at org.apache.axis.client.AdminClient.process(AdminClient.java:355) > at org.apache.axis.client.AdminClient.process(AdminClient.java:325) > at org.apache.axis.client.AdminClient.list(AdminClient.java:183) > at org.apache.axis.client.AdminClient.list(AdminClient.java:176) > at org.apache.axis.client.AdminClient.process(AdminClient.java:273) > at org.apache.axis.client.AdminClient.main(AdminClient.java:377) > > > ===== > ----------------------------------------------------------------- > Jinesh Varia > Graduate Student, Information Systems > Pennsylvania State University > Email: [EMAIL PROTECTED] > ----------------------------------------------------------------- > 'Self is the author of its actions.' > > __________________________________________________ > Do you Yahoo!? > Yahoo! Web Hosting - establish your business online > http://webhosting.yahoo.com ===== ----------------------------------------------------------------- Jinesh Varia Graduate Student, Information Systems Pennsylvania State University Email: [EMAIL PROTECTED] ----------------------------------------------------------------- 'Self is the author of its actions.' __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com
