Questions tagged [jboss-web]

For development issues encountered while using Red Hat JBoss Web Server.

Red Hat JBoss Web Server combines Apache Tomcat with enterprise capabilities to provide a single solution for large-scale websites and lightweight web applications.

Click here for free development subscription which allows you to download Red Hat JBoss Web Server for development use https://developers.redhat.com/downloads/

30 questions
10
votes
2 answers

JBoss 7: how to change a WAR context root

I have an application that is to be deployed in a WAR file (app.war). After deployment it is available from http://:8080/app I would like to have it being made available as something like http://:8080/secret/app I searched the documentation and…
Aikanaro
  • 151
  • 1
  • 3
  • 10
5
votes
1 answer

XA Transaction broken in jBPM+jBoss during Oracle to SQL Server migration

Recently started a migration of a large Java EE application from Oracle 12c to MS SQL Server 2016. Most functionality has been smoke tested to work OK including the Quartz Scheduler, basic JMS functions, Hibernate and EJBs working ok, etc. One weird…
Andrew Grothe
  • 2,562
  • 1
  • 32
  • 48
4
votes
2 answers

Try to deploy a web application using latest hibernate version to jboss4.2.3.GA

I am trying to deploy a web application using hibernate to Jboss 4.3.2.GA but I am receiving following error. Invocation of init method failed; nested exception…
dursun
  • 1,861
  • 2
  • 21
  • 38
3
votes
1 answer

Web container in JBoss 6 and other queries

What is the default web container in JBoss 6? If what I read was correct, the answer to this question should be JBoss Web (the custom built web container based on Apache Tomcat). Am I correct in understanding that JBoss 6 completely supports the…
Neo
  • 1,554
  • 2
  • 15
  • 28
2
votes
2 answers

System property reference in jboss-web.xml not resolved on server startup

I am using JBoss 5 and the system properties service to set some system properties my app (ear with war) needs. One of these is the name of the virtual host which is referenced in jboss-web.xml: /
David Tinker
  • 9,383
  • 9
  • 66
  • 98
2
votes
1 answer

WildFly: How to separate web applications?

I have 2 web interfaces of a JEE application on WildFly 15. Both have different SSL certificates. And they also have different REST methods / URLs. And client shouldn't be able to see / access the respective other methods. Having different SSL…
Grizzly
  • 45
  • 9
2
votes
0 answers

Can application hosted in tomcat use "tomcat-vault"?

I am developing a Java web application that is hosted in Tomcat. Tomcat is actually part of Red Hat JBoss Web Server (JWS) 3.1. Admin team has decided to use "tomcat-vault" feature to store sensitive data/strings like passwords. I would like to know…
zendu
  • 1,108
  • 1
  • 14
  • 36
2
votes
1 answer

Jboss-web.xml for different enviroments

For my spring boot microservice, how could I have different versions of Jboss-web.xml configured for development and production. I need this because the security-domain and valve tags apply for production but not development. Hence, I need to either…
clr meno
  • 53
  • 5
1
vote
0 answers

Parameters to Spring Boot Applciation War on JBOSS WEB

I have a application Spring Boot that I was using the embeded tomcat, but now I have to migrate it to JBOSS WEB SERVER. I changed my application packaging to war, instead of using jar, and put the. But when I was using the jar to start the…
1
vote
0 answers

How to set dynamicly in jboss-web.xml during ant task execution

Based on ant task, I have to define security domain value in jboss-web.xml file. For example, if ant task is "test" the security-domain value should be security-domain-test if ant task is "live" the security-domain value should be…
1
vote
0 answers

Jbpm console3.3.1 on jboss web server3.0.0 beta-1

I've deployed jbpm-console on jboss-web successfully, but now I'm getting the following error: **2010-01-26 20:59:21,969 嚴重的 [facelets.compiler] (http-127.0.0.1-8080-1) Error Loading Library:…
BeckWu
  • 21
  • 2
1
vote
1 answer

How to deploy jbpm-console 3.3.1 on jboss web server3.0.0 beta-1

I want to deploy jbpm-console on jboss web server, but the following error message appears. Can anyone tell me what's wrong? 2010-01-22 08:11:21,416 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (Thread-2) Failed to load…
BeckWu
  • 21
  • 2
1
vote
0 answers

How to remove specific http response codes from access.log in jboss 5

Is there a way to remove specific http response codes from jbosses-5 access.log ? Unluckily http://docs.jboss.org/jbossweb/2.1.x/config/valve.html was not really helpful.
Robert Heine
  • 1,820
  • 4
  • 29
  • 61
1
vote
0 answers

Jboss Web (Running PHP script in jboss ) cannot find SAPI class error

I am facing a problem that i want to run php script inside jboss AS 7.1.1 for that : i installed APR and AJP into the jboss now its states that ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default- host].[/php-examples]] (MSC service…
1
vote
0 answers

JBoss 6.0.0 blank page during war redeploy for 3 seconds

I have the following problem. I am using Jboss 6.0.0. I need to daily update the application that runs 24/7 (only WAR file). During redeploy the server responds with a blank page (0 bytes). It takes about 3 seconds. 13:25:39,001 INFO …
sevage
  • 39
  • 4
1
2