cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying Struts Application

former_member183890
Participant
0 Kudos

Can any one please help me in putting the struts.jar as a global reference in the library.txt. I don't wan't to have the struts.jar to be included in the web-inf directory for all application. Instead I want it to be put at a commanon reference library and all applications to refer it. Thanks in advance.

Regards,

Irudayaraj P

Accepted Solutions (0)

Answers (1)

Answers (1)

iavor_petkov
Explorer
0 Kudos

Hi Peter,

Please check my reply in the WebAs general forum for troubleshooting details.

You must add some more references to make the classloading work :

                          • library.txt : ****************

library struts struts/struts.jar struts/commons-beanutils.jar struts/commons-collections.jar struts/commons-digester.jar struts/commons-fileupload.jar struts/commons-lang.jar struts/commons-logging.jar struts/commons-validator.jar

reference struts inqmyxml

reference struts servlet

reference struts jdbc

                            • reference.txt: ****************

reference MyStrutsApp library:struts

Best Regards : Iavor