Struts with a domain name

2001-06-25 Thread Rod Schmidt
What do you need to do to get your struts link to work properly under a domain name? I'm using webappcabaret and my stuff worked fine under www.webappcabaret.com/mycontext. I then got a domain name and I'm trying to run under www.mydomainname.com and I keep getting errors because the links

Re: Struts with a domain name

2001-06-25 Thread Yuriy Zubarev
Hello Rod, When you are working with html:link tag you can use its page attribute instead of href to specify context-relative URI. Best of luck, Yuriy Zubarev --- Rod Schmidt [EMAIL PROTECTED] wrote: What do you need to do to get your struts link to work properly under a domain name?

Re: Struts with a domain name

2001-06-25 Thread Rod Schmidt
] Sent: Monday, June 25, 2001 11:43 AM Subject: Re: Struts with a domain name Hello Rod, When you are working with html:link tag you can use its page attribute instead of href to specify context-relative URI. Best of luck, Yuriy Zubarev --- Rod Schmidt [EMAIL PROTECTED] wrote: What do

Re: Struts with a domain name

2001-06-25 Thread Yuriy Zubarev
PROTECTED] Sent: Monday, June 25, 2001 11:43 AM Subject: Re: Struts with a domain name Hello Rod, When you are working with html:link tag you can use its page attribute instead of href to specify context-relative URI. Best of luck, Yuriy Zubarev --- Rod Schmidt [EMAIL

Re: Struts with a domain name

2001-06-25 Thread Rod Schmidt
25, 2001 1:24 PM Subject: Re: Struts with a domain name I'm developing a web-application on my workstation and testing it by going to localhost/whatever and when I'm satisfied with results I copy it to the main server where the application is accessible trough the internet