You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by elesi <js...@gmail.com> on 2010/09/28 08:54:22 UTC

Re: Stream Resource into Javascript

drobson <dr...@...> writes:

> 
> 
> The files are being stored on the server but i've found a way of doing what I
> need and it seems pretty nice. By creating a new xml file, named audio.xml,
> in the tomcat dir conf\catalina\localhost and defining my music folder as a
> docbase, i can access the folder through the http address
> http://localhost:8080/audio/[what ever my music file is]. This also means
> the music folder is available to all your Web Apps hosted by tomcat. 


hi,

where can i find the tomcat directory? there are no 'catalina' folder here in my
tomcat installation directory...


Re: Stream Resource into Javascript

Posted by James Carman <ja...@carmanconsulting.com>.
Why not ask this question on the user list?  That's where you're
supposed to ask this type of question.

On Tue, Sep 28, 2010 at 9:58 AM, elesi <js...@gmail.com> wrote:
>
> im sorry for that, but let me ask if there's another way of getting the mp3
> resource...
> besides creating an xml file like drobson did?
>
> thanks
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stream-Resource-into-Javascript-tp2262751p2717229.html
> Sent from the Forum for Wicket Core developers mailing list archive at Nabble.com.
>

Re: Stream Resource into Javascript

Posted by elesi <js...@gmail.com>.
im sorry for that, but let me ask if there's another way of getting the mp3
resource...
besides creating an xml file like drobson did?

thanks
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Stream-Resource-into-Javascript-tp2262751p2717229.html
Sent from the Forum for Wicket Core developers mailing list archive at Nabble.com.

Re: Stream Resource into Javascript

Posted by James Carman <ja...@carmanconsulting.com>.
This isn't a Wicket question.

On Tue, Sep 28, 2010 at 2:54 AM, elesi <js...@gmail.com> wrote:
> drobson <dr...@...> writes:
>
>>
>>
>> The files are being stored on the server but i've found a way of doing what I
>> need and it seems pretty nice. By creating a new xml file, named audio.xml,
>> in the tomcat dir conf\catalina\localhost and defining my music folder as a
>> docbase, i can access the folder through the http address
>> http://localhost:8080/audio/[what ever my music file is]. This also means
>> the music folder is available to all your Web Apps hosted by tomcat.
>
>
> hi,
>
> where can i find the tomcat directory? there are no 'catalina' folder here in my
> tomcat installation directory...
>
>