Labels
- Apache (10)
- Articles (4)
- BPM Tools (5)
- Glassfish (16)
- Hadoop (10)
- HP ALM (6)
- HP SOA Systinet (14)
- Issues (19)
- JAVA (85)
- JBoss (16)
- jQuery (4)
- Load Runner (37)
- Quality Center (49)
- Testing (24)
- Tips and Tricks (16)
- Tomcat (4)
- Usefull Links (18)
- Weblogic (41)
- WebSphere (2)
Tuesday, April 22, 2014
Friday, April 18, 2014
Tomcat modification steps to work perl scripts from web applications
Steps to change
1) Uncomment the CGIServlet from web.xml file under
TOMCAT_HOME/CONF folder that's commented by default .
2) Uncomment mapping for the CGI Gateway servlet from
web.xml file under TOMCAT_HOME/CONF folder that's commented by default
4) Create a cgi folder
under webapps/ROOT/WEB-INF for place CGI(perl) scripts in cgi folder .
5) Restart the Tomcat server to Pick up the new
configuration
6) access the url http:// serverip:8080/cgi-bin/xxxx.pl
Subscribe to:
Posts (Atom)