Is it poosible to know what is the url of this Cruise Control web app ?
Amandeep Singh
Ranch Hand
Joined: Jul 17, 2008
Posts: 837
posted
0
On our unix box, the cruise control is installed. i can see all the folders but i am unable to figure out on which url this application is running. so that i can access it.
well i can open and see CrusieControl.bat file. it didnt offered me any clue.
well this unix box host more than 5 applications. So for me i do not know the url of localhost so that i can verify what is running on this port 8080. well i do have access to weblogic console, but it does not gives me any clue about this deployed war file.
any other config file recommended on which i can see what is the url defined ?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35243
7
posted
0
There can only be a single server listening on port 8080; just access http://localhost:8080/ and see what it is.
Amandeep Singh
Ranch Hand
Joined: Jul 17, 2008
Posts: 837
posted
0
this is not working because i am remote to the unix box. Also i have limited privileges on this box. i can just access my project application on this box. nothing else.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35243
7
posted
0
In that case, substitute the IP address of the machine for "localhost".
Amandeep Singh
Ranch Hand
Joined: Jul 17, 2008
Posts: 837
posted
0
this does not works. Already i tried. let me go through the web.xml file.
nslookup that box, you should be able to access via IP address or domain name. If you can't then either someone has set it up to run under a service name or you don't have firewall permissions to view it. In all cases I'd ask your network people.