This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes tomcat server getting off when executed a program in background 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 » Java » JSP
Reply Bookmark "tomcat server getting off when executed a program in background" Watch "tomcat server getting off when executed a program in background" New topic
Author

tomcat server getting off when executed a program in background

narayana Ega
Greenhorn

Joined: Aug 23, 2012
Posts: 26
when i executed a background program to scan the folders in a directory the tomcat server is getting off............
the following is the jsp code,,....where i am getting problem

try{

Agg agobject=new Agg();

Com cmobject=new Com();

}


in the above code the agg( ) and Com() is for scanning the folders in side a directory...
executed this jsp code i am getting problem
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56185
    
  13

Ummm, what do you mean by "getting off"? That's not the English expression I think you meant to use.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: tomcat server getting off when executed a program in background
 
Similar Threads
Marcus Green#3: Q57 - Underlying Object Type
HFSJ using Eclipse
initialisation sequence
Marcus Green Exam 3, Question 57
How to set up web project in NetBeans (was: How to deploy jsp project)