- 
        1. Re: deploymentjulien1 Jun 6, 2004 1:22 AM (in response to sjaaksken)the thing you have to do is deploy it through the build : cd nukes/mp3player sh build.sh deploy 
 that will build and deploy the module. when we mean deploy practically that means build the archive (usually a .sar file) and put it in the right place (jboss/server/default/nukes in the case of a module)
- 
        2. Re: deploymentsjaaksken Jun 6, 2004 8:26 AM (in response to sjaaksken)oh glad to know I was doing something right :) 
 but I get an error message:
 BUILD FAILED
 file:E:/jboss/server/default/nukes/mp3player/../tools/etc/buildfragments/buildmagic.ent:110
 The database properties file is not present
 what file am I missing? I got the mp3player from the source distribution.
- 
        3. Re: deploymentjulien1 Jun 6, 2004 11:03 AM (in response to sjaaksken)perhaps first you need to build the base modules so try : cd nukes/build sh build.sh cd ../mp3player sh build.sh deploy 
- 
        4. Re: deploymentsjaaksken Jun 6, 2004 12:23 PM (in response to sjaaksken)Thanks, that worked :-) 
 One more question: I see the mp3player module but when I click on it nothing happens.(quite normal I think since I didn't upload the modulebrowser.swf file yet)
 The readme of the module says:
 2) Upload (with the HTML-Module) the file: mp3player/src/flash/moduleBrowser.swf
 you need to choose "test" for the File ID
 I go to the html module, click on 'upload' I get the 'browse file' and 'ID' box.
 --> I enter test in ID
 ---> I browse to my folder 'E:\jboss\jboss\server\default\nukes\mp3player\src\bin\flash' and choose the modilebrowser.swf.
 Then I click on upload and I get an error message saying:
 The file id must start with a '/' then you can add zero or more 'dir/' pattern and finish with the filename (i.e: /[dir/]*file.ext)
 How do I upload that file correctly?
 Thx for your valuable help :)
- 
        5. Re: deploymentjulien1 Jun 6, 2004 1:17 PM (in response to sjaaksken)the swf is a legacy file, basically you link an hard drive location to an id first (as far as I remember) 
- 
        6. Re: deploymentsjaaksken Jun 6, 2004 1:54 PM (in response to sjaaksken)I've found it, I had to use '/test' as file ID. 
 The README.txt kinda put me on the wrong track there :)
 Mp3player works gonna give it a try.
- 
        7. Re: deploymentjulien1 Jun 6, 2004 2:06 PM (in response to sjaaksken)the networking should be redone to take advantage of java NIO instead of using servlets :-) that would rock 
- 
        8. Re: deploymentsjaaksken Jun 6, 2004 7:19 PM (in response to sjaaksken)hmm is there a simple howto to get the mp3 player to work? I can't get it to work lol 
 And also: the site only works on my local computer :(
 if they go to http://sjaaksken.dyndns.org:8080/nukes/index.html they get 'page cannot be displayed' or 'page unavailable' or 'gateway timeout' while I can look at the site on my local network?
 I am running apache next to the jboss/nukes server. Is that the cause of the problem? Maybe it handles incomming connections and thus can't find the url on the apache server(as it 's running on the jboss server). But still when I shut down the apache server it doesn't work either. My noobishness shows again lol.
 Little help would be nice since I'm making progress every time I ask something hehe.
 
    