[jboss-user] [Beginners Corner] - Spawning processes from JBoss App Server

dilip_anant do-not-reply at jboss.com
Sat Aug 4 03:35:25 EDT 2007


Hi There,

I am new to Jboss and this is my first post in the forum.

We have an application that does data collection from disparate systems and checks for their availability. My application checks if a system is up or not by pinging the IP and checking if certain services are running on machines by doing a command line check, for e.g doing a 
sc \\servername query W3SVC to check if the IIS server is up or not. The code for the data collection is in Java and the data is used to view a dashboard. I was able to ping different machines and was able to get responses.

The problem is that in some cases my application gives me a negative result for a ping whereas i can see that iam able to get a response from the command prompt. I tried to understand why this was occuring and tried deploying the application in other secure systems but to no avail. Finally i thought that it could be some issue related to the JBoss security. In that hope i write here.

Is there any Jboss security policy that restricts new command processes (like ping, sc\\ query) from being spawned?

I would appreciate if anyone could help me with this.

thanks,
Dilip

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070840#4070840

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070840



More information about the jboss-user mailing list