Aug 16, 2007 #1 Kruzer Programmer Jun 16, 2000 117 US Is there a way in WebSphere to make a map a URL call, i.e. "a href=" in a JSP to located a WebSphere hosted file system to retrieve a file? i.e. <a href="<virtual host>\project\files"></a>? Thanks in advance. Dano What's your major malfunction
Is there a way in WebSphere to make a map a URL call, i.e. "a href=" in a JSP to located a WebSphere hosted file system to retrieve a file? i.e. <a href="<virtual host>\project\files"></a>? Thanks in advance. Dano What's your major malfunction
Aug 23, 2007 #2 Einstein47 Programmer Nov 29, 2001 737 US If you give the full path to the file (I.E. <A href="http://servername/path/file"> ) that works for us. You need to make sure that your server is running an HTTP Server instance to serve up the file. Einstein47 There are no kangaroos in Austria! [[]Starbase47.com] Upvote 0 Downvote
If you give the full path to the file (I.E. <A href="http://servername/path/file"> ) that works for us. You need to make sure that your server is running an HTTP Server instance to serve up the file. Einstein47 There are no kangaroos in Austria! [[]Starbase47.com]