aspose file tools
The moose likes Struts and the fly likes Please help me to call a Perl Application from Struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Please help me to call a Perl Application from Struts" Watch "Please help me to call a Perl Application from Struts" New topic
Author

Please help me to call a Perl Application from Struts

Vani Bandargal
Ranch Hand

Joined: Oct 06, 2005
Posts: 82
Please help me to call a Perl Application from Struts
Vani Bandargal
Ranch Hand

Joined: Oct 06, 2005
Posts: 82
Hi I tried this in my Action Class:

res.sendRedirect("/hpn/cgi-bin/applinks/confcase/cdess_upd.cgi");

which is taking me to http://bhnsm03.health.state.ny.us:4066/doh3/applinks/cdess/hpn/cgi-bin/applinks/confcase/cdess_upd.cgi

But I want something like this:
https://bhnsm03.health.state.ny.us/doh3/applinks/cdess/hpn/cgi-bin/applinks/confcase/cdess_upd.cgi

Any help is appreciated
 
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: Please help me to call a Perl Application from Struts
 
Similar Threads
Problem to integrate Struts with Swing
Using JAVA in PERL
Communication between Java and Perl
Call Perl Application from Struts
how to call servlet from struts application