http « J2EE « JSP-Servlet Q&A





1. call a JAX WS webservice from the server without http or servlets    stackoverflow.com

I've created a SOAP based JAX-WS server (classes and WSDL created with wsgen). I've successfully tested this by creating a stand-alone server with Endpoint.publish() and connected to it successfully with java, perl and ...

2. firefox cannot access http://my_machine_name in Firefox    stackoverflow.com

I am using Weblogic seever for local testing.. I cannot cannot access http://my_machine_name in Firefox (e.g. http://xyz123) The same can be accessed in IE/Safari Please help me. Thank you

3. Designing a mobile web server and client for traffic compression    stackoverflow.com

I have been a bit confused on how best to go about this. The thing: I'm creating a j2me mobile app that will send compressed data via HTTP to a web server, ...