aspose file tools
The moose likes Servlets and the fly likes CGI to servlet converter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "CGI to servlet converter" Watch "CGI to servlet converter" New topic
Author

CGI to servlet converter

bhuwan tiwari
Greenhorn

Joined: Jan 04, 2001
Posts: 19
Hi Friends,
If any too is available for converting my CGI into servlets
bhuwan
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12265
    
    1
I don't know of any automated tool - the topic is too general for automation since there are so many languages your CGI could be written in. The Java servlet API was written to make the conversion easy by providing easy access to CGI parameters.
Bill
------------------
author of:


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: CGI to servlet converter
 
Similar Threads
Java & CGI
servlets alternatives
CGI and Servlets
Can we run cgi applications on tomcat?
How to include cgi support in tomcat