LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Unable to open web-based applications over client (https://www.linuxquestions.org/questions/solaris-opensolaris-20/unable-to-open-web-based-applications-over-client-942817/)

hebeles 05-01-2012 08:06 PM

Unable to open web-based applications over client
 
Hello,

I can not access the Java Web Console from the other clients.

https://localhost:6789/ URL Java Web Console on Solaris box, no problem, fine.

Other client computer enter https://122.123.13.4:6789 browser title bar "Java Web Console" and source codes see, but waiting for a white page. Browser "waiting for 122.123.13.4:6789" message.

I try other http://122.123.13.4:8080 Tomcat 6 admin panel, waiting for a white page.

I do not think wrong ports or browser. I tested on other computers. What could be the problem?

Regards
hebeles

Blinker_Fluid 05-02-2012 09:12 AM

Don't have any experience with the java web console but have you checked to make sure it's listening on the right address?

run
Code:

netstat -an | grep LISTEN | grep 6789
and make sure that it shows something like
Code:

tcp    0  0  *.6789    *.*    LISTEN
if it's only listening on local host (127.0.0.1.6789) then you will need to tweak the config to listen on all addresses or change it to listen on your 122.123.13.4 address.

also are you running any firewalls?

hebeles 05-02-2012 11:28 AM

Blinker_Fluid:

Thank you for helping.

Quote:

bash-3.00# netstat -an | grep LISTEN | grep 6789
*.6789 *.* 0 0 49152 0 LISTEN
Client computer connect to a SSH, no problem,

I put https://122.123.13.4:6789 URL Firefox

Quote:

Looking up 122.123.13.4
Connected to 122.123.13.4
Waiting for 122.123.13.4
My current firewall and port sets

Quote:

Source CIDR Protocol Start Port
0.0.0.0/0 tcp 6788 6789
Quote:

Public Port Private Port Protocol
6788 6789 6788 6789 tcp

hebeles 05-02-2012 05:52 PM

Hi Again,

Sorry for English. I do not understand the problem.

Quote:

bash-3.00# netstat -na | grep 6789
*.6789 *.* 0 0 49152 0 LISTEN
127.0.0.1.32834 127.0.0.1.6789 49152 0 49152 0 ESTABLISHED
127.0.0.1.6789 127.0.0.1.32834 49152 0 49257 0 ESTABLISHED
192.1.3.2.6789 167.3.14.195.2372 64096 6542 50400 0 ESTABLISHED
192.1.3.2.6789 167.3.14.195.2373 65398 0 50400 0 ESTABLISHED

127.0.0.1 localhost see Java Web Console. :)
167.3.14.195 client computer not see Java Web Console login screen. :confused:

hebeles 05-02-2012 07:43 PM

Hello,

This may be a session problem? I see through Solaris Box.


All times are GMT -5. The time now is 08:30 AM.