Re: [OT] Help files as Static HTML Content

2004-08-25 Thread vineesh . kumar
U simply copy the html file at ur jsp form directory. So that the u can refer to ur static html page as /form/urhtml.html On Thu, 26 Aug 2004 Towers,Stuart G wrote : >Hi Group, > > > >I'm trying to add some static HTML pages to my Struts application >(running under Tomcat) as Help files. I

Re: [OT] Help files as Static HTML Content

2004-08-25 Thread Bill Siggelkow
Bill Siggelkow Sent: Wednesday, August 25, 2004 1:31 PM To: [EMAIL PROTECTED] Subject: Re: [OT] Help files as Static HTML Content Are you sure that the "root" help file is using relative URLs? It sounds like it might be using absolute or incorrect hrefs. Take a look at the location in t

RE: [OT] Help files as Static HTML Content

2004-08-25 Thread Towers, Stuart G
ngineering -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Siggelkow Sent: Wednesday, August 25, 2004 1:31 PM To: [EMAIL PROTECTED] Subject: Re: [OT] Help files as Static HTML Content Are you sure that the "root" help file is using relative URLs? It soun

Re: [OT] Help files as Static HTML Content

2004-08-25 Thread Bill Siggelkow
Are you sure that the "root" help file is using relative URLs? It sounds like it might be using absolute or incorrect hrefs. Take a look at the location in the browser so if its gone squirrelly. Bill Siggelkow Towers, Stuart G wrote: Hi Group, I'm trying to add some static HTML pages to my S

RE: [OT] Help files as Static HTML Content

2004-08-25 Thread Jim Barrows
> -Original Message- > From: Towers, Stuart G [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 25, 2004 1:21 PM > To: [EMAIL PROTECTED] > Subject: [OT] Help files as Static HTML Content > > > Hi Group, > > > > I'm trying to add some s

[OT] Help files as Static HTML Content

2004-08-25 Thread Towers, Stuart G
Hi Group, I'm trying to add some static HTML pages to my Struts application (running under Tomcat) as Help files. I've added an action mapping to point to the root of my help files - which is fine until the HTML starts to reference other pages. I get 404 errors from the web server when trying t