![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Executing Multiple .SQL Files from Single Shell Script file | anushilrai | Shell Programming and Scripting | 3 | 04-07-2008 07:09 AM |
| Difference between executing a shell using sh and . | soumyo_das | UNIX for Dummies Questions & Answers | 2 | 06-21-2007 02:03 PM |
| Executing shell file within another shell file | appleforme1415 | UNIX for Dummies Questions & Answers | 2 | 06-19-2007 04:55 AM |
| Reading file names from a file and executing the relative file from shell script | anushilrai | Shell Programming and Scripting | 4 | 03-10-2006 01:25 AM |
| executing in parent shell. | Alan Bird | UNIX for Dummies Questions & Answers | 1 | 08-06-2001 01:52 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
executing shell file in jva + tomcat
Colleagues,
i have an jsp application which uses a servlet for controlling the request. the servlet uses a java class that will invoke a shell script. when i involked a shell script using java's runtime.exec command , it didnt work... applications used are tomcat5, Fedora 6 and java1.5.0_09 Any solutions?? Jaganadh |
| Forum Sponsor | ||
|
|
|
|||
|
You have given us no real information.
1. does the script work from the command line? 2. did you give the fully qualified path to the script? 3. does the webserver process have the access rights to execute? 4. is the webserver running in a different chrooted environment? 5. do you capture the error return so you can determine why? |
|||
| Google The UNIX and Linux Forums |