[jboss-user] [Installation, Configuration & Deployment] - Re: vfszip problem - standart java URL does not work?

jaikiran do-not-reply at jboss.com
Thu Nov 12 05:34:00 EST 2009


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



More information about the jboss-user mailing list