Log in to follow, share, and participate in this community.
Thread Valve, Session access?
Valve, Session access?Hi everybody I wrote a valve for Tomcat 4.1 and want to migrate to JBoss 3.2.x. But I've got the problem that I can't access the context to create a new http session. How can I access the context to create a session i...
Resource loading/cachingFrom a webapp I need to load a configuration file from a classpath. For this I use the following call: .class.getResourceAsStream(path); This works fine but when the confuguration is modified while JBoss is running a...
help tomcat and jboss??hi, everyone . please, i want to use tomcat 4.0.x separatly with jboss 3.0.3 but i don't know. I've copied a jar containing the remote and th Home interface of an EJB that i lookup from a jsp . the jsp is located in t...
The servlet.service() Exception??Hi, I am using JBoss3.0.7+Tomcat4.1.24 on RedHat9.0 there is a tt.war project in /server/all/deploy/ directory it includes JSP and servlet. Last week, I had found some error message, it just said servlet.service() Ex...
Advantages of JBoss/Tomcat Integration?Can anyone give me the advantages and disadvantages of using Tomcat integrated with Jboss rather than just having tomcat on its own and JBoss on its own? Thanks B
JBoss + Tomcat + Jasper ReportsHello Everyone, I am currently running the jasper reports servlet demo under the stand-alone version of tomcat (4.0.4) with no problems. However when i try and run jboss with tomcat built in (jboss3.0.8_tomcat4.1.24)...
Can 'Page has Expired' be prevented?Our application is running the Jboss/Tomcat bundle. It starts with a list of departments. Clicking a department takes the user to the list of items in that department. Clicking the item takes the user to the item deta...
JasperExceptionI get to following Exception every once in a while when i start up JBoss and try and load the JSP page. It only happens some of the time and if i restart JBoss it will usually work the next time. I am running JBoss ve...
Thread mod_jk sends an empty ajb13 body packet while switching betw
mod_jk sends an empty ajb13 body packet while switching betwHi, I have a very strange behaviour. I have 2 different configurations. 1) I have 3 pc apache2.0.47 and mod_jk1.2.5 on Red Hat Linux (pc0) tomcat4.1.x on Red Hat Linux (pc1) tomcat4.1.x on Red Hat Linux (pc2) 2) I...
cgi, call exe, return gif, gif corruptedHello all, In Jboss 3.2.2 with including tomcat 4,1,27 I'm calling a windows exe which is returning a gif. This worked in jboss 3.2.0 with jetty. But now the retruned gif seems to be corrupted when being viewed. Do...
Disable directory listing (JBoss 3.2.2)Hello, We need to disable the Tomcat's default directory listing. If we change the listing parameter value to false in the web.xml file in the conf/ directory and restart the JBoss server the file changes again the ...
Thread reading incorrect index.jsp - multi appl (war files) - singl
reading incorrect index.jsp - multi appl (war files) - singlreading incorrect index.jsp - multi appl (war files) - running in single tomcat Application: Apache, Jboss 3.2.1, and tomcat 4.1.24 Problem: After several hot deploy of war files. It reading index.jsp from another ap...
Tomcat jk2.propertiesIn a post back in July (http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t= Jonlee mentioned that in Jboss-3.2.1-Tomcat 4.1.24 , jk2.properties wasn't well support by Tomcat Coyote Connector a...
Thread Problems with the authentication of the client in Jboss with
Problems with the authentication of the client in Jboss withHi! I have a problem with the authentication. When I active the authentication (clientAuth="true") in the file jboss-service.xml and I start the server, the result is ever the same when I connect with https: 2003-10-...
Tomcat exceptionsI use jboss-3.2.2 and i don't understand this messages in server.log: 1. 2003-10-23 15:00:04,240 DEBUG [org.apache.tomcat.util.net.SSLImplementation] Error loading SSL Implementation org.apache.tomcat.util.net.puretls...
request for tomcat5 walk-throughhi, i'm swimming in posts trying to find out how to get a jboss server with tomcat5 integration. i got to the part where i type build.bat in a source snapshot i dont particularly care to build jboss, but i would lo...
Thread JBoss3.0.7-Tomcat4.1.24 Bundle and SOAP Services
JBoss3.0.7-Tomcat4.1.24 Bundle and SOAP ServicesHi! Don't know if this is the right thread to post this question, I hope it is...! My situation is: - I have a functional Bean Architecture (HTML-Client, Servlet, Bean, mysql-Database) deployed in JBoss, which (as a...
SSL/TLS ConnectorI use jboss-3.2.2 and i generate key by command: keytool -genkey -keyalg RSA using password "changeit" my /jboss-3.2.2/server/default/deploy/jbossweb-tomcat41.sar/META-INF/ jboss-service.xml content connector code: ...
Thread Porting from winxp/sunone to linux/jboss/tomcat problem
Porting from winxp/sunone to linux/jboss/tomcat problemWhen I deploy my web application to linux/jboss3.2/tomcat1.4.2, the path doesn't seem to work correctly. I access the application in winxp by http://localhost:8080/index.html but in linux I have to do http://localho...