RE: How to combine normal servlets and struts

2005-01-05 Thread Ashutosh Satyam
Hope this helps you. Regards, Ashutosh -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 9:01 AM To: user@struts.apache.org Subject: How to combine normal servlets and struts I have 2 sets of programms running on Tomcat 1)one set is us

How to combine normal servlets and struts

2005-01-05 Thread Manisha Sathe
I have 2 sets of programms running on Tomcat 1)one set is using normal servlet program architecture. 2)another is using struts technology. This together makes whole application. Eventually the whole application will be in struts, but currently i have half in servlet and half in struts. Cur