Re: Where can I register SOAP Handlers?

2005-08-13 Thread Gianny Damour
Hi, You need to register your handlers in the webservices.xml DD. The order of declaration is used to define the order of the handler chain. You may want to have a look to this xsd to know where and how the handlers should be defined in the DD: modules\j2ee-schema\src\j2ee_1_4schema. For in

Where can I register SOAP Handlers?

2005-08-13 Thread Stefan Schmidt
Hi, I have two Web services, one exposed via the Web container, the other one via the EJB container. I would like to process their SOAP headers and also try some WS-Security stuff. To achieve this I have written my own message handler which extends the javax.xml.rpc.handler.GenericHandler. Now

Enforcing SSL for Web- and EJB-tier

2005-08-13 Thread Stefan Schmidt
Hi, I am currently playing around with some security settings. I was wondering how I can enforce the usage of SSL? I tried the following in the web.xml but with no success:                         SomeName             /*             POST             GET                             CONFID

Re: Example of running Geronimo on a different port

2005-08-13 Thread Jeremy Boynes
Bruce Snyder wrote: On 8/13/05, Jeremy Boynes <[EMAIL PROTECTED]> wrote: java -jar bin/deployer.jar distribute doc/plan/j2ee-server-plan.xml Thanks, Jeremy. I see now that redeployment must take place in offline mode (I was trying to redeploy only in online mode using the undeploy and deplo

Re: Example of running Geronimo on a different port

2005-08-13 Thread Bruce Snyder
On 8/13/05, Jeremy Boynes <[EMAIL PROTECTED]> wrote: > java -jar bin/deployer.jar distribute doc/plan/j2ee-server-plan.xml Thanks, Jeremy. I see now that redeployment must take place in offline mode (I was trying to redeploy only in online mode using the undeploy and deploy commands). Now it work

Example of running Geronimo on a different port

2005-08-13 Thread Jeremy Boynes
Now that Jeff has included the plans in the final assembly, here is an quick example of how to switch the default HTTP port for the server: # install geronimo mkdir geronimo cd geronimo/ jar xf ~/geronimo-assembly-1.0-SNAPSHOT.jar # edit the plan and reconfigure the server sed --in-place -e 's/

Re: servlet mapping in web.xml

2005-08-13 Thread Iñigo
I would have sworn I had tried to deploy it in this order and it had not worked. Well, nevertheless, it has worked now. Thank you very much! Jeremy Boynes escribió: The servlet-mapping element should follow the servlet one e.g. http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2

Re: servlet mapping in web.xml

2005-08-13 Thread Jeremy Boynes
The servlet-mapping element should follow the servlet one e.g. http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> HolaMundo c

servlet mapping in web.xml

2005-08-13 Thread Iñigo
Hello everybody as this is my first post on this list: I am trying to deploy a very simple web application. There is a JSP that calls a Servlet. I have created the war file with ant, and wen I try to deploy it I get this message: C:\geronimo-1.0-M4>java -jar bin\deployer.jar --user system -