| Author |
where to placed shared library on jboss-3.2.5
|
ketandba shah
Greenhorn
Joined: Feb 05, 2005
Posts: 22
|
|
hi, i have installed jboss-3.2.5 on debian linux. where to placed shared library on jboss.. thanks in advanced.. ketan
|
 |
Heonkoo Lee
Ranch Hand
Joined: Feb 10, 2005
Posts: 85
|
|
Hi ketan, You can add any jar file path to [jboss-install-dir]/bin/run.bat (run.sh for unix) like the following: JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%JAVA_HOME%\lib\Opta2000.jar;%JAVA_HOME%\lib\cos.jar;%JAVA_HOME%\lib\iText.jar;%JAVA_HOME%\lib\xerces.jar;..\lib\some.jar Hope this helps.
|
 |
Scott Duncan
Ranch Hand
Joined: Nov 01, 2002
Posts: 363
|
|
|
You could put the jar file in the server/server_name/lib directory....
|
No more rhymes! I mean it!<br /> <br />Does anybody want a peanut?
|
 |
 |
|
|
subject: where to placed shared library on jboss-3.2.5
|
|
|