Hi All,
It looks like it doesn't like my author.xml:
[code]Oct 27, 2012 5:20:33 PM org.apache.catalina.startup.HostConfig
deployDescriptor
INFO: Deploying configuration descriptor author.xml
Oct 27, 2012 5:20:33 PM org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class
info.magnolia.init.MagnoliaServletContextListener
java.lang.ClassNotFoundException:
info.magnolia.init.MagnoliaServletContextListener
at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680)[/code]
Here is what that file contains:
[code]<!-- if this was declared in the <Host> configuration, we'd add a
path="/author" attribute -->
<Context
docBase="/opt/SocialChoringUI/wars/SocialChoringUI-webapp-0.01-SNAPSHOT.war"
debug="0" reloadable="false">
<Parameter name="magnoliaInstance" value="prodAuthor" override="false"/>
<Resource name="jdbc/MagnoliaSocialChoringDS" auth="Container"
type="com.mysql.jdbc.jdbc2.optional.MysqlDataSource"
factory="com.mysql.jdbc.jdbc2.optional.MysqlDataSourceFactory"
driverClassName="com.mysql.jdbc.Driver"
user="user" username="user"
password="password"
url="jdbc:mysql://localhost:3306/sc_repo_author?useUnicode=true&characterEncoding=UTF8"
explicitUrl="true"
/>
</Context>[/code]
I'm deploying my project with the latest maven build 4.5.6 as it was described
from
[url=http://dev.magnolia-cms.com/~gjoseph/dont-deploy-magnolia-deploy-your-project]Gregs
article on deploying projects built on to of mag[/url].
Anyone see what I'm missing?
Thanks,
Andrew
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=c0efe7d5-2534-4d0a-be86-f89113582d57
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------