[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: configuring servlet to listen on different TCP port

2008-09-24 Thread UKIN
unfortunately this does not seem to work :( Regards. Umesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178539#4178539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178539 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: configuring servlet to listen on different TCP port

2008-09-23 Thread UKIN
Can you please elaborate. I did not get you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178277#4178277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178277 ___ jboss-user

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JsessionId not returned by Tomcat for Swing client

2008-09-23 Thread UKIN
Actually, i have tried using the applicaton with WebSphere App server and it works. But while using WebSphere App server, i have used the struts framework. I have extended the ActionServlet provide by struts & the request is processed by this servlet. So it required that my servlet extend the de

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JsessionId not returned by Tomcat for Swing client

2008-09-22 Thread UKIN
Hello, We are developing a 3 tier application with Swing client and Jboss App Server 4.0.3SP1. We want the JBoss server (Tomcat) to do session management as it does for web applications. Now we have deployed the ear file containing the servlet, business and data access classes on the server.