Raptor
Raptor

Reputation: 54258

How to use RestFB in Tomcat 7?

I am a newbie of JSP. May I ask how to install JAR file of RestFB in Tomcat 7 ?

Upvotes: 0

Views: 329

Answers (1)

Buhake Sindi
Buhake Sindi

Reputation: 89189

Put the JAR in TOMCAT_HOME\lib folder, where TOMCAT_HOME is your root directory for Tomcat 7.

I would personally recommend that you put your JAR in your project's WEB-INF\lib folder, unless you have multiple applications that share restFB jar.

Upvotes: 1

Related Questions