RE: absolute pathing from context?

2001-04-25 Thread Matt Pease
> If you're talking about getting that directory from HTML (e.g., > to embed an > image in your page), I'd suggest just referencing it directly, like, > > > > This lets you alias it in your webserver, to put the images directory > anywhere you like. > > If you're trying to find it in your Jav

RE: absolute pathing from context?

2001-04-25 Thread William Kaufman
If you're talking about getting that directory from HTML (e.g., to embed an image in your page), I'd suggest just referencing it directly, like, This lets you alias it in your webserver, to put the images directory anywhere you like. If you're trying to find it in your Java code, try Servl