Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to link a file system path

Status
Not open for further replies.

Kruzer

Programmer
Joined
Jun 16, 2000
Messages
117
Location
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
 
If you give the full path to the file (I.E. <A href=" ) 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!
[&#91;]Starbase47.com]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top