[jboss-user] [Installation, Configuration & Deployment] - support a legacy service on port 8080

2007-02-20 Thread fkhan
I have a legacy service that I'm porting to a new installation that allows users via http post to submit data to the server on port 8080. I need to support the exisitng URL http://mydomain.com:8080/java/submitData.jsp, but I don't want to risk exposing the vunerable jboss services that exist on

[jboss-user] [Installation, Configuration & Deployment] - Re: Is the 4.0.4.GA org.jboss.varia.scheduler.Scheduler sing

2006-10-11 Thread fkhan
| | | | | | | orb | jboss:service=Naming | | | | dashboard | jboss:service=Naming | | | | marketWatcher | jboss:service=Naming | | | | weatherGlass | jboss:service=Naming |

[jboss-user] [Installation, Configuration & Deployment] - Re: Is the 4.0.4.GA org.jboss.varia.scheduler.Scheduler sing

2006-10-11 Thread fkhan
we are using JDK5, and aren't in the position to roll back to 1.4.2 maybe I have something configured wrong. We have a single SAR with a single jboss-service.xml (whose contents are below) in the META-INF directory of the SAR . At the top of the file we declare multiple non-scheduled services,

[jboss-user] [Installation, Configuration & Deployment] - Is the 4.0.4.GA org.jboss.varia.scheduler.Scheduler single t

2006-10-10 Thread fkhan
We use org.jboss.varia.scheduler.Scheduler to invoke variable intervaled background processes on our server, the goal is that the processes will seamless interleave because they are mutually independent. However looking through the logs it seems that the processes are blocking each other, only