[JBoss-user] [Installation, Configuration & Deployment] - Re: Cant connect to 8080 from external machines

2005-11-17 Thread boomkap
Ok i changed the default port from 8080 to 8086. I was able to get the 8086 
from an outside client. What does this indicate?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907766#3907766

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907766


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: Cant connect to 8080 from external machines

2005-11-17 Thread boomkap
Just another note. The jboss.bind.address is 0.0.0.0 as i see it in the 
boot.log file. So its not that jboss is listening on only localhost.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907763#3907763

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907763


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: Cant connect to 8080 from external machines

2005-11-17 Thread boomkap
"boomkap" wrote : I just inherited an application for administration and this 
is what is going on:
  | I have apache proxy all requests coming to it to 8080 using the following 
directive.
  | 
  | #ProxyRequests On
  | ProxyRequests Off
  | ProxyPass / http://localhost:8080/
  | ProxyPassReverse / http://localhost:8080/
  | #
  | 
  | #Order deny,allow
  | #Deny from all
  | #Allow from .your-domain.com
  |  Allow from all
  | 
  | 
  | However if i try and connect to port 8080 directly from outside, i cannot 
get to the jboss server. I can get to port 8080 while logged onto the server. 
This server is hosted on a linux machine. iptables has no rule that blocks this 
port and there is no firewall in between besides that.
  | What could be causing the requests to be blocked to port 8080 from the 
outside.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907758#3907758

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907758


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Cant connect to 8080 from external machines

2005-11-17 Thread boomkap
I just inherited an application for administration and this is what is going on:
I have apache proxy all requests coming to it to 8080 using the following 
directive.

#ProxyRequests On
ProxyRequests Off
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
#

#Order deny,allow
#Deny from all
#Allow from .your-domain.com
 Allow from all


However if i try and connect to port 8080 directly from outside, i cannot get 
to the jboss server. I can get to port 8080 while logged onto the server. This 
server is hosted on a linux machine. iptables has no rule that blocks this port 
and there is no firewall in between besides that.
What could be causing the requests to be blocked to port 8080 from the outside.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907757#3907757

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907757


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Cannot get JBoss 4.0.0 to talk to Weblogic 8.1

2005-02-04 Thread boomkap
Ok, i finally figured it out. In 4.0.0, the default server runs the IIOP ORB 
implementation from Jacorb. In 4.0.1, the default server does not run the IIOP 
service. So the code was working in 4.0.1 and not in 4.0.0. In 4.0.0, if i 
remove the iiop-service.xml file from the server/default/deploy directory and 
the jacorb.jar from the server/default/lib folder and start the Jboss default 
server, everything works great.
Now the real question is why does the IIOP ORB implementation interfere with 
the Weblogic client libraries. What needs to be done to let the Jacorb 
implementation not interfere with the Weblogic IIOP client calls?
 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865277#3865277

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865277


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Cannot get JBoss 4.0.0 to talk to Weblogic 8.1

2005-02-03 Thread boomkap
Just an FYI, this exact same code works when using JBoss 4.0.1. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865116#3865116

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865116


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Cannot get JBoss 4.0.0 to talk to Weblogic 8.1

2005-02-03 Thread boomkap
I have the following code in a JSP trying to talk to a Weblogic 8.1 container. 
I am using the wlclient.jar to make iiop contact. 
Properties props = new Properties();
props.put("java.naming.factory.initial", 
"weblogic.jndi.WLInitialContextFactory");
props.put("java.naming.provider.url","iiop://10.9.133.124:8001");
props.put(Context.SECURITY_PRINCIPAL, "system");
props.put(Context.SECURITY_CREDENTIALS, "password");
System.out.println("Attempting to initialize a context");
InitialContext ic = new InitialContext(props);
When this code executes i get the following error:
org.omg.CORBA.ORBPackage.InvalidName
at org.jacorb.orb.ORB.resolve_initial_references(ORB.java:1275)
at weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelp
er.java:490)
at weblogic.corba.j2ee.naming.ORBHelper.getORBReference(ORBHelper.java:4
67)
at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContex
t(InitialContextFactoryImpl.java:97)
at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContex
t(InitialContextFactoryImpl.java:42)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialCont
extFactory.java:41)
at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.init(Unknown Source)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865113#3865113

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865113


---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user