Log in to follow, share, and participate in this community.
Thread Problems with WAR within EAR
Problems with WAR within EARI'm deploying a WAR within an EAR and getting the following error. Does Tomcat expect an exploded directory in order to be deployed? The file being passed is a tempory .jar file created by NestedJarHandler.
15:18:2...
Thread cookies are used even when context.xml is configured not to
cookies are used even when context.xml is configured not toI found a realy strange behaviour here which is different than tomcat. If the web browser send a valid cookie to JBOSS, it will be used event though I have jbossweb-tomcat55.sar/context.xml with: Context cookies="fals...
Thread Modifying session's jvmRoute when cookies are disabled
Modifying session's jvmRoute when cookies are disabledThe JvmRouteValve includes this bit of code:
if (req.isRequestedSessionIdFromURL())
{
// Warning but do nothing
log_.error("JvmRouteValve.checkJvmRoute(): Can't handle clustering where session id is from URL. Wil...
jboss4.0.2 & tomcat 5.0 setupHi all Since 10 days i am trying to setup jboss 4.0.2 and tomcat 5.0. i am new to jboss. please some one help me with this set up or if you know any useful website plese suggest me. i really need help with this Than...
username/password for tomcat pagesis there any module i can use in jboss tomcat to allow user/password authentaction using my sql?? i know about mod_auth_mysql is that the sulotion? if so how can i install it on tomcat?
Tomcat embedded setupHello all, I would like to move from seperate tomcat server to the embedded service. I am currently using 4.0.4.GA, where should I start. I believe by default, tomcat is already running. Thank you, Shawn
testsuite about single sign on failshi.....I'm triing to start org.jboss.test.web.test.SingleSignOnTestCase with jboss 4.0.4GA..... it fails when it reconnect to protected Servlet and try to take the cookie wirh JSESSIONIDSSO param.......I ask me why t...
Thread From Eclipse 3.2 org.apache.jasper.JasperException: Unable
From Eclipse 3.2 org.apache.jasper.JasperException: UnableI am using Eclipse 3.2, and trying to develop a simple JavaBean to be called from a JSp using The Eclipse editor let me declare the bean inside my JSP My bean class is generated without error I export the WAR file to ...
A bug in jboss-web.xml parser.According to the jboss-web_4_0.dtd, the resource-ref should have a res-ref-name child. Now in the /org/jboss/metadata/ResourceRefMetaData.java, it's misspelled to resource-name. And this caused me 2 days can't get the...
Session PersistanceHi All, I am trying to achive http session persistance using jboss-tomcat55.sar and modifying context.xml Can anybody help am i in right direction for doing HttpSessionPersistance,Please give your input. Many...
Mod_python & JbossHi all :) I wish to use python with Jboss AS, i found out I can use mod_python with apache httpd. Do you know if there is a way of using mod_python in Jboss. Or use 'apache httpd' as the Jboss web server.
Thread Correct log level if "distributable" webapp is deployed in d
Correct log level if "distributable" webapp is deployed in dJIRA http://jira.jboss.com/jira/browse/JBAS-3513 is a request from a partner to only log a WARN instead of an ERROR if a webapp with the distributable tag is deployed in a non-clustered environment. This allows the ex...
Thread How to implement JGroups-RMI Clustering in Tomcat
How to implement JGroups-RMI Clustering in TomcatHai! I had tried to replicate my RMI Server using JGROUPS in the following manner. RMI Server running in one node with rmireplicated code using jgroups api (downloaded from soucreforge.net) and Tomcat server running...
Tomcat java compiler ignores annotationsThe java compiler that compiles JSPs that comes with Tomcat does not insert annotation information into the .class bytes. This means that if you use @EJB, or whatever in your USP, the field/method it is annotated to w...
Intiatial annotation supportOk, I've implemented annotatin support for tomcat with a small test in ejb3 module under: org/jboss/ejb3/test/dd/web/servlet/EJBServlet.java I haven't tested any XML stuff beyond basic EJB-refs. This means the inje...
Thread classloader problems in doing injection framework
classloader problems in doing injection frameworkI'm having a classloader problem when implimenting the EE5 injection framework. Maybe this will go away with JBoss 5, I don't know. here's the description: Before the WebModule is created and registered with the ker...
Thread Real classloader required before WAR startup
Real classloader required before WAR startupI'm running into a Catch 22 in integrating the EE5 injection stuff I'm doing. I need a classloader set up and initialized before the start of the Web container so that I can scan classes for annotations and set up any...
Tomcat performance bottleneckHi guys, This is not really a jboss/tomcat integration issue. But I cannot find a better forum to discuss it ... So, here it goes: In my performance tests at Dell, I identified a likely performance contention point ...