Questions tagged [jboss]

Questions relating to jboss, an open source java-based application server

12 questions
5
votes
3 answers

How do I install jboss?

I'm looking for a How-to for installing JBoss on Ubuntu 10.10.
4
votes
2 answers

Why isn't there a useful JBoss package?

Why isn't there a JBoss package available? Tomcat is well-served, but what passes for a jboss package in Ubuntu is completely useless. EDIT Since people answering don't seem to have bothered looking into the package in question, let me detail my…
3
votes
1 answer

How to compute PID cpu load?

Please help me to find a reliable way to compute (in a bash script) a jboss PID cpu load. To be specific, I don't know how to aggregate /proc/[pid]/stat fields to obtain the load a specific process makes on a multiple cpu 64 bit env. Ubuntu. Thanks…
Mark
  • 63
2
votes
1 answer

How could i install JSF in ubuntu?

How could I add JSF to my system having JEE, tomcat, jboss, glassfish, and apache working?
user61928
1
vote
1 answer

How to install JBoss7 to run as a service?

How to run Jboss (preferably Jboss 7) as a service on Ubuntu? I can run Jboss using its sh file e.g. sh /jboss/bin/run.sh. But I can not monitor it like tomcat /etc/init.d/tomcat start|stop|restart.
Saurabh
  • 133
1
vote
2 answers

Killing Subprocess in Ubuntu NOT the Parent?

I want to kill a process in Ubuntu. I have Java installed and Running JBOSS & Tomcat at background. I need to kill Tomcat after deployment but when I kill it JBOSS is going too. I had to use kill -9 pidofjava killall tomcat But status is still…
1
vote
0 answers

Cannot run jBoss on ubuntu 12.04

I am trying to install jBoss application server on Ubuntu 12.04. I am using Vagrant. Here is what I am getting: vagrant@precise32:/usr/share/jboss-as-7.1.1.Final/bin$ ./standalone.sh…
Elsban
  • 111
1
vote
0 answers

Run WAR with special user?

I have a Java WAR file that I run over JBoss Wildfly Application Server on Ubuntu. Now, this WAR accesses the file system and I'd like to only let it do that over a certain user. Is that possible? I might also have other WAR files running on the…
Socrates
  • 2,645
0
votes
1 answer

problem with installation jboss 7 in ubuntu 14.04

$ /opt/jboss-as-7.1.1.Final/bin/standalone.sh ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /opt/jboss-as-7.1.1.Final JAVA: /usr/lib/jvm/jdk1.6.0_32/bin/java JAVA_OPTS: …
0
votes
1 answer

Process of Port 8443 can't be killed

I tried to run JBOSS(v5.x)[ubuntu 18.04] and it was saying: Deployment "WebServer" is in error due to the following reason(s): LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use…
user404
  • 123
  • 6
0
votes
1 answer

Tomcat and Wildfly (erstwhile JBoss) Support?

Would these app servers work in Ubuntu? I have used tomcat in an Ubuntu image in AWS. Not sure about wildfly. Thank you
-1
votes
2 answers

Iptables url filltering

i have a web app and i want to filter the access like this: block incoming connection to http://my-ip:8080/ access incoming/outgoing to http://my-ip:8080/the-rest-of-the-address actually i want to block the access to my web server but not the…