Log in to follow, share, and participate in this community.
Thread Custom error responses by using virtualhost
Custom error responses by using virtualhostHi there, I'm using JBoss 5.1.0.GA . I want to operate the web application by using a virtual host (The example: Name-based virtual hosts). When the error (Example 404 or 503) occurs in the web application, I want t...
org.apache.el.parser.COERCE_TO_ZERO=falseI was under the assumption that this fix was added to jbossweb starting at version 2.1.0 therefore this fix should be in jboss 5.1. However adding this property to the vm arguments had no change in the null integer to...
Web mapping already exists for deploymentHi, I just installed JBoss AS 6.0.0.Final and tried to deploy my application which has one .ear with several .war files. The .war files use virtual-host setting in jboss-web.xml to bind to different url's and they al...
Sessions in TomcatHello. I'm currently running a web-application under Tomcat 5.5. but some strange stuff is happening with the sessions - they are sometimes mixed (i.e. a user sees pages from other users' accounts while browsing). Is...
Thread Problem in configuring mod_jk1.2 with JBoss and a separate Tomcat
Problem in configuring mod_jk1.2 with JBoss and a separate TomcatHi Our web application uses JBoss 5.1.0 GA as an Application Server and a separate Tomcat (6.0) instance as a web server to connect to JBoss. The web server uses 1099 port of JBoss to connect to it and avail i...
error mesg "client write error"Hi, Does anyone know what could be the root causes of following error messages ? ex: network problem or reach maximum number of ajp13 threads in tomcat ? And what message the browser will see when this error ...
Apache mod_jk/Jboss/Tomcat problemHello folks, I am running into a problem I need help with. Basically, after careful reading of configurations at the Apache, mod_jk (1.2.28) and Jboss/Tomcat (server.xml, connectors) my web app runs fine for a...
as6 m5 jasper exception: nullthis is deployed as an EAR that deploys and runs fine in as5. also, it's not a generic jsp issue because other WARs containing jsps run just fine. 2010-10-01 11:00:11,150 ERROR [org.apache.catalina.core....
Thread new session id with new browser window with tomcat 6.0.29
new session id with new browser window with tomcat 6.0.29I have a webapp deployed to jboss 4.2.3.GA(including tomcat 6.0.20) with a IIS frontend using AJP 1.3. IIS is using CAC authentication and will forward to jboss when successfull. The first jsp that is hit ...
Order of loading applicationsHi all! Can you please help me in question how to create order of deploying applications in JBoss 5.1 I have an application exploded in *.war folder. And I have an application in *.sar file. If I have them bo...
Tomcat JK Request / Workers FreezingHi, We use JBoss 4.0.4.GA with Tomcat 5.5 embedded (with a pretty standard configuration). Apache httpd 1.3.41 / Mod JK 1.2.14 are used to front the Tomcat server and send requests to it. JBos...
How I can upgrade tomcat ship with JBossHi all, Does anyone know how I can upgrade the Tomcat ship with JBoss? My current version of Tomcat is 5.5.9 and need to upgrade to at least 5.5.28 to resolve the vulnerability issue. Appreciate all ...
Thread Problem with Servlet Initialization in JBoss 5.1.0/JDK 1.6
Problem with Servlet Initialization in JBoss 5.1.0/JDK 1.6Hi, I have recently upgraded my JBoss 4.2.2 to JBoss 5.10 running on Java 1.6. The first issue that I'm facing is servlet initialization. We have servlets setup to load on startup with proper load order. First thr...
Tomcat vs JettyHello, I currently use JBoss/Tomcat bundle but I'm wondering what is different between it and JBoss/Jetty bundle. It will be very interesting to know pros and cons of using Tomcat vs Jetty (in a bundled form): JSP/Se...
Thread Getting error when connecting to database using struts...
Getting error when connecting to database using struts...Hi all, I want to connect my database (oracle 10g) from my application which is in eclipse IDE using struts frame work .I am using Tomcat 5.5 server. while connecting to database through Data source (in strut...