cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy additional .jar

Former Member
0 Kudos

Hi, I want to deploy custom libraries to the B2C scenario. Where should I put it, is that under /lib directory? Do i need to restart the whole J2EE server or restart only the B2C application deployment would be enough?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can just put them in Web-Inf/lib folder.

Application should be restarted, there is no need of Server restarting.

Regards,

Sateesh Chandra

Former Member
0 Kudos

Thanks, but it was not effective. I guess there must be some other settings. Are you aware of it?

Former Member
0 Kudos

Since it is for B2C application only, for runtime you can keep it in either

  1. WEB-INF/lib folder of b2c as a .jar file or

  2. WEB-INF/classes folder of b2c if it is available as .class files. The classes must be available in proper package structure (folders) in classes folder.

These two folders are standard locations for web applications and the class loaders check them in the sequence given above.

For desgin time, it is better to have them in WEB-INF/classes folder as classes in respective folder.

Need restart of the applications to make any changes effective.

Easwar Ram

http://www.parxlns.com

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can place these jar files in server's library and you can add these files to configtool.

Placing in server lib will resolve the issue. IF not in configtool there is an option to use particular lib's.

I dont have exact path for these as of now. By the i get it for you you can check.

for both of these changes you need to restart the server.

Regards,

Sateesh Chandra