[JBoss-user] JBoss + Linux

2003-06-03 Thread Gabriel Pinto
Hello, I'm running JBoss on RH8 Linux, and I'd like to know if it's possible to run an aplication deployed in JBoss with linux user permissions to the file system. How can I do this? Thanks Gabriel --- This SF.net email is sponsored by: e

[JBoss-user] Datasource Urgent!!

2003-04-04 Thread Gabriel Pinto
How can I prevent a DataSource JNDI, deployed inside an application ear, from being accessed from all others applications? Thanks Gabriel --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of

[JBoss-user] deploy URL X link

2003-03-24 Thread Gabriel Pinto
What's the difference between deploying using a deploy URL and a Link ? For example: First case: deploy dirs = /jboss/servers/default/deploy, /home/usr/deploy app = /home/usr/deploy/app.ear Second case: deploy dirs = /home/servers/default/deploy app = /home/usr/deploy/app.

[JBoss-user] loader repository

2003-03-07 Thread Gabriel Pinto
Does anyone knows why I cannot use in my application=20 when I am deploying on a second level directory, like=20 ./deploy/directory/ thanks a lot -- Gabriel Esteves Marques Pinto Diretor de TI [EMAIL PROTECTED] www.brainweb.com.br (19)3287-7060 Ramal

Re: [JBoss-user] j_secuity_check

2003-02-17 Thread Gabriel Pinto
Michael, Bobby, What if I'm using jakarta-tomcat(4.1.18)? Does it have something similar? Thanks everybody... On Fri, 14 Feb 2003, Bobby Abraham wrote: > Gabriel Pinto wrote: > > How can I know where j_security_check will foward me after login > > authenticat

Re: [JBoss-user] j_secuity_check

2003-02-14 Thread Gabriel Pinto
/she was trying to go to before web-tier > security intercepted the request and presented the login page. If the > user fails to authenticate, you can configure the error page in web.xml. > > -- > > Gabriel Pinto escribió:: > > How can I know where j_security_

[JBoss-user] j_secuity_check

2003-02-13 Thread Gabriel Pinto
How can I know where j_security_check will foward me after login authentication? Thanks Gabriel -- Gabriel Esteves Marques Pinto Diretor de TI [EMAIL PROTECTED] www.brainweb.com.br (19)3287-7060 Ramal:253 Núcleo SOFTEX-Campinas -

[JBoss-user] multiple login-config

2003-02-12 Thread Gabriel Pinto
Is it possible to have different login-config for different security-constraint at the web.xml ? Thanks Gabriel -- Gabriel Esteves Marques Pinto Diretor de TI [EMAIL PROTECTED] www.brainweb.com.br (19)3287-7060 Ramal:253 Núcleo SOFTEX-Campinas -

[JBoss-user] Deploy in different directory

2003-02-02 Thread Gabriel Pinto
I´m running JBOSS 3.05 with RedHat7.2 and I´m trying to change the deploy dir for users applications. Instead of deploying applications at /usr/local/jboss/server/default/deploy they would deploy at something like /home/USER/jboss_deploy Is there anyway of doing that? If yes, how could I mana

[JBoss-user] Jboss - Tomcat help !!

2003-01-30 Thread Gabriel Pinto
I'm getting some errors sometimes when I try to access my application. Does anyone know what is it ? Thanks Gabriel Error: Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error type Exception report m

[JBoss-user] redirect to error page

2003-01-28 Thread Gabriel Pinto
How can I redirect the errors like 404,403 of jboss-tomcat to a jsp page ? Thanks Gabriel -- Gabriel Esteves Marques Pinto Diretor de TI [EMAIL PROTECTED] www.brainweb.com.br (19)3287-7060 Ramal:253 Núcleo SOFTEX-Campinas

[JBoss-user] login-config.xml

2003-01-28 Thread Gabriel Pinto
Is it possible to have my login-config.xml file deployed with my application, inside my application.ear ? Instead of having to modify it at the /conf/login.config.xml Thanks Gabriel -- Gabriel Esteves Marques Pinto Diretor de TI [EMAIL PROTECTED] www.brainweb

Re: [JBoss-user] postgres-service.xml

2003-01-24 Thread Gabriel Pinto
l, but this is currently > broken in most jboss versions. You can rename it to jboss-service.xml, > put it in META-INF in a postres-stuff.sar, put that in your .ear, and > reference the postgres-stuff.sar in a jboss-app.xml > > david jencks > On Friday, January 24, 2003, at

[JBoss-user] postgres-service.xml

2003-01-24 Thread Gabriel Pinto
I'm currently using the file postgres-service.xml deployed into server/default/deploy/. Is there anyway to put this file inside my ear, so then it can be deployed from my application? Thanks Gabriel -- Gabriel Esteves Marques Pinto Diretor de TI [EMAIL PROTECTED

Re: [JBoss-user] context

2003-01-23 Thread Gabriel Pinto
If you knows the web context, then you knows the ear context. So, you should be able to lookup names inside the ear context? Is it possible? Thanks Gabriel -- Gabriel Esteves Marques Pinto Diretor de TI [EMAIL PROTECTED] www.brainweb.com.br (19)3287-7060 Ramal

[JBoss-user] context

2003-01-23 Thread Gabriel Pinto
Is it possible to isolate an ear context from others? For example, can I have beans with the same name and same jndi names, but in different applications? Thanks Gabriel -- Gabriel Esteves Marques Pinto Diretor de TI [EMAIL PROTECTED] www.brainweb.com.br (19)3

[JBoss-user] Too Slow

2003-01-22 Thread Gabriel Pinto
I'm running JBOSS in a Pentium III 1gHz with 512MB RAM with RedHat 7.2, but it is too slow! Even when I run only jsp files I can't get a reasonable speedy. When I run the application in a AMD Duron 800Mhz 256MB RAM it works a lot better? Anyone have any idea? Is there any configuration that

[JBoss-user] Session

2003-01-20 Thread Gabriel Pinto
Is it possible to call a local stateful session bean from a remote statefull session bean? Is there any restriction? Thanks Gabriel -- Gabriel Esteves Marques Pinto Diretor de TI [EMAIL PROTECTED] www.brainweb.com.br (19)3287-7060 Ramal:253 Núcleo SOFTEX-Cam

[JBoss-user] Virtual Hosts

2003-01-16 Thread Gabriel Pinto
How to configure JBOSS to work with diffetent applications, from different users, without interfering one with the others? Is the solution the use of Virtual Hosts? How to configure Virtual Hosts? How do the different users deploy their applications? Thanks Gabriel -- Gabriel Esteves Ma

Re: [JBoss-user] 1:n relationship / ejbCreate() with CMP

2003-01-16 Thread Gabriel Pinto
You must set your foreign key as a cmr field. Then you can set it at the post create method. Gabriel On Thu, 16 Jan 2003, Marek Lange wrote: > Hi all, > > I definded a 1:n relationship between two tables. My question: how do I > insert a data set with ejbCreate() in the table containing th