jboss

Redirecting from non ssl port 8080 to ssl port 8443

自古美人都是妖i 提交于 2020-01-01 02:43:12
问题 I am trying to redirect the traffic on non-SSL port 8080 to SSL port 8443( on Jboss 4.2.3.GA version), but its not working. when I access my webapplication on this port it stays on that port and the page gets displayed. Here is my configuration in server.xml file <Connector port="8080" address="${jboss.bind.address}" maxThreads="250" maxHttpHeaderSize="8192" emptySessionPath="true" protocol="HTTP/1.1" enableLookups="false" redirectPort="8443" acceptCount="100" connectionTimeout="20000"

Weblogic or JBoss? [closed]

送分小仙女□ 提交于 2019-12-31 08:43:21
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I am a long time Java developer on JBoss(and Tomcat). In the last year I had to develop over WebLogic and I have to say - I really

Weblogic or JBoss? [closed]

元气小坏坏 提交于 2019-12-31 08:43:07
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I am a long time Java developer on JBoss(and Tomcat). In the last year I had to develop over WebLogic and I have to say - I really

How do you generate module dependencies in MANIFEST.MF for JBoss AS 7 with maven?

痴心易碎 提交于 2019-12-31 08:08:16
问题 In JBoss AS 7, a Web application that depends on libraries contained in the AS, must declare those dependencies in META-INF/MANIFEST.MF like this: Dependencies: <package-name> Example: Dependencies: org.slf4j (This is comparable to Import-Package: for OSGi.) Further information can be found in the articles about migration from older versions, class loading and implicit module dependencies for deployments The project is built with Maven. All dependencies included in the AS are declared with

Not able to import openshift application in eclipse

老子叫甜甜 提交于 2019-12-31 07:12:13
问题 I am using eclipse to connect with openshift. Below are the steps that I have taken. sign up in openshift created a "JBOSS Application Server 7" application downloaded Eclipse Mars downloaded openshift tools from the eclipse marketplace from options selected import and choose openshift sign in to openshift from the prompt(with default server location) choose "Use my existing openshift application" and from the browse tab selected that application which I created in openshift & clicked next

Wildfly 9.0.1.Final: EAR deployment failed

左心房为你撑大大i 提交于 2019-12-31 05:47:05
问题 I am trying to deploy my struts based web application on Wildfly 9.0.1.Final. I am deploying as an .ear file that contains .war/.jar(EJB) files. But it gives me an error during deployment. Error Stacktrace: Failed to define class AuditMDB in Module "deployment.webapp.ear.EJB.jar:main" from Service Module Loader: java.lang.LinkageError: Failed to link AuditMDB (Module "deployment.webapp.ear.EJB.jar:main" from Service Module Loader) at org.jboss.modules.ModuleClassLoader.defineClass

Two DNS Names for two Web apps in jboss 7.1.1

倖福魔咒の 提交于 2019-12-31 05:42:09
问题 I have a problem. I have two web apps deployed as wars. Let's call them app1.war and app2.war. I would like app1.war to be accessed at the URL www.website.com and I would like app2.war to be accessible as www.anotherweb.com. I have my domain name ready. I am able to run the application as www.website.com/app1, www.website.com/app2. So Now i need to run using www.website.com and www.anotherweb.com I am running JBoss7.1.1. Thanks for any insights. 回答1: You need to put Apache Http server between

Prelogin filter before j_security_check

前提是你 提交于 2019-12-31 04:54:26
问题 I currently have a form based login in my application which is developed on Jboss portal server. I wish to do some pre login validation and redirect user to another page in case of a condition being true. How can I intercept the request before j_security_check login is executed and also forward the flow to j_security_check after that condition is found to be false. Please note that I do not want to have client side validation. This is what I was trying to do, but didn't find any success:

JBOSS eap 6.3 beta with websocket and stockjs - stomp.js using spring framework

泄露秘密 提交于 2019-12-31 04:34:07
问题 I'm using jboss eap 6.3 with websocket enabled support, the connection aparently works but in some point of the connection Sock.js throw a 500 server error that looks like: Opening Web Socket... stomp.js:130 XHR finished loading: "http://localhost:8080/frontEnd/track/info". sockjs.js:807 XHR finished loading: "http://localhost:8080/frontEnd/resources/templates/navigation.html". angular.js:8377 WebSocket connection to 'ws://localhost:8080/frontEnd/track/308/fdnevktb/websocket' failed: Error

Can't start jBoss AS 7.1

只谈情不闲聊 提交于 2019-12-30 10:54:09
问题 I am trying to start jBoss. When i start the server,I am getting following lines on my console. 14:41:25,969 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA 14:41:26,743 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA 14:41:27,015 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.2.Final-SNAPSHOT "Brontes" starting and shows a log saying that "starting server jBoss AS 1.7 has encountered a problem".I increased the timeouts. but it doesn't works.I don't understand what is wrong. 回答1: JBoss