473,800 Members | 3,056 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

tomcat web run

Hi

Hi

I ve installed Apache Tomcat 5.0.19 on my windows xp machine. I have
developed a lot of servlets and jsp pages and everything works fine. BUT,
when i try to reach my pages from other machines it doesnt work, Why? So,
typing http://localhost:8080 works for me. But typing htttp:ipnumber: 8080
gives a "Page cannot be displayed". I have shutdown my firewall too, but
without succeding. Is this a tomcat version just thought to be used as a
testing server?? I cant find info about that. Please, any hint?

Alf
Jul 17 '05 #1
7 4066
"alfredo" <al********@com hem.se> wrote in message
news:Es******** ************@ne wsc.telia.net.. .
Hi

Hi

I ve installed Apache Tomcat 5.0.19 on my windows xp machine. I have
developed a lot of servlets and jsp pages and everything works fine. BUT,
when i try to reach my pages from other machines it doesnt work, Why? So,
typing http://localhost:8080 works for me. But typing htttp:ipnumber: 8080
gives a "Page cannot be displayed". I have shutdown my firewall too, but
without succeding. Is this a tomcat version just thought to be used as a
testing server?? I cant find info about that. Please, any hint?

Alf

First, it's http://<IP address>:8080. Assuming you have that correct, what
other machines does it not work from and what IP address are you trying to
use?
Jul 17 '05 #2
Hi

Im using http://111.111.111.111:8080

but the real ipnumber is another one.

If I try to access my page from my machine, I succed when I type
http://localhost:8080
and also trying with
http://111.111.111.111:8080

But other people, typing this address from their home computer cant access
it. Why?

Alf
First, it's http://<IP address>:8080. Assuming you have that correct, what
other machines does it not work from and what IP address are you trying to
use?

Jul 17 '05 #3
Do u have any firewall installed on your local..

Basically... if you have a firewall installed.. then most potentialy your
firewall is blocking the acess.

How you can test .. is basically by going to the other PCs..

the you do..

Start --> Run --> cmd.exe

Then .. you should type..

telnet <your ip address> 8080

You be looking at a blank screen now. If not.. means something is blocking
it..

ANyway.. just for your information, doing the telnet stuffs on top..
basically trying to create a telnet session directly to your IP address to
port 80.

Rgds
"Ryan Stewart" <zz********@gSP AMo.com> wrote in message
news:Jc******** ************@te xas.net...
"alfredo" <al********@com hem.se> wrote in message
news:Es******** ************@ne wsc.telia.net.. .
Hi

Hi

I ve installed Apache Tomcat 5.0.19 on my windows xp machine. I have
developed a lot of servlets and jsp pages and everything works fine. BUT, when i try to reach my pages from other machines it doesnt work, Why? So, typing http://localhost:8080 works for me. But typing htttp:ipnumber: 8080 gives a "Page cannot be displayed". I have shutdown my firewall too, but
without succeding. Is this a tomcat version just thought to be used as a
testing server?? I cant find info about that. Please, any hint?

Alf

First, it's http://<IP address>:8080. Assuming you have that correct, what
other machines does it not work from and what IP address are you trying to
use?

Jul 17 '05 #4
Hi

I have a firewall, but i shutdown it. I have the Apache webserver running on
port 8000. People can access my index page for the apache server under
htdocs at http://ipnumber:8000
BUT when they type http://ipnumber:8080 they get Page cannot be displayed.
However, if I myself type http://ipnumber:8080 i can see the tomcat index
page. Very strange, inst it? I first thought I needed to integrate tomcat
with the apache server. But you dont need to do this to make the page
accesible worlwide, right?

alf

"Mohamad Fazli" <fu**@streamyx. com> skrev i meddelandet
news:40******** @news.tm.net.my ...
Do u have any firewall installed on your local..

Basically... if you have a firewall installed.. then most potentialy your
firewall is blocking the acess.

How you can test .. is basically by going to the other PCs..

the you do..

Start --> Run --> cmd.exe

Then .. you should type..

telnet <your ip address> 8080

You be looking at a blank screen now. If not.. means something is blocking
it..

ANyway.. just for your information, doing the telnet stuffs on top..
basically trying to create a telnet session directly to your IP address to
port 80.

Rgds
"Ryan Stewart" <zz********@gSP AMo.com> wrote in message
news:Jc******** ************@te xas.net...
"alfredo" <al********@com hem.se> wrote in message
news:Es******** ************@ne wsc.telia.net.. .
Hi

Hi

I ve installed Apache Tomcat 5.0.19 on my windows xp machine. I have
developed a lot of servlets and jsp pages and everything works fine. BUT, when i try to reach my pages from other machines it doesnt work, Why? So, typing http://localhost:8080 works for me. But typing htttp:ipnumber: 8080 gives a "Page cannot be displayed". I have shutdown my firewall too, but without succeding. Is this a tomcat version just thought to be used as a testing server?? I cant find info about that. Please, any hint?

Alf

First, it's http://<IP address>:8080. Assuming you have that correct, what other machines does it not work from and what IP address are you trying to use?


Jul 17 '05 #5
How about telnet to the port... any luck?

"alfredo" <al********@com hem.se> wrote in message
news:S6******** ************@ne wsc.telia.net.. .
Hi

I have a firewall, but i shutdown it. I have the Apache webserver running on port 8000. People can access my index page for the apache server under
htdocs at http://ipnumber:8000
BUT when they type http://ipnumber:8080 they get Page cannot be displayed.
However, if I myself type http://ipnumber:8080 i can see the tomcat index
page. Very strange, inst it? I first thought I needed to integrate tomcat
with the apache server. But you dont need to do this to make the page
accesible worlwide, right?

alf

"Mohamad Fazli" <fu**@streamyx. com> skrev i meddelandet
news:40******** @news.tm.net.my ...
Do u have any firewall installed on your local..

Basically... if you have a firewall installed.. then most potentialy your
firewall is blocking the acess.

How you can test .. is basically by going to the other PCs..

the you do..

Start --> Run --> cmd.exe

Then .. you should type..

telnet <your ip address> 8080

You be looking at a blank screen now. If not.. means something is blocking it..

ANyway.. just for your information, doing the telnet stuffs on top..
basically trying to create a telnet session directly to your IP address to port 80.

Rgds
"Ryan Stewart" <zz********@gSP AMo.com> wrote in message
news:Jc******** ************@te xas.net...
"alfredo" <al********@com hem.se> wrote in message
news:Es******** ************@ne wsc.telia.net.. .
> Hi
>
> Hi
>
> I ve installed Apache Tomcat 5.0.19 on my windows xp machine. I have
> developed a lot of servlets and jsp pages and everything works fine. BUT,
> when i try to reach my pages from other machines it doesnt work,
Why? So,
> typing http://localhost:8080 works for me. But typing

htttp:ipnumber: 8080
> gives a "Page cannot be displayed". I have shutdown my firewall too,

but > without succeding. Is this a tomcat version just thought to be used
as a > testing server?? I cant find info about that. Please, any hint?
>
> Alf
>
>
First, it's http://<IP address>:8080. Assuming you have that correct, what other machines does it not work from and what IP address are you
trying
to use?



Jul 17 '05 #6
Some ISP's block ports which can be potentially used as webservers..on
accounts that are not paying for the access....i know Optusnet in Australia
does it?

Brings up a curious question...are you able to re-assign the tomcat port to
another port?
"Mohamad Fazli" <fu**@streamyx. com> wrote in message
news:40******** @news.tm.net.my ...
How about telnet to the port... any luck?

"alfredo" <al********@com hem.se> wrote in message
news:S6******** ************@ne wsc.telia.net.. .
Hi

I have a firewall, but i shutdown it. I have the Apache webserver running
on
port 8000. People can access my index page for the apache server under
htdocs at http://ipnumber:8000
BUT when they type http://ipnumber:8080 they get Page cannot be displayed. However, if I myself type http://ipnumber:8080 i can see the tomcat index page. Very strange, inst it? I first thought I needed to integrate tomcat with the apache server. But you dont need to do this to make the page
accesible worlwide, right?

alf

"Mohamad Fazli" <fu**@streamyx. com> skrev i meddelandet
news:40******** @news.tm.net.my ...
Do u have any firewall installed on your local..

Basically... if you have a firewall installed.. then most potentialy your firewall is blocking the acess.

How you can test .. is basically by going to the other PCs..

the you do..

Start --> Run --> cmd.exe

Then .. you should type..

telnet <your ip address> 8080

You be looking at a blank screen now. If not.. means something is blocking it..

ANyway.. just for your information, doing the telnet stuffs on top..
basically trying to create a telnet session directly to your IP address
to
port 80.

Rgds
"Ryan Stewart" <zz********@gSP AMo.com> wrote in message
news:Jc******** ************@te xas.net...
> "alfredo" <al********@com hem.se> wrote in message
> news:Es******** ************@ne wsc.telia.net.. .
> > Hi
> >
> > Hi
> >
> > I ve installed Apache Tomcat 5.0.19 on my windows xp machine. I
have > > developed a lot of servlets and jsp pages and everything works fine. BUT,
> > when i try to reach my pages from other machines it doesnt work,
Why? So,
> > typing http://localhost:8080 works for me. But typing
htttp:ipnumber: 8080
> > gives a "Page cannot be displayed". I have shutdown my firewall

too, but
> > without succeding. Is this a tomcat version just thought to be
used as
a
> > testing server?? I cant find info about that. Please, any hint?
> >
> > Alf
> >
> >
> First, it's http://<IP address>:8080. Assuming you have that

correct, what
> other machines does it not work from and what IP address are you

trying
to
> use?
>
>



Jul 17 '05 #7
Yes, you right. the problem was the port number 8080. For some reason it was
blocked. I changed the tomcat port and it works now. many thanks.

Alf

"homesick_alien " <ho************ @optusnet.com.a u> skrev i meddelandet
news:40******** **************@ news.optusnet.c om.au...
Some ISP's block ports which can be potentially used as webservers..on
accounts that are not paying for the access....i know Optusnet in Australia does it?

Brings up a curious question...are you able to re-assign the tomcat port to another port?
"Mohamad Fazli" <fu**@streamyx. com> wrote in message
news:40******** @news.tm.net.my ...
How about telnet to the port... any luck?

"alfredo" <al********@com hem.se> wrote in message
news:S6******** ************@ne wsc.telia.net.. .
Hi

I have a firewall, but i shutdown it. I have the Apache webserver running
on
port 8000. People can access my index page for the apache server under
htdocs at http://ipnumber:8000
BUT when they type http://ipnumber:8080 they get Page cannot be

displayed. However, if I myself type http://ipnumber:8080 i can see the tomcat index page. Very strange, inst it? I first thought I needed to integrate tomcat with the apache server. But you dont need to do this to make the page
accesible worlwide, right?

alf

"Mohamad Fazli" <fu**@streamyx. com> skrev i meddelandet
news:40******** @news.tm.net.my ...
> Do u have any firewall installed on your local..
>
> Basically... if you have a firewall installed.. then most potentialy

your
> firewall is blocking the acess.
>
> How you can test .. is basically by going to the other PCs..
>
> the you do..
>
> Start --> Run --> cmd.exe
>
> Then .. you should type..
>
> telnet <your ip address> 8080
>
> You be looking at a blank screen now. If not.. means something is

blocking
> it..
>
> ANyway.. just for your information, doing the telnet stuffs on top..
> basically trying to create a telnet session directly to your IP address
to
> port 80.
>
> Rgds
>
>
> "Ryan Stewart" <zz********@gSP AMo.com> wrote in message
> news:Jc******** ************@te xas.net...
> > "alfredo" <al********@com hem.se> wrote in message
> > news:Es******** ************@ne wsc.telia.net.. .
> > > Hi
> > >
> > > Hi
> > >
> > > I ve installed Apache Tomcat 5.0.19 on my windows xp machine. I

have > > > developed a lot of servlets and jsp pages and everything works fine. > BUT,
> > > when i try to reach my pages from other machines it doesnt work,

Why?
> So,
> > > typing http://localhost:8080 works for me. But typing
> htttp:ipnumber: 8080
> > > gives a "Page cannot be displayed". I have shutdown my firewall too, but
> > > without succeding. Is this a tomcat version just thought to be used
as
a
> > > testing server?? I cant find info about that. Please, any hint?
> > >
> > > Alf
> > >
> > >
> > First, it's http://<IP address>:8080. Assuming you have that

correct, what
> > other machines does it not work from and what IP address are you

trying
to
> > use?
> >
> >
>
>



Jul 17 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
7408
by: SamMan | last post by:
We are getting new computers at work and I got the word today that pc-lan (network admins) do not want IIS installed on ANY machine. We are primarily a Java development house, so they will not balk about me installing Tomcat. Can I run PHP from Tomcat the same (or close to) as IIS? Thanks. --
4
5366
by: BigAl | last post by:
I am using the following code in a servlet to send data back to a J2ME application:
5
4042
by: nmac | last post by:
Hi all, hopefully someone can offer some sagely advice regarding Production use of Jakarta's Tomcat. First, some brief background. My company have a servlet application that connects to a MySQL database. The servlet is deployed on two seperate win2k servers (Access to the tomcat servers is via DNS round robin load balancing). The database is on a another win2k server.
2
9516
by: kimbuba | last post by:
Hi all, i'm writing cause i'm not able to find any good resources about this topic. I'm programming on tomcat and i have my browser open to see changes i made. The problem is that i'd like to see changes immediatly, is there a way to do this, but using start-stop-reload from tomcato manager admin? I tried to add this to server.xml <Context path="/info" docBase="info" debug="0" reloadable="true">
6
12156
by: DaiIchi | last post by:
I'm using Tomcat in standalone mode. When a URL without a filename is entered into the browser (ie. "http://myhost.mydomain.com"), and the default path does NOT have an index.html, but rather an index.jsp file, Tomcat response with an "HTTP/1.1 302 Moved Temporarily" and a "Location: http://myhost.mydomain.com/index.jsp" ... I was wondering if there is a configuration for tomcat that can stop this behavior, i.e., just run index.jsp?
5
38007
by: D E | last post by:
When using my web application manager (http://localhost:8080/admin) I forgot my password. Is there an XML file i can look at to remember/obtain (possibly even set). Thanks
3
2850
by: danish | last post by:
hi everyone..sorry everyone if ive posted on the wrong group but i really needed help.... i wan tto start jakarta-tomcat-5.5.3 from the webbrowser using the sheel scripts...i normally use the shell scripts from the command line to start and stop the tomcat server..... i found out that php gives this incredible facility where i can execute normal bash commands...i tried doing so ..but a simple command like { system('whoami') } from
4
13609
by: Edward V. Berard | last post by:
People, I am having problems developing Java applications on a Mac using Eclipse, MyEclipse, and Tomcat 5.5+. My current configuration: Mac OS X (10.4.5) Eclipse (3.1+) MyEclipse (4.0+)
1
2940
by: ashok2006 | last post by:
Hi everybody, Here is my problem:- When I start tomcat the command prompt for tomcat openes but closes within seconds. I've following environment varibles set:- CATALINA_HOME C:\jakarta-tomcat-4.1.31 JAVA_HOME C:\j2sdk1.4.2 Path %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\J2SDK1.4.2\BIN;C:\Sun\AppServer\bin
0
4216
by: Arun21084 | last post by:
Hi, Recently I installed an application HP SIP(Service Information Portal) on a Windows 2000 server.The application comes along with an installation of Tomcat 5.0.19. Already there was an Apache 2 running on the server used by other application. Once after installation of the product(HP SIP), I tried to restart the Tomcat 5.0.19 process using below methods(errors reported below respectively) 1) services.msc console Could not start...
0
9689
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9550
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10495
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10269
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10032
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7573
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
4148
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2942
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.