[jboss-user] [Tomcat Integration] - jboss adds

2009-12-01 Thread chrlon
JBoss is looking for tmp files in the wrong directory. For example, in our 
case the tmp files are created in:
tmp/deploy/tmp6516248728899508581OurApp_Ear.ear-contents/OurApp_Web-exp.war/WEB-INF/jsp/

but jboss is looking for them in (note the extra localhost in path):

tmp/deploy/tmp6516248728899508581OurApp_Ear.ear-contents/OurApp_Web-exp.war/localhost/WEB-INF/jsp

wich results in:

  |  
stat(/usr/local/jboss-4.2.2.GA/server/OurApp-node0/tmp/deploy/tmp6516248728899508581OurApp_Ear.ear-contents/OurApp_Web-exp.war/localhost/WEB-INF/jsp/something.jsp,
 0x7f8c84bf3060) = -1 ENOENT (No such file or directory)
  | 
 
I.e. file not found and bad performance because JBoss will compile the jsp on 
every request.

How can we resolve this issue?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4268361#4268361

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268361
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Tomcat Integration] - Re: jboss adds

2009-12-01 Thread chrlon
We are using jboss 4.2.2
OS Ubuntu v9.10
Java version 1.6.0_17 x64
Using strace to get the error message

starting jboss with arguments:
-Dfile.encoding=ISO-8859-1 -Xms1024m -Xmx2048m -XX:MaxPermSize=256m



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4268372#4268372

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268372
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Security JAAS/JBoss] - Re: Calling LoginContext.login successful but SSO cookie no

2008-04-16 Thread chrlon
Waking an old thread...
I've got exactly the same problem, no sso cookie when creating my own login 
contex (as bmcgovern does) but works when using built in form authentication. 
I'm probably missing something but can't figure out what it is.

A solution would be most welcome :)

Bmcgovern...did you find a solution?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4144490#4144490

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4144490
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Clustering/JBoss] - Re: change default partition name

2008-02-05 Thread chrlon
Hi, I'm trying to set the partition name in properties-service.xml instead of 
using the -g startup argument.  But it only works with the startup argument. 
Why I can't get it to work with the properties file?

I.E.

jboss.partition.name=myPartition

vs

./run.sh -g myPartition c- all

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4126608#4126608

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126608
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user