You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Robert Harrison <rh...@gmail.com> on 2005/04/30 03:46:33 UTC

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

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 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