address bar shows ip instead or domain name

2008-07-28 Thread nilanthan
Hi, I have a website hosted on netfirms. I have a domain,exmaple, mydomain.com and it forwards to an address http:/xx.xx.xxx.xx:8080/folder1/welcome.action where xx is the ip of the server. Im runningTomcat 5.5 alone without apache. The problem is that when a users goes to www.mydomain.com, it

Re: address bar shows ip instead of domain name

2008-07-28 Thread nilanthan
So what Can I do so that that domain goes to that address but shows the domain in the address bar? Yuval Perlov wrote: Where ever you forward, that's what the address bar shows On Jul 28, 2008, at 7:45 PM, nilanthan wrote: Hi, I have a website hosted on netfirms. I have a domain

Re: address bar shows ip instead of domain name

2008-07-28 Thread nilanthan
, nilanthan wrote: So what Can I do so that that domain goes to that address but shows the domain in the address bar? Yuval Perlov wrote: Where ever you forward, that's what the address bar shows On Jul 28, 2008, at 7:45 PM, nilanthan wrote: Hi, I have a website hosted on netfirms. I have

Re: address bar shows ip instead of domain name

2008-07-29 Thread nilanthan
symbols in the filter element, you get detailed debugging ouptut. Hope this helps. Ken On Jul 28, 2008, at 6:16 PM, nilanthan wrote: Thanks. I have looked at that before but am a bit confused about the instructions. Is there a good tutorial for this urlrewrite? Ken Bowen wrote

Re: address bar shows ip instead of domain name

2008-07-29 Thread nilanthan
of regular expressions. On Jul 29, 2008, at 10:25 AM, nilanthan wrote: Thanks. I have placed the files/codes in the right spots and when I do localhost:8080/mywebapp/rewrite-status I get the urlrewrite page. But what i need is when a user types in the browser www.mydomain.com

Re: address bar shows ip instead of domain name

2008-07-30 Thread nilanthan
to the ip of 00.00.00.00, same as above ip. My question is how can I map to the mydomain.com to go to http://00.00.00.00 and based on that go to http://00.00.00.00:8080/mywebapp/welcome.action?? nilanthan wrote: Thanks Ken for all your help! Ken Bowen wrote: In rule, map

Re: address bar shows ip instead of domain name

2008-07-31 Thread nilanthan
, 2008, at 1:13 PM, nilanthan wrote: how do i map to the domain name itself.. When I do /mydomain.com to /mywebapp/welcome.action, it only works if I type this in the browser: http://00.00.00.00:8080/mydomain.com. then it goes to http://00.00.00.00:8080/mywebapp/welcome.action but I

Re: address bar shows ip instead of domain name

2008-07-31 Thread nilanthan
are looking for is to make your application the default application for your Tomcat instance. Search the archives about this, since it is a common question. Basically you need to delete the existing ROOT, and rename your app to be ROOT. On Jul 31, 2008, at 10:50 AM, nilanthan wrote: Yes

Re: address bar shows ip instead of domain name

2008-07-31 Thread nilanthan
Do I need to have Apache mod_jk connector for this to work? Mark Thomas-18 wrote: nilanthan wrote: no, i dont want to do that since i will have multiple apps on the tomcat. but I want the domain name entered to go to specific webapp folder in tomcat. I have 5 domains on netfirms going

Re: address bar shows ip instead of domain name

2008-07-31 Thread nilanthan
Thanks alot Ken. Just got it working. ww.. so easy now..lol..but thansk again for all your time and help. Mark Thomas-18 wrote: nilanthan wrote: Do I need to have Apache mod_jk connector for this to work? No. You can do it all just with Tomcat. Mark Mark Thomas-18 wrote

Virtual Host

2008-08-05 Thread nilanthan
I have a virtual host for my domain. Everything works fine but I am having an issue with jsession/cookies, i think. What settings do I need to have the jsessionID properly. -- View this message in context: http://www.nabble.com/Virtual-Host-tp18834399p18834399.html Sent from the Tomcat - User