[jboss-user] [Beginners Corner] - Re: JNLP classpath
l.tournayre
do-not-reply at jboss.com
Mon Jul 31 07:34:01 EDT 2006
AS you probably know your jnlp file you can put some entry for your classpath like this :
| ...
| <resources>
| <j2se version="1.5"/>
| <jar href="lib/MainJar.jar" main="true"/>
| <jar href="lib/jbossall-client.jar"/>
| ...
| </resources>
|
Your jar entry (./lib/. here) are depends of your jnlp codebase
| <jnlp spec="1.0+" codebase="http://XXXX:8080/YYYY" ...
|
I see noway for you codebase be <JBOSS_ROOT>/client because this is (and it's better) non accessible via http.
So put your jbossall-client.jar on http://XXXX:8080/YYYY/lib and it's should work.
Regards,
Louis
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961837#3961837
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961837
More information about the jboss-user
mailing list