anonymous wrote : How can i instantate url which do not append vfszip or any 
other specific things?

Unfortunately, i don't think that's possible in AS-5. But i might be wrong, so 
please create a new thread in the forum here 
http://www.jboss.org/index.html?module=bb&op=viewforum&f=287. Someone else 
might know if it's possible.

By the way, maybe if your push server could accept an InputStream then you 
could probably get around this issue:

InputStream stream = MyService.class.getResourceAsStream(LOGGING_FILE); 
  | // pass  the stream to the push server
  | 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265199#4265199

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265199
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to