How do I configue JBOSS to restrict acess to outside IP address except for my
home IP ?
I know in Apache - httpd.conf it is done by
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from ip_addresses
What is the equivalent way of doing this in Jboss?
View the o
Hello all,
I am having a weird error while trying to configure JBoss 4.0 to work with
Oracle 9i
The problem :-
JBoss can connect to one schema A of the database but gives me some errors
while connection to other schema B of the same database.
I have checked the login user/password of the Sche
Hello all,
I am new to JBoss and am having problems with EJBs currently. So hopefully this
is the right forum for me to ask my Q.
I am trying to deploy J2EE 1.4 Tutorial's Duke banks Application on JBOSS 4.0
I am using RHEL 4 WS as my OS
I have configured Oracle 9i as the DB and overidden the