Hi All,
I need to port several CGI Web Applications for intranet use. I'm planning to use Tomcat/Struts/tiles/JSP and probably Oracle. Since there are so many apps, I need port them one by one. Is there a way to integrate legacy CGI/Perl applications with the technologies I'm trying to use?
Thank you,
Ed
Discussions
Web tier: servlets, JSP, Web frameworks: How to intregrate CGI with Tomcat/Struts/tiles?
-
How to intregrate CGI with Tomcat/Struts/tiles? (3 messages)
- Posted by: Eduardo B
- Posted on: September 14 2004 03:08 EDT
Threaded Messages (3)
- How to intregrate CGI with Tomcat/Struts/tiles? by Sohail Sikora on September 14 2004 12:33 EDT
- How to intregrate CGI with Tomcat/Struts/tiles? by Scott Preston on September 14 2004 14:43 EDT
- How to intregrate CGI with Tomcat/Struts/tiles? by Eduardo B on September 15 2004 00:40 EDT
-
How to intregrate CGI with Tomcat/Struts/tiles?[ Go to top ]
- Posted by: Sohail Sikora
- Posted on: September 14 2004 12:33 EDT
- in response to Eduardo B
Every app server/webapp container provides some method for you to integrate CGI/Perl apps. Do a search on (google/search engine of your choice) for cgi and the name of the container/app server of your choice and it should give you all the required info. -
How to intregrate CGI with Tomcat/Struts/tiles?[ Go to top ]
- Posted by: Scott Preston
- Posted on: September 14 2004 14:43 EDT
- in response to Eduardo B
I would suggest the best way would be to remove the HTML mark-up from the applications and turn that into XML mark-up. Then you can use your JSP/Servlets/Struts/Titles or whatever to read that XML and glue it together with whatever technology you want.
Cheers,
Scott -
How to intregrate CGI with Tomcat/Struts/tiles?[ Go to top ]
- Posted by: Eduardo B
- Posted on: September 15 2004 00:40 EDT
- in response to Scott Preston
Thanks for the replies.
I found something that sounds promising:
http://www.opensymphony.com/sitemesh/
Thanks,
Ed