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
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
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
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