You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ashok Anumandla <as...@vividacs.com> on 2005/04/29 23:28:01 UTC

2 nd Try : help need for hosting the website

Hi All,

I am trying to host my website on Tomcat 5.5.9 in my home machine, i did 
following steps ..

- installed the JRE,JAVA, and Tomcat 5.5.9
- installed ant
- when i run ant, it created anishanumandla under tomcat webapps.
- configured following in server.xml
<Host name="www.anishanumandla.com" appBase="/Program Files/Apache 
Software Foundation/Tomcat 5.5/webapps/anishanumandla">
    <Context path="" docBase="/Program Files/Apache Software 
Foundation/Tomcat 5.5/webapps/anishanumandla"  />
          </Host>
- Configured web.xml for welcome file.
- Configured my linksys to fwd the any request from 
www.anishanumandla.com to port number and 8080 port.

- Restarted the tomcat,

But unfortunately i am not able to make it working , when i try 
http://localhost:8080/anishanumandla, it is working fine, but when i try 
accessing www.anishanumandla.com it is not working, i am getting page 
not found error, can somebody please tell me what i am doing wrong 
here?? or if there is step by step document, can u please send me the 
url,,,

the environmentment is Windows 2000...

Thanks in advance

Regards
Ashok

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: 2 nd Try : help need for hosting the website

Posted by "Robert r. Sanders" <ro...@ipov.net>.
Is your machine's IP mapped to www.anishanumandla.com  ?  Try running 
"nslookup www.anishanumandla.com" and/or "ping www.anishanumandla.com" 
from the command-line and see what you get.  It not, you can test using 
the hostname by creating a local mapping 
C:\WINNT\system32\drivers\etc\hosts file.

Ashok Anumandla wrote:

> Hi All,
>
> I am trying to host my website on Tomcat 5.5.9 in my home machine, i 
> did following steps ..
>
> - installed the JRE,JAVA, and Tomcat 5.5.9
> - installed ant
> - when i run ant, it created anishanumandla under tomcat webapps.
> - configured following in server.xml
> <Host name="www.anishanumandla.com" appBase="/Program Files/Apache 
> Software Foundation/Tomcat 5.5/webapps/anishanumandla">
>    <Context path="" docBase="/Program Files/Apache Software 
> Foundation/Tomcat 5.5/webapps/anishanumandla"  />
>          </Host>
> - Configured web.xml for welcome file.
> - Configured my linksys to fwd the any request from 
> www.anishanumandla.com to port number and 8080 port.
>
> - Restarted the tomcat,
>
> But unfortunately i am not able to make it working , when i try 
> http://localhost:8080/anishanumandla, it is working fine, but when i 
> try accessing www.anishanumandla.com it is not working, i am getting 
> page not found error, can somebody please tell me what i am doing 
> wrong here?? or if there is step by step document, can u please send 
> me the url,,,
>
> the environmentment is Windows 2000...
>
> Thanks in advance
>
> Regards
> Ashok
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>

-- 
    Robert r. Sanders
    Chief Technologist
    iPOV
    (334) 821-5412
    www.ipov.net


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: 2 nd Try : help need for hosting the website

Posted by Ashok Anumandla <as...@vividacs.com>.
It is working now, please ignore my previous message, it was path problem...

Ashok

Ashok Anumandla wrote:

> Hi All,
>
> First thanks for your responses, the site name i am trying to make it 
> working is not  www.anishanumandla.com, www.anishanumandla.com was 
> hosted in apache 2,with apache, it is working fine, i am trying to 
> make it work www.filmiinfo.com with tomcat5.5.9, i am really sorry for 
> the website typo, the problem still same with www.filmiinfo.com, i 
> changed my tomcat port number from 8080 to 80 now, and if i ping 
> www.filmiinfo.com, it is displaying right ip address, so i don't think 
> the problem with name resolution. When i try to access 
> www.filmiinfo.com, i am getting HTTP status 404..
>
> here is error page details..
>
> type : Status Report
> Message : /
> Description: The requested resource (/) is not available.
>
> What i am missing here?? here is what i did regards to tomcat 
> configuration..
> configured following in server.xml
> <Host name="www.filmiinfo.com" appBase="/Program Files/Apache Software 
> Foundation/Tomcat 5.5/webapps/filmiinfo">
>    <Context path="" docBase="/Program Files/Apache Software 
> Foundation/Tomcat 5.5/webapps/filmiinfo"  />
> </Host>
>
> Thanks in Advance
>
> Regards
> Ashok
>
>
> Hassan Schroeder wrote:
>
>> Struan Kerr-Liddell wrote:
>>
>>> Am I miss understanding? I can see www.anishanumandla.com 
>>
>>
>>
>> Obviously the OP fixed his problem -- it was definitely unavailable
>> a while ago (via browser/telnet/nmap).
>>
>> Cute kid :-)
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: 2 nd Try : help need for hosting the website

Posted by Ashok Anumandla <as...@vividacs.com>.
Hi All,

First thanks for your responses, the site name i am trying to make it 
working is not  www.anishanumandla.com, www.anishanumandla.com was 
hosted in apache 2,with apache, it is working fine, i am trying to make 
it work www.filmiinfo.com with tomcat5.5.9, i am really sorry for the 
website typo, the problem still same with www.filmiinfo.com, i changed 
my tomcat port number from 8080 to 80 now, and if i ping 
www.filmiinfo.com, it is displaying right ip address, so i don't think 
the problem with name resolution. When i try to access 
www.filmiinfo.com, i am getting HTTP status 404..

here is error page details..

type : Status Report
Message : /
Description: The requested resource (/) is not available.

What i am missing here?? here is what i did regards to tomcat 
configuration..
 configured following in server.xml
<Host name="www.filmiinfo.com" appBase="/Program Files/Apache Software 
Foundation/Tomcat 5.5/webapps/filmiinfo">
    <Context path="" docBase="/Program Files/Apache Software 
Foundation/Tomcat 5.5/webapps/filmiinfo"  />
 </Host>

Thanks in Advance

Regards
Ashok


Hassan Schroeder wrote:

> Struan Kerr-Liddell wrote:
>
>> Am I miss understanding? I can see www.anishanumandla.com 
>
>
> Obviously the OP fixed his problem -- it was definitely unavailable
> a while ago (via browser/telnet/nmap).
>
> Cute kid :-)



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: 2 nd Try : help need for hosting the website

Posted by Hassan Schroeder <ha...@webtuitive.com>.
Struan Kerr-Liddell wrote:
> Am I miss understanding? I can see www.anishanumandla.com 

Obviously the OP fixed his problem -- it was definitely unavailable
a while ago (via browser/telnet/nmap).

Cute kid :-)
-- 
Hassan Schroeder ----------------------------- hassan@webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                           dream.  code.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: 2 nd Try : help need for hosting the website

Posted by Struan Kerr-Liddell <st...@blueyonder.co.uk>.
Am I miss understanding? I can see www.anishanumandla.com the text reads:

*Anish Anumandla* born on Jan 7th 2004 at El Camino Hospital, Sunnyvale, 
California. He weighed 7lbs 8ozs and height was 19inches at the time of 
birth.To know more about him go through the website.

Struan


Hassan Schroeder wrote:

> Robert Harrison wrote:
>
>> I don't think you can see the external address if you browse from the
>> same machine the site is hosted on.
>
>
> 1) uh, why the hey not? Name resolution is name resolution; where
>    you're browsing from shouldn't matter (unless your primary DNS
>    is local and delivering non-routable addresses or something).
>
> 2) the point is, neither you nor I can connect to port 80 of the IP
>    address for www.anishanumandla.com -- so it's broken. And not a
>    Tomcat problem.
>
> 3) why are the other three people who responded to this post *all*
>    named Robert? OK, you don't have to answer that. :-)
>

Re: 2 nd Try : help need for hosting the website

Posted by Hassan Schroeder <ha...@webtuitive.com>.
Robert Harrison wrote:
> I don't think you can see the external address if you browse from the
> same machine the site is hosted on.

1) uh, why the hey not? Name resolution is name resolution; where
    you're browsing from shouldn't matter (unless your primary DNS
    is local and delivering non-routable addresses or something).

2) the point is, neither you nor I can connect to port 80 of the IP
    address for www.anishanumandla.com -- so it's broken. And not a
    Tomcat problem.

3) why are the other three people who responded to this post *all*
    named Robert? OK, you don't have to answer that. :-)

-- 
Hassan Schroeder ----------------------------- hassan@webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                           dream.  code.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: 2 nd Try : help need for hosting the website

Posted by Robert Harrison <rh...@gmail.com>.
I don't think you can see the external address if you browse from the
same machine the site is hosted on.

Bob

On 4/29/05, Hassan Schroeder <ha...@webtuitive.com> wrote:
> Ashok Anumandla wrote:
> 
> > I am trying to host my website on Tomcat 5.5.9 in my home machine, i did
> > following steps ..
> 
> > - Configured my linksys to fwd the any request from
> > www.anishanumandla.com to port number and 8080 port.
> 
> I don't think you were successful with that step...
> 
> > But unfortunately i am not able to make it working , when i try
> > http://localhost:8080/anishanumandla, it is working fine, but when i try
> > accessing www.anishanumandla.com it is not working,
> 
> Exactly. And port 80 of www.anishanumandla.com shows as closed. So
> either it's your Linksys, or your Windows has a firewall preventing
> access to that port, or something. But it's not a Tomcat issue.
> 
> HTH, and good luck.
> --
> Hassan Schroeder ----------------------------- hassan@webtuitive.com
> Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
> 
>                            dream.  code.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> 
> 


-- 

Robert W. Harrison, III, MD
91 Berkeley st.
Rochester, NY 14607
585/271-6878 (O)
585/752-1365 (Cell)
585/473-5643 (F)
http://www.beeslender.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: 2 nd Try : help need for hosting the website

Posted by Hassan Schroeder <ha...@webtuitive.com>.
Ashok Anumandla wrote:

> I am trying to host my website on Tomcat 5.5.9 in my home machine, i did 
> following steps ..

> - Configured my linksys to fwd the any request from 
> www.anishanumandla.com to port number and 8080 port.

I don't think you were successful with that step...

> But unfortunately i am not able to make it working , when i try 
> http://localhost:8080/anishanumandla, it is working fine, but when i try 
> accessing www.anishanumandla.com it is not working, 

Exactly. And port 80 of www.anishanumandla.com shows as closed. So
either it's your Linksys, or your Windows has a firewall preventing
access to that port, or something. But it's not a Tomcat issue.

HTH, and good luck.
-- 
Hassan Schroeder ----------------------------- hassan@webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                           dream.  code.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


RE: 2 nd Try : help need for hosting the website

Posted by Robert Harper <ro...@iat-cti.com>.
When you try place www. anishanumandla.com in the navigation bar, your
request is translated by the browser to http://www.anishanumandla.com.
This will attempt a connection to your server on the default port of 80.
Look at the difference. anishanumandla is the name of your servlet in the
localhost sample. What is the external name of your machine? If it is
anishanumandla then try http://www.anishanumandla.com:8080/anishanumandla.

For www.anishanumandla.com to be recognized to the outside world, you must
register the name with the WC3 group. Try using your external IP address
instead of the name like:

http://216.109.112.135:8080/anishanumandla

Tomcat does not broadcast your name to the whole world.

Robert S. Harper
Senior Engineer
 
Information Access Technology, Inc.
1100 East 6600 South
Suite 300
Salt Lake City, Utah USA 84121-7411
(801)265-8800 Ext. 255
FAX (801)265-8880
 

This e-mail is intended only for the addressee and may contain confidential
and/or privileged information. Any review, retransmission, or action taken
upon this information by persons other than the intended recipient is
prohibited by law. If you received this communication in error, please
contact us immediately at 801-265-8800. Although this e-mail and any
attachments are believed to be free of any virus or other defect, it is the
responsibility of the recipient to ensure that anything received or opened
is virus free. No responsibility is accepted by IAT for any loss or damage
in the event that such a virus or defect exists.
 


-----Original Message-----
From: Ashok Anumandla [mailto:ashoka@vividacs.com] 
Sent: Friday, April 29, 2005 3:28 PM
To: tomcat-user@jakarta.apache.org
Subject: 2 nd Try : help need for hosting the website

Hi All,

I am trying to host my website on Tomcat 5.5.9 in my home machine, i did 
following steps ..

- installed the JRE,JAVA, and Tomcat 5.5.9
- installed ant
- when i run ant, it created anishanumandla under tomcat webapps.
- configured following in server.xml
<Host name="www.anishanumandla.com" appBase="/Program Files/Apache 
Software Foundation/Tomcat 5.5/webapps/anishanumandla">
    <Context path="" docBase="/Program Files/Apache Software 
Foundation/Tomcat 5.5/webapps/anishanumandla"  />
          </Host>
- Configured web.xml for welcome file.
- Configured my linksys to fwd the any request from 
www.anishanumandla.com to port number and 8080 port.

- Restarted the tomcat,

But unfortunately i am not able to make it working , when i try 
http://localhost:8080/anishanumandla, it is working fine, but when i try 
accessing www.anishanumandla.com it is not working, i am getting page 
not found error, can somebody please tell me what i am doing wrong 
here?? or if there is step by step document, can u please send me the 
url,,,

the environmentment is Windows 2000...

Thanks in advance

Regards
Ashok

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org