Unable to access web application hosted in same network


 
Thread Tools Search this Thread
Special Forums IP Networking Unable to access web application hosted in same network
# 1  
Old 07-06-2013
Unable to access web application hosted in same network

All,

I have various web applications hosted in a client network. These web apps are accessed through a Apache web server.

We have deployed a new web application server and it is not serviced through the Apache web server. So i am unable to access this applications. But i am able to access this application using Citrix. Any thoughts.
# 2  
Old 07-06-2013
Is the citrix server on the internal network and are you otherwise accessing it from outside? Perhaps your firewall(s) are blocking requests?
# 3  
Old 07-06-2013
Citrix server is on the outside network. How to identify if firewalls are blocking the requests?
# 4  
Old 07-09-2013
do a traceroute from your desktop to the "good" server and then do the same from your desktop to the "bad" server ... traceroute result should end at the ip address of the good server and get lost somewhere before the bad server ... use tracert on windows ...

# unix/linux command line
Code:
traceroute $good_server
traceroute $bad_server

# windows command line
Code:
tracert $good_server
tracert $bad_server

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Proxy Server

How to use Squid on Linux to control certain IP to access Web Server and certain IP cannot access?

Dear all experts here, :) I would like to install a proxy server on Linux server to perform solely to control the access of Web server. In this case, some of my vendor asked me to try Squid and I have installed it onto my Linux server. I would like know how can I set the configuration to... (1 Reply)
Discussion started by: kwliew999
1 Replies

2. Linux

Unable to access CentOS setup Network Configuration after attempting Python update

I attempted to update Python on my CentOS 5.6 VM and have encountered some issues after then. Initially yum wouldn't work, but I have resolved that. However, now I am unable to access the Network Configuration section under setup. When I do select this option I see this at the command line: ... (2 Replies)
Discussion started by: crmpicco
2 Replies

3. Web Development

Starting Web Application on Jboss

Hello, I installed Jboss EAP 6 on a remote Linux server in standalone mode, and deployed a HelloWorld war file successfully. Opened a browser on my PC and pointed to http://127.0.0.1:8080/filename. I can see “Hello World!” on my browser. However, if the browser points to http://server's... (3 Replies)
Discussion started by: learnix
3 Replies

4. Web Development

Web Application creation on UNIX

Hi, I would like to create an application with HTML front end in Unix. I am working on enterprise Unix server, so I could not install any add ons or software in my machine. but still i have super user permissions. I can change the permissions as i wish. I have built a small application with... (1 Reply)
Discussion started by: Balasankar
1 Replies

5. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

6. Solaris

Remote Access to Application

Hi All, I have an application which I wanted to install on one solaris server instead of installing it on 6 solaris servers and then users should be able to access this application via one of those 6 servers. I think NFS is one of the option. Is there any other way we can invoke this application... (6 Replies)
Discussion started by: sam101
6 Replies

7. UNIX for Dummies Questions & Answers

Accessing UNIX hosted web site remotely

Hi everyone- I'm relatively new to UNIX (Primarily Oracle background), wondering if anyone can help me. I did not configure Oracle Database Control (Web-Based admin interface) on the Database Server (HP-UX), however it is running and the URL is configured with an internal IP, which users have... (4 Replies)
Discussion started by: campbellg
4 Replies

8. Solaris

Unable to access open solaris across the network.

Hi Everyone, I have installed open solaris 10 on one of the x86 machines available but inspite of configuring the IP i am unable to access the machine through the network. Can anyone please help me wih the settings required to access the machine across the network.Its really Urg..Any help is... (13 Replies)
Discussion started by: sankasu
13 Replies

9. UNIX and Linux Applications

Is there freeware application like access or VB ?

Hello all I is there freeware application that as Microsoft access and VB (RAD tool ) That is free to use and multi platform? (2 Replies)
Discussion started by: umen
2 Replies
Login or Register to Ask a Question