[JBoss-user] [JBossWS] - Re: ClassCastException while using JWSDP 1.6 and jbossall-cl

2006-03-14 Thread alexeit
chwang wrote : | But I have fixed this issue after removing jbossall-client.jar from client classpath. it works fine. | I have the same exception while developing web based client using JWSDP 2.0. Could you please explain how to remove jbossall-client.jar from the client classpath? Do

[JBoss-user] [Installation, Configuration Deployment] - Re: Failure in Isolation with Overriding over jboss-4.0.3

2006-01-21 Thread alexeit
It seems I have the same problem on 4.0.3SP1 when try to use local copy of Axis 1.3 in my application. Actually the server libraries of Axis 1.2 are used. Is it really a bug? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918819#3918819 Reply to the

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: servlet mapping - invoker servlet - executing anonymous

2005-12-10 Thread alexeit
I am newbie in JBoss I have the same version as yours and can't invoke anonymous servlets like localhost:8000/servlet/TestServlet Why do you use mapping in web.xml instead of simple '/servlet/' in URL Thanks in advance Alexei View the original post :

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Access to servlet with '/servlet/' in URL gives Error 404

2005-12-10 Thread alexeit
I am newbie in JBoss. I'm developin the simple servlets. When I describe them in web.xml, everything is OK. However, when I try to call a servlet which is not mentioned in web.xml like this: http://localhost:8080/servlet/TestServlet, I get 404 error. Any help will be greatly appreciated.

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Access to servlet with '/servlet/' in URL gives Error 40

2005-12-10 Thread alexeit
alexeit wrote : I am newbie in JBoss. I'm developin the simple servlets. When I describe them in web.xml, everything is OK. However, when I try to call a servlet which is not mentioned in web.xml like this: | http://localhost:8080/servlet/TestServlet, I get 404 error. | | JBoss 4.0.3SP1

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Access to servlet with '/servlet/' in URL gives Error 40

2005-12-10 Thread alexeit
[EMAIL PROTECTED] wrote : The invoker servlet, which handles the /servlet/... URL pattern, is not enabled by default, as it's a potential security hole. You need to go into the deploy/jbossweb-tomcat55.sar/conf/web.xml file and uncomment it. It's better practice to specify your servlets in