Hi all, I'm working on deploying the SOAP Apache with tomcat on a Sun cobalt Raq 4. So, Deploying the JSPs and Serverlets using apache/tomcat works well (as documented in Sun Cobalt Java Developper Kit : User Manual). I put the soap.war in the /home/sites/home/web and I can access the Soap admin using the following address: http://10.67.69.9/soap/admin/ ( List , Deploy, Undeploy works well, they're a .jsp files) but I can't get Soap run the serverlets inside the soap, for example trying to visit the SOAP RPC router for this SOAP server using the following url : http://10.67.69.9/soap/servlet/rpcrouter doesn't work ( I get "The requested URL was not found on this server. " message.) I'd like to know If you have tested the Apache soap server on the Raq4. In the URL http://xml.apache.org/soap/docs/index.html , It's documented that the /usr/java/xalan-2.2/bin/xerces.jar must be put at the beggining of the CLASSPATH variable but as soon as I did this , the tomcat won't start. Here is the output from " /etc/rc.d/init/d/httpd start " command line (Apache starts tomcat automatically) and I can't get the prompt after this commnd ! ------------- Using classpath: /usr/java/xalan-2.2/bin/xerces.jar:/usr/java/jakarta-tomcat//lib/activation.jar:/usr/java/jakarta-tomcat//lib/ant.jar:/usr/java/jakarta-tomcat//lib/jasper.jar:/usr/java/jakarta-tomcat//lib/jaxp.jar:/usr/java/jakarta-tomcat//lib/mail.jar:/usr/java/jakarta-tomcat//lib/parser.jar:/usr/java/jakarta-tomcat//lib/servlet.jar:/usr/java/jakarta-tomcat//lib/test:/usr/java/jakarta-tomcat//lib/webserver.jar:/usr/java/jdk/lib/tools.jar::.:/usr/java/jakarta-tomcat/lib/servlet.jar:/usr/interclient/interclient.jar:/usr/java/soap-2.2/soap.jar:/usr/java/xalan-2.2/bin/bsf.jar:/usr/java/xalan-2.2/bin/xalansamples.jar:/usr/java/xalan-2.2/bin/xml.jar:/usr/java/xalan-2.2/bin/java_cup.jar:/usr/java/xalan-2.2/bin/xalanservlet.jar:/usr/java/xalan-2.2/bin/xsltc.jar:/usr/java/xalan-2.2/bin/runtime.jar:/usr/java/xalan-2.2/bin/xerces.jar:/usr/java/xalan-2.2/bin/xalan.jar:/usr/java/xalan-2.2/bin/xml-apis.jar:.:/usr/java/jakarta-tomcat/lib/servlet.jar:/usr/interclient/interclient.jar:/usr/java/soap-2.2/soap.! jar:/usr/java/xalan-2.2/bin/bsf.jar:/usr/java/xalan-2.2/bin/xalansamples.jar:/usr/java/xalan-2.2/bin/xml.jar:/usr/java/xalan-2.2/bin/java_cup.jar:/usr/java/xalan-2.2/bin/xalanservlet.jar:/usr/java/xalan-2.2/bin/xsltc.jar:/usr/java/xalan-2.2/bin/runtime.jar:/usr/java/xalan-2.2/bin/xerces.jar:/usr/java/xalan-2.2/bin/xalan.jar:/usr/java/xalan-2.2/bin/xml-apis.jar Starting with a SecurityManager Exception in thread "main" java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.util.PropertyPermission jaxp.debug read) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:272) at java.security.AccessController.checkPermission(AccessController.java:399) at java.lang.SecurityManager.checkPermission(SecurityManager.java:545) at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1278) at java.lang.System.getProperty(System.java:560) at javax.xml.parsers.SAXParserFactory.<clinit>(SAXParserFactory.java:271) at org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:210) at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:187) at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235) No prompt !!!! ------------- Packages: jdk 1.3.1 soap 2.2 & xalan 2.2 jakarta -tomcat 3.2.3 on Raq 4 sun cobalt.
./Ihdar __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
