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
0
votes
1 answer

Maven clean install jbossweb dependency unauthorized

On my project, i try to install it for the first time. But when i launch clean install, it can't download the dependency "jbossweb" because of unauthorized. On mvnrepository( https://mvnrepository.com/artifact/org.jboss.web/jbossweb/7.4.10.Final) ,…
anais1477
  • 466
  • 1
  • 17
  • 36
0
votes
1 answer

Message: Unexpected element 'context-root' encountered , Unable to deploy on jboss 7.3.10 | Default context root configuration on jboss-web.xml

Without context root tag, able to deploy on jboss server 7.3.10 and able to access application with default context root War File Application jboss-web.xml
0
votes
1 answer

How to share the session in multiple WAR in EAR file in JBOSS-7.3.6

How to share the session in multiple WAR in EAR file in JBOSS-7.3.6 ? we have following entry in jboss-all.xml JBoss 7.2 version (before migration)
Amit Jain
  • 1
  • 4
0
votes
0 answers

Where to change datasource in Jboss WildFly war file

My current environment uses Linux, CentOS, WildFly 16. There are multiple datasources and it is all established externally in the standalone.xml. The application(s) in WildFly work just fine. The issue I am dealing with is when I deploy the war…
0
votes
0 answers

Running Spring Boot application on JBoss Web Server

Is it possible to run Spring boot application on JBoss Web Server rather than JBoss AP? If so, What are the pros and cons?
0
votes
1 answer

JBoss EAP 6.4.21 returns "400 Bad Request"

JBoss EAP 6.4.21 returns "400 Bad Request" response when sending unescaped characters (raw characters like | ) in the query string and path parameters of the request. Below setup has been tried in in domain.
0
votes
1 answer

where is from jboss-web.xml defined

We work with JBoss and we have a jboss-web.xml configuration file in our application. It contains entries, such as anz_beleg_detail APP-UKVLEI_AENDERUNG
Alex Mi
  • 1,409
  • 2
  • 21
  • 35
0
votes
1 answer

how to use JBoss BPM Suite to develop and create web projects?

can we use JBoss BPM Suite to develop and create web projects? if the answer is yes, where to start?
ibra123k
  • 11
  • 3
0
votes
1 answer

what is best Jboss tools or product to develop web application?

I want to use jboss BPM to develop web projects. I try install devstudio-10.4.0.GA-installer-eap.jar and then add (JBOSS Business Process and Rules Development). is that enough? is that correct? what is the correct scenario and best jboss…
ibra123k
  • 11
  • 3
0
votes
0 answers

jboss-web.xml unable to migrate

I am migrating my project from jboss to websphere 8.5 As, I am new to this project, I was told to use the jboss-to-Websphere migration tool which lists the changes I need to make. I have a warning saying that jboss-web.xml should not be used.. As I…
Akhil Nambiar
  • 315
  • 3
  • 18
0
votes
1 answer

Enable JBoss Web Native (APR) on JBoss AS 6

I am trying to enable APR to improve performance of the AJP connector we use between apache and jboss. I have downloaded the correct .tar file from http://jbossweb.jboss.org/downloads/jboss-native-2-0-10 and extracted the files in accordance with…
DaveB
  • 2,953
  • 7
  • 38
  • 60
0
votes
2 answers

Can't setup remote debugging with JBoss Web 2.1.4 windows and eclipse

I'm unable to find an option to setup remote debugging in JBossWeb 2.1.4 on Windows. It is not installed as a service and there are no .bat scripts where I can edit the JAVA_OPTS environment variable to include: -Xdebug…
Layne
  • 1
0
votes
1 answer

Migrating "Security Domain" from JBoss 5.1.0 to WildFly

I am migrating a JBoss 5.1.0 app to WildFly 8.1.0. On my jboss-web.xml I have the following element: java:/jaas/myApp However, the schma http://www.jboss.org/j2ee/schema/jboss-web_5_1.xsd does not support this…
humungs
  • 1,144
  • 4
  • 25
  • 44
0
votes
0 answers

Cannot configure Eclipse Server runtime for JBoss Web 2.1.9.GA

I am having trouble using my local JBoss Web 2.1.9.GA instance within my local Eclipse installation as a Server Runtime Environment. Our client uses JBoss Web 2.1.9.GA instead of a standard Tomcat 6 installation, and so I am required to test and…
0
votes
1 answer

How to connect JBoss AS 7.1.1 with IIS 7 using Apache ISAPI Redirector 1.2.37

I am trying to migrate my web app from JBoss EAP 5 to AS 7.1.1 and I am not able to get the IIS requests redirected to JBoss Web (Tomcat) on Windows 2008 R2 X64. I have the filter authorized and running in IIS and pointing to the proper DLL and…
1
2