Implement custom jsp page

Posted by Rollbase User on 19-Jul-2013 10:59

The documentation for creating a custom jsp page says to include "rbn_common.jar". Where is that jar located? The closest I could find was "rb_core.jar".

All Replies

Posted by Admin on 19-Jul-2013 12:58

Yes, rb_core.jar. Typo in documentation.

Posted by Admin on 19-Jul-2013 13:07

Hi Bob,



I submitted defect CR # PSC00110730 to fix this in the documentation.



Thank You,

Srikanth

Progress|Rollbase Product Support Team

Posted by Admin on 19-Jul-2013 16:39

I added "rb_core.jar" to WEB-INF/lib directory on the instance of Tomcat which hosts my custom jsp page (separate from Tomcat instance hosting Rollbase. I get lots of errors. Are there other dependencies that need to be added?



SEVERE: Class com.test.User not found! Class not added.

Jul 18, 2013 3:06:31 PM org.apache.catalina.realm.JAASRealm parseClassNames

SEVERE: Class com.test.Role not found! Class not added.

Jul 18, 2013 3:06:32 PM org.apache.catalina.realm.JAASRealm setUseContextClassLoader

INFO: Setting useContextClassLoader = false

Jul 18, 2013 3:06:32 PM org.apache.catalina.realm.JAASRealm parseClassNames

SEVERE: Class com.test.User not found! Class not added.

Jul 18, 2013 3:06:32 PM org.apache.catalina.realm.JAASRealm parseClassNames

SEVERE: Class com.test.Role not found! Class not added.

Jul 18, 2013 3:06:33 PM org.apache.coyote.AbstractProtocol start

INFO: Starting ProtocolHandler ["http-bio-9080"]e).

...

This thread is closed