-
unsaved added rojer to the JWebMail / Java Webmail project.
2009-07-28 21:15:27 UTC by unsaved
-
thanks for the tip but concerning this error I'm not clear if there is a configuration setting I can alter to change the "slashes"...or is it best to do as you say and override path to translate the \ path to a / path.
Apr 13, 2009 4:52:18 PM net.wastl.webmail.storage.simple.SimpleStorage loadXMLSysData
SEVERE: SimpleStorage: Failed to load WebMail configuration file...
2009-04-14 01:27:03 UTC by graf57
-
It's trying to use a Windows-style path somewhere. I.e., with back-slashes. %5C is the code for backslash. On the Internet, we prefer forward slashes.
If you have not keyed that in somewhere, then you can set a Java system property to override the base directory. You can use this to translate the \ path to a / path.
2009-04-14 00:22:40 UTC by unsaved
-
sry forgot to mention that I'm using JRE 6 Update 13.
2009-04-14 00:13:19 UTC by graf57
-
Hey :)
Can you provide some advice for troubleshooting this situation?
Thanks in advance :)
System:
- WinXP
- Tomcat 6.0.18
- JWebMail 1.0.1
After deploying "jwebmail.war" through Tomcat I receive the following errors.
Any suggestions for proceeding past this SimpleStorage error?
"
Apr 13, 2009 4:52:18 PM net.wastl.webmail.storage.simple.SimpleStorage...
2009-04-14 00:11:35 UTC by graf57
-
I've just committed a fix for a long-standing bug where HTML messages were often not displayed (depending on the DTD header in the content), and other times the content was displayed twice.
Reply to this message if you want me to roll a distribution with this fix. Otherwise, I'm not going to waste my time if there is no demand.
2008-12-20 04:29:22 UTC by unsaved
-
unsaved committed revision 143 to the JWebMail / Java Webmail SVN repository, changing 4 files.
2008-12-20 04:24:19 UTC by unsaved
-
unsaved committed revision 142 to the JWebMail / Java Webmail SVN repository, changing 1 files.
2008-11-07 16:34:06 UTC by unsaved
-
unsaved committed revision 141 to the JWebMail / Java Webmail SVN repository, changing 1 files.
2008-11-03 15:58:00 UTC by unsaved
-
unsaved committed revision 140 to the JWebMail / Java Webmail SVN repository, changing 18 files.
2008-10-31 21:49:50 UTC by unsaved