Did JForum run correctly before you made any changes?
And I need SSo because i want user login in my application and access forum from there
1-First i download War from google Jforum2
2-Deploy it into Tomcat7 that war file
3-Start the server and create database and everything worked fine table created
SEVERE: Allocate exception for servlet jforum
java.lang.NullPointerException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:188)
at net.jforum.ConfigLoader.startCacheEngine(ConfigLoader.java:233)
C:\newSVN_Workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\logs
Jul 18, 2014 11:04:54 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.7.0_15\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jdk1.7.0_15/bin/../jre/bin/server;C:/Program Files/Java/jdk1.7.0_15/bin/../jre/bin;C:/Program Files/Java/jdk1.7.0_15/bin/../jre/lib/amd64;C:\app\sjoshi\product\11.2.0\client_1\bin;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)\Gnostice\PDFOne.NET\Bin;C:\Program Files (x86)\Gnostice\PDFOne.NET\Bin;C:\PROGRA~2\COMMON~1\LEADTO~1\Help;C:\LEADTO~1.5\Bin\CDLL\Win32;C:\LEADTO~1.5\Bin\CDLL\x64;C:\LEADTO~1.5\Bin\Dotnet\Win32;C:\LEADTO~1.5\Bin\Dotnet\x64;c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\CSDC\PB903dll;C:\php;C:\Program Files\doxygen\bin;C:\Program Files\Java\jdk1.7.0_15\bin;C:\Primefaces\maven\apache-maven-3.0.4\bin;C:\Java\apache-ant-1.7.1\bin;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Groovy\Groovy-2.1.3\bin;C:\Program Files\TortoiseHg\;C:\Program Files (x86)\MySQL\MySQL Utilities 1.3.5\;C:\Program Files\TortoiseSVN\bin;C:\Java\eclipse-4.3\eclipse;;.
Jul 18, 2014 11:04:54 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:3c' did not find a matching property.
Jul 18, 2014 11:04:54 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context/Realm} Setting property 'debug' to '99' did not find a matching property.
Jul 18, 2014 11:04:54 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context/Realm} Setting property 'localDataSource' to 'true' did not find a matching property.
Jul 18, 2014 11:04:54 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Jul 18, 2014 11:04:54 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
Jul 18, 2014 11:04:54 AM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1089 ms
Jul 18, 2014 11:04:54 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Jul 18, 2014 11:04:54 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.29
Jul 18, 2014 11:05:00 AM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(C:\newSVN_Workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\3c\WEB-INF\lib\el-api-2.2.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/el/Expression.class
Jul 18, 2014 11:05:00 AM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(C:\newSVN_Workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp2\wtpwebapps\3c\WEB-INF\lib\servlet-api-2.3.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Jul 18, 2014 11:05:34 AM org.apache.catalina.startup.ContextConfig validateSecurityRoles
INFO: WARNING: Security role name Admin used in an <auth-constraint> without being defined in a <security-role>
Jul 18, 2014 11:05:34 AM org.apache.catalina.core.ApplicationContext log
INFO: No Spring WebApplicationInitializer types detected on classpath
Jul 18, 2014 11:05:34 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Hibernate: SELECT max(umul_user_id) as umul_user_id FROM um_users_list
Hibernate: SELECT max(gto_id) as gto_id From group_tweet_order
Hibernate: SELECT max(gd_id) as gd_id From group_distribution
Hibernate: SELECT max(group_id) as group_id From groups
Jul 18, 2014 11:05:45 AM com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initializing Mojarra 2.1.11 ( 20120711-1632) for context '/3c'
Jul 18, 2014 11:05:49 AM com.sun.faces.spi.InjectionProviderFactory createInstance
INFO: JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed.
Jul 18, 2014 11:05:52 AM org.primefaces.webapp.PostConstructApplicationEventListener processEvent
INFO: Running on PrimeFaces 5.0
Jul 18, 2014 11:05:52 AM org.primefaces.extensions.application.PostConstructApplicationEventListener processEvent
INFO: Running on PrimeFaces Extensions 2.0.0
Jul 18, 2014 11:05:52 AM org.omnifaces.VersionLoggerEventListener processEvent
INFO: Using OmniFaces version 1.8.1-20140603
Jul 18, 2014 11:05:52 AM com.sun.faces.config.ConfigureListener$WebConfigResourceMonitor$Monitor <init>
INFO: Monitoring jndi:/localhost/3c/WEB-INF/faces-config.xml for modifications
Jul 18, 2014 11:05:53 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Jul 18, 2014 11:05:53 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Jul 18, 2014 11:05:53 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 58881 ms
Jul 18, 2014 11:05:57 AM com.sun.faces.context.SessionMap put
WARNING: JSF1063: WARNING! Setting non-serializable attribute value into HttpSession (key: loginBean, value class: com.ccc.web.view.LoginBean).
Jul 18, 2014 11:05:58 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, images/main_bg.jpg.
Jul 18, 2014 11:05:58 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, images/AK1.png.
Jul 18, 2014 11:05:58 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, images/nav.jpg.
Jul 18, 2014 11:05:58 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, images/search.jpg.
Jul 18, 2014 11:05:58 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, images/search_button.jpg.
Jul 18, 2014 11:05:58 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, images/lock.jpg.
Jul 18, 2014 11:05:58 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, images/banner.jpg.
Jul 18, 2014 11:05:58 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource
WARNING: JSF1064: Unable to find or serve resource, images/footer_bg.jpg.
I'm not sure if you were after catalina.out or one of the other logs produced by Tomcat. But, if you're after the catalina.out log file then follow the directions below:
In the servers tab, double-click on the Tomcat Server. You will get a screen called Overview. Click on "Open launch configuration". Click on the "Common" tab. Towards the bottom of the screen you can check the "File" checkbox and then specify a file that can be used to log your console (catalina.out) output. Finally, restart the Tomcat server.