I like the idea. But for development on my local machince, I am not using apache. Is there a work around for this?
-----Original Message----- From: Frank T. Villarreal, Jr. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 10:12 AM To: Jetspeed Users List Subject: RE: File Storage/Management Here you go ... http://httpd.apache.org/docs/urlmapping.html have fun! - Frank > -----Original Message----- > From: Anthony Smith [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 17, 2002 10:08 AM > To: Jetspeed Users List > Subject: RE: File Storage/Management > > > I am using APache as my web server. Where could I fond this documentation? > > -----Original Message----- > From: Frank T. Villarreal, Jr. [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 17, 2002 9:59 AM > To: Jetspeed Users List > Subject: RE: File Storage/Management > > > Anthony, > > what you're asking for is a function of your web server ... check your web > server specific documentation for instructions of how to > accomplish mapping > an absolute filepath to a virtual web path. Once you've got it mapped, > you'll be able to reference it from your application. > > - Frank > > > -----Original Message----- > > From: Anthony Smith [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, April 17, 2002 9:54 AM > > To: Jetspeed Users List > > Subject: RE: File Storage/Management > > > > > > Your assumption is correct. I understnad everything that you said, but I > > just dont know how to implement in the web.xml. > > > > Lets say the images are located in c:\images or images under > root in a non > > windows system. Can you send me an example web.xml entry? > > > > Thanks in advance, > > > > Anthony Smith > > GSP Technologies > > 901-263-8953 > > > > "Having education and talent doesn't make you better than the > world... it > > makes you responsible for it!" > > > > -----Original Message----- > > From: David Sean Taylor [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, April 17, 2002 9:53 AM > > To: 'Jetspeed Users List' > > Subject: RE: File Storage/Management > > > > > > If I understand correctly, the problem that you don't have access to the > > image file because its not in the webapp but somewhere else on the file > > system? > > > > If so, then just configure a path to your images directory. > > You can do this in the web.xml or perhaps using JNDI for best > > portability. > > > > > > > -----Original Message----- > > > From: Anthony Smith [mailto:[EMAIL PROTECTED]] > > > Sent: Wednesday, April 17, 2002 7:19 AM > > > To: Jetspeed Users List > > > Subject: File Storage/Management > > > > > > > > > I am working on a portlet that will show content from an html > > > page that a user uploads. In addition to just the html file, > > > they can upload pictures as well. > > > > > > Here's the problemo: > > > > > > I have the files uploading successfully already. But > > > currently, I let the files be uploaded onto the server but > > > not to the jetspeed folder. Now, I am still able to have the > > > html show. But the problem is getting the pictures to show. > > > How Can I make them show without the actual file being loaded > > > in the jetspeed folder but still on the server. Some java > > > code to make the pictures showup in the portlet as well. > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:jetspeed-user-> [EMAIL PROTECTED]> > > > For > > > additional commands, > > > e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
