Results 1 to 2 of 2
- 02-02-2011, 06:33 AM #1
Member
- Join Date
- Feb 2011
- Posts
- 1
- Rep Power
- 0
Servlet to handle html form and execute mulitple external program
HI,
i have created a html form having a text field and submit button and i want to send a directory path,i want that my servlet should take this dir as argument and call a external perl script with the argument and execute the script and return a name of dir with the checkbox on same html page.
can we call multiple external programs in a servlet?
- 02-02-2011, 08:12 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,476
- Rep Power
- 16
You're not calling multiple external prgrams are you?
Unless I misread that, you're just calling a Perl script?
Anyway, there's nothing to stop you launching multiple apps from the Servlet. There might be questions as to whether this is a good idea or not, but that's an architecture and design issue, not a straight technical one.
Similar Threads
-
Execute external program from java
By ankitmcgill in forum New To JavaReplies: 1Last Post: 06-01-2009, 03:58 AM -
Execute external file/program
By sirwiggles in forum New To JavaReplies: 3Last Post: 04-21-2009, 11:35 PM -
how can i link html+servlet+xml to form servlet
By balachandarr in forum Java ServletReplies: 0Last Post: 04-15-2009, 04:06 PM -
How to execute an External Program through Java program
By Java Tip in forum java.ioReplies: 0Last Post: 04-04-2008, 02:40 PM -
How to execute an External Program through Java program
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:33 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks