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 ma

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

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

Re: address bar shows ip instead of domain name

2008-07-31 Thread nilanthan
at you 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 1

Re: address bar shows ip instead of domain name

2008-07-31 Thread nilanthan
> archives). > > On Jul 30, 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

Re: address bar shows ip instead of domain name

2008-07-30 Thread nilanthan
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: >

Re: address bar shows ip instead of domain name

2008-07-29 Thread nilanthan
nding on the rules you need, you can make some use 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 urlrewri

Re: address bar shows ip instead of domain name

2008-07-29 Thread nilanthan
back into what you need to see on input. > > If you removed the comment symbols in the 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 befo

Re: address bar shows ip instead of domain name

2008-07-28 Thread nilanthan
28, 2008, at 5:36 PM, 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 b

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

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 ta