[JBoss-user] [EJB/JBoss] - ejb initial parameters

2005-06-08 Thread bap840
I would like to be able to specify some initial parameters for my ejb without putting these parameters in a deployment .xml file. Rather I would like to put a properties file in the default/conf directory or something like that. This way I can deploy the same ear to different machines but ha

[JBoss-user] [HTTPD, Servlets & JSP] - user directories

2005-04-06 Thread bap840
Is there a standard way to do user directories. I am working on a web application that will allow users to upload files and stuff like that... into their own directories they will be viewing these files using a url like this: site.com/userfiles/username/user-created-file.html

[JBoss-user] [Installation & Configuration] - http session is being set to null, hostname problem

2005-04-03 Thread bap840
So my machine name is "bap". I'm running jboss on port 80 If use the url http://bap then everything is ok. However if I use the url http://localhost or http://127.0.0.1 or my real ip address or any other address I set up in my hosts file (I'm using using win2k) then any session information I c

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS : Form Based Authentication Problem

2005-03-23 Thread bap840
Did anyone ever figure this out. I just downloaded jboss as well as the dukes bank tutorial. Everything works until I try to log in with the web client, then I get the 408. This happens using IE and netscape, as well as a .properties login or a database login. Please help!!! thanks, View t