Can a newbie get help here with set-up problems? Pure Vanilla Derby, Tomcat, and WSO2 Registry
Hi,
I was trying to get started with Registry, so I could see what kinds of things I could make it do. I went through the effort to install Derby and Tomcat before installing Registry, in hopes that I could minimize problems by following the documentation.
Problem is, when I startup Tomcat I get a [INFO] messages that say:
INFO: validateJarFile(c:\Apache\apache-tomcat-6.0.16\webapps\wso2registry\WEB-INF\lib\servlet-api-2.5-6.1.5.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/servlet.class
[INFO] 0 Unable to create the sample DB, so created in-memory
[INFO] 359 Registry initialized successfully.
Can anyone suggest what the problem is here? I'm sure its something I did/didn't do. Any help would be appreciated. Thanks.
- Login or register to post comments
- Printer friendly version
- 425 reads











servlet-api 2.5 just means
servlet-api 2.5 just means that the servlet jar file is being included in the registry war package, but it should not be since the servlet container provides its own version.But application should be worked as normally even you get this warning.Anyway as a solution you can open the wso2registry.war and remove servlet-api-2.5-6.1.5.jar file from /WEB-INF/lib/.
As I have noticed from your log entries, registry is created in-memory, There seems to be a problem with your derbyDB configaration. So can you please follow the steps mentioned in registyr user guide [1]. But default regisyty will be configuared with sample HSQLDB.
[1]http://wso2.org/wiki/display/registry/WSO2+Registry+User+Guide
-Krishantha.