Sponsored Content
Operating Systems Solaris Check if an application is accessible when trying to use http://localhost in Unix Post 302247412 by jlliagre on Wednesday 15th of October 2008 04:43:06 PM
Old 10-15-2008
Quote:
Originally Posted by JimmyJ
Oh i should have said that I access the Unix using putty.exe So there is no way I can open a browser (shee again am exposing my wisdom, is it possible in Unix to open a browser)
Sure, the first web browsers like NCSA Mosaic were already running on Unix some 15 years ago.
Quote:
Also from Windows I need to give https://servername/myapp which definitley is not working. So I wanted to check in Unix to see if https://localhost/myapp will work on the server where application is deployed. This would help me to understand if this is a server problem or is it a network issue.
On the Solaris machine, try "telnet localhost 443" or better "telnet servername 443". If you got "Connection refused", the server might have some trouble.

Alternative commands that might help:
Code:
ifconfig -a
ping servername
netstat -an | grep 443

 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix, Netscape and Localhost

I have configured local host (127.0.0.1) in the hosts file, and the Apache conf file. Why does Netscape take me to a search page when I attempt to go to Http://localhost ?? (4 Replies)
Discussion started by: scruffeone
4 Replies

2. IP Networking

How can I check what port addresses used the application

Hello Mentors! I am a new here in the furom, i hope somebody can understand my problem. Basically we have an application here called unigraphics and being installed per station and the setup is look like this. 1. installed unigraphics UGNX3 version on every station 2. some are installed in... (1 Reply)
Discussion started by: eykyn17
1 Replies

3. UNIX for Dummies Questions & Answers

upper limit of accessible memory space for a single process in Unix/Linux

Hellp all, if there is 3G memory in my Unix server I want to know if all the 3G space can be used by ong sigle process. As i know, in Windows, one process can only access at most 1G memory despite there is probably more than 1G memory is equipped. (1 Reply)
Discussion started by: cy163
1 Replies

4. OS X (Apple)

Check for open application

Hi there, Is there any command to check if a particular application is open on a mac? thanks :) (3 Replies)
Discussion started by: davewg
3 Replies

5. Shell Programming and Scripting

check if file is being accessed by any application

Hello, is there maybe a way to check if a specific file is being accessed at the moment? Example: You will start copying a 10 GB file from A to B, how could I code it so my script actually knows when file B is finished copying? (1 Reply)
Discussion started by: TehOne
1 Replies

6. Shell Programming and Scripting

how to check that nfsmounted filesystem on nfsclient is accessible or not

hello, on Linux machine,how can i check with any command or any trick that nfs mounted file system is actually accessible or not w/o creating any file in nfsmounted location.mount,df -t nfs etc commands will only show mount entries but in case of small storage which is nfs mounted ,how to know... (1 Reply)
Discussion started by: pankajd
1 Replies

7. UNIX for Dummies Questions & Answers

How to check if an application has been installed on a unix/linux box?

hi, guys, now I face a problem. I have developed an application, and when it starts, it shall check if an application has been installed on the running linux/unix. If result is positive, i do something with the application command. just as an example: I want to check if sshd has been... (3 Replies)
Discussion started by: sk1418
3 Replies

8. UNIX for Advanced & Expert Users

Setting a permanent global variable in unix accessible from any script

Is there anyway in which i can set a permanent global variable in unix, which when initialised with a value and modified during any shell script, would retain its value even if i logout and login I dont know whether i am being able to express my need clearly but basically what i want is a... (3 Replies)
Discussion started by: arindamlive
3 Replies

9. HP-UX

how to check remote server port listening from application.

Hi, I have an application running on HP-UX, from this application I need to findout if the port number. lets say 7890,7891, 7892 are listening on the remote server running on HP-UX. Is there any way of doing it using "system()" function or any other? I noticed that nmap, netcat are not... (0 Replies)
Discussion started by: einsteinBrain
0 Replies
WEBCIT(8)							    Citadel.org 							 WEBCIT(8)

NAME
webcit - Citadel Servlet Engine. SYNOPSIS
webcit [-i ip_addr] [-p http_port] [-t tracefile] [-T Templatedebuglevel] [-c] [-f] [-d] [-s] [remotehost [remoteport] ] DESCRIPTION
WebCit (the binaries name is webcit) is the Citadel Servlet engine. It can operate with Citserver on another box, but it can't operate without. OPTIONS
SwitchResult -hPATH Specify the home directory eg. -h/usr/local/citadel not adding a leading / will make the path relative to the compiletime path. Needed for running several webcit/citadel instances at the same host -d Run as a daemon; fork watcher process. -DPATH Run as a daemon but create a pid file at PATH eg. -D/var/run/webcit.pid -iIP_ADDR Specify IP address to listen on as web server eg -i192.168.9.1; default is 0.0.0.0 -pPORT Specify port to listen on eg. -p80; default is 2000 -tPATH Specify trace file (where to put the log file) eg -t/var/log/webcit -T VAL 0 (default; recommended for production systems) 1: Parse template on each request .TP -xVAL How much info to put in the trace file (or to stdout) eg -x9 -f Follow X-Forwarded-For: headers. -c Use a server cookie. -s use SSL (turns the -p default to 443) remotehost if the citserver lives on another box, its name / ip (remember to add your webserver IP to the citadel servers public_clients - Con- figfile.); else the path to the unix-domain-socket. Defaults to the compiled in unix domain socket remoteport If you want to connect to citserver via TCP specify its port here; usualy 504 DEFAULTS
The default for remotehost is to connect localy via Unix Domain Socket. The default TCP port is 504. webcit will open Port 2000 serving HTTP requests and bind 0.0.0.0 if not other specified. FILES
The location of the files may vary depending on configure options. .TP /usr/share/citadel-webcit/static// WebCits template files /usr/share/citadel-webcit/static.local// Your customized templates /usr/share/tinymce/www// the TinyMCE [http://tinymce.moxiecode.com/] Javascript Editor /etc/init.d/webcit/ The initscript usually used to start this binary. Add Options here /etc/default/webcit/ Parameters to /etc/init.d/webcit/ in the LHFS ified installations dpkg-reconfigurecitadel-webcitwillmodifythisfile. HISTORY
1998 - Now the Uncensored Communication Group webcit 2008-9-4 WEBCIT(8)
All times are GMT -4. The time now is 10:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy