Sunday, November 15, 2009

Check if tomcat is running on remote server

Try telnet to the remote server from command prompt in Windows or shell terminal in unix/linux.

telnet

By default tomcat runs on port 8080. If you are awarded a connection. the screen goes blank rather than giving an error. When you are connected, type GET /. On windows command prompt you will get output as :

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.

No comments:

Post a Comment