Anonymous
Not applicable
2009-06-09
06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When you export your job as a POJO or war file, yes u can.
For POJO, you'll have to add the jars to your classpath and call correctly the main class. U could also use Runtime.exec() to launch the script/shell TOS generate.
For the war, you'll have to deploy the archive in your container and call the URL from the jsp as needed.
For POJO, you'll have to add the jars to your classpath and call correctly the main class. U could also use Runtime.exec() to launch the script/shell TOS generate.
For the war, you'll have to deploy the archive in your container and call the URL from the jsp as needed.
861 Views