Hi, using the config as provided on the wiki/documention page i.e. below
Code: Select all
i'm getting the below errors, preventing the server from starting.<Resource name="mail/OpenKM" auth="Container" type="javax.mail.Session"
mail.transport.protocol="smtp"
mail.smtp.auth="true"
mail.smtp.host="smtp.gmail.com"
mail.smtp.port="465"
mail.user="<username>"
mail.password="<password>"
mail.smtp.from="<sender email>"
mail.smtp.quitwait="false"
mail.smtp.starttls.enable="true"
mail.smtp.socketFactory.class="javax.net.ssl.SSLSocketFactory"
mail.debug="true"/>Code: Select all
any ideas please.2014-09-15 14:57:36,416 [main] WARN org.apache.catalina.startup.Catalina- Catalina.start using conf/server.xml: The value of attribute "mail.user" associated with an element type "null" must not contain the '<' character.
2014-09-15 14:57:36,416 [main] FATAL org.apache.catalina.startup.Catalina- Cannot start server. Server instance is not configured.