[JBoss-user] [Installation, Configuration Deployment] - How to access Jboss AS application through URL without speci

2006-06-28 Thread xijia_chen
Greeting... I am running Jboss AS application on Linux. I try to find some way to configure the Jboss AS and/or domain on linux so that a user may access the Jboss AS application through URL without specifying the port number (i.e. http://www.mydomain.com, not http:/www.mydomain.com:8080).

[JBoss-user] [Installation, Configuration Deployment] - Re: How to access Jboss AS through URL without specifying po

2006-06-28 Thread xijia_chen
I just tried an port forwarding approach. it works for me. run one linux command as root to forward port 443 - 8443 , /sbin/iptables -t nat -A PREROUTING -p tcp --dport 443 -d 192.168.x.x -j DNAT --to 192.168.x.x:8443 The credit goes to

[JBoss-user] [Installation, Configuration Deployment] - Failed to reach an application on JBOSS AS running on a rem

2006-06-22 Thread xijia_chen
Greeting I install JBOSS AS 4.0.2 on a linux env, deployed an ear (war +jar) to the application server and start the JBOSS AS successfully( without seeing any error) by running sh ./run.sh. But, when I tried to reach the application (on a remote server machine running linux and it is

[JBoss-user] [Installation, Configuration Deployment] - Re: Failed to reach an application on JBOSS AS running on a

2006-06-22 Thread xijia_chen
Peter, Thank you for the quick response. the iptables is not active (when I run chkconfig --list iptables, I see all are offs) in my case I think. do you still think it is caused by iptables? Could you tell me how did you setup the iptables, did you update etc/sysconfig/iptables directly? after

[JBoss-user] [Installation, Configuration Deployment] - Re: Failed to reach an application on JBOSS AS running on a

2006-06-22 Thread xijia_chen
Peter, It works now after I did some other twists in my server/network configuration(e.g.. 8080 was used for some other purpose, I have to use another port for jboss as, etc.). The direction you pointed at is exactly right. Thanks a lot for your help and quick response! Best Regards, Frank

[JBoss-user] [Installation, Configuration Deployment] - Re: violates loader constraints

2005-12-23 Thread xijia_chen
Basically, the error caused by unsafed java type if both of war and ejb-jar in your application try to access some shared java classes/objects, but the shared java classes are duplicated in war and ejb-jar. To fix the problem, you should try to reorganize the application structure and

[JBoss-user] [JCA/JBoss] - Re: violates loader constraints

2005-11-11 Thread xijia_chen
Thanks, Adrian. Sorry for posting the question to the wrong forum. New to the community also, learning...:). I will certainly ensure to post question to the rgith forum next time. FYI... I have identified the cause of the issue I posted and found a solution to it. Hope this post will close the

[JBoss-user] [JCA/JBoss] - violates loader constraints

2005-11-09 Thread xijia_chen
I am new in JBOSS. evaluating it. while I am developing/testing a prototype. I got the follwong error: { 19:48:54,032 INFO [AFacadeSessionBean] AFacadeSessionBean.getTestTO() done, tto=userid=, pwd=, lastName=WebLogic Application Server fundamentals, firstName=, middleInitial=,