Log in to follow, share, and participate in this community.
Thread Jboss AS 7.1.1 (Bronthes) HTTP connectionTimeout
Jboss AS 7.1.1 (Bronthes) HTTP connectionTimeoutWe recently moved to JBoss 7 from JBoss 5. JBoss 5 had connectionTimeout in server.xml. Is there any JBoss 7 attribute in standalone.xml It would be great if you could point to an documentation link. I have looked at...
jsessionid, plus sign causes double escape error, jboss7 - iisWe are running Jboss AS7 inside IIS using the ajp connector. Everything works fine except the jsessionid variable causes a 404 error (IIS double escape error) when it has a plus sign in it. Like this: http://s...
Thread form-login-page doesn't work with http put and delete methods
form-login-page doesn't work with http put and delete methodsHi, When a not loggedin user access a secured url, the form-login-page should be presented. This works for POST and GET methods but doesn't work for PUT and DELETE method. PUT and DELETE method...
Disable wsdl publicationHi, Is it possible to disable the automatic wsdl publication for a web service? In other words, I don't want clients to be able to fetch it using "http://server.com/services/someservice?wsdl". I'm usin...
Jboss Web ServiceHi everybody,,, iI create a web service to send a message, for local queue on local PC (127.0.0.1) it is correcte but for remote queue (192.168.20.35) as same queue name on remote PC return < D queue n...
Remote Web ServiceHi,,, I maked a web service on computer A (192.186.150.121) with jboss server that have the following IP (127.0.0.1) ( http://localhost:8080/Hello/services/Testport?wsdl) and i want to consume this...
Thread How to configure instance-id in jboss as 7.1.1
How to configure instance-id in jboss as 7.1.1Hi All, i am new to jboss. currently i am trying to configure Apache mod_cluster in standalone mode. The configuration is working fine. but i am getting following error.Any help on this would be highly appreci...
SSLImplementationHi, Currently (jbossweb-7.0.13.Final) one needs to extend Http11Protocol and set a SSLImplementation (not null) in order to use a custom SSLImplementation (e.g. for a customized handling of failed handshakes)....
issues porting from websphere to JBoss AS7I have a Web application that uses JSP & Servlets. This is currently running on Websphere 7.1. We are trying to port to JBoss AS 7.1.1 in standalone mode to start with and am having issues. The WAR deployed succe...
JBoss 6.0 : Deployment in errorHello, I don't understand why my deployment failed because all times when I run the server this error message occurs: 02:59:16,071 INFO [AbstractJBossASServerBase] Server Configuration: ...
Thread Deploying weblogic 8.1 application to Jboss 7.1
Deploying weblogic 8.1 application to Jboss 7.1hi all, I am new to jboss application servers. i have a requirement to migrate weblogic 8.1 application to jboss 7.1. I am trying to deploy the war and facing below. can someone help me on this. &...
Thread Enable allowCasualMultipartParsing in jboss as 7
Enable allowCasualMultipartParsing in jboss as 7Ive implemented balusc's filter for uploading files in servlet 3.0 with multipart request. http://balusc.blogspot.no/2009/12/uploading-files-in-servlet-30.html In order to make this work we need to set ...
HTTPS Redirect URL ProblemI have HTTP to HTTPS redirect working correctly on our JBOSS 5.0.1 Server by adding the following to web.xml: <security-constraint> <web-resource-collection> <web-resourc...
Java code replace[Hot merge]Hi, I was using OC4j[Oracle server] for development, now we have switched to JBOSS 6. I was wondering whether do we have any options to replace the code in server directly rather restarting the server everytime we do ...
Thread UI Testing of Util Classes deployed on JBoss
UI Testing of Util Classes deployed on JBossIn a Maven project, We have consumed a number of third party web services using Spring Framework. The flow would be something like below and controlled by the respective applicationContext.xml: Service Class ->...
Chunked encoded content by HTTPS problemHi all! I have the next issue. I have a project deployed on Jboss 5.1 server. My server is communicates with clients by SOAP messages. Entry point is HttpServlet. Also there is two types of authantication: BA...