Hi Just to report some progress :-)
The installation seems to work now with Tomcat 5.5.9. Here's my current url: http://www.bliki.info I integrated a Wikipedia syntax plugin, which transforms the "Wikipedia Input" into the blog entries html. As the next improvement of the plugin, I would like to now, how I can determine the upload path in the WikiPlugin, for example to integrate images in the wiki way like: http://www.bliki.info:8080/roller/resources/admin/bliki_formatierung.png as [[Image:bliki_formatierung.png]] I'm also interested in integrating some default settings for a plugin into the site preferences. For example if a user would like to have all his default wiki links pointing to the base url: http://de.wikipedia.org/wiki/ it should be possible to set this preferences in the website settings. Can someone give me some tips how to implement these things? ---- In my Eclipse environment I could now eliminate all compile problems. (I attached my .project and .classpath files for the current CVS HEAD sources) I would like to use the sysdeo tomcat plugin to create a real local test environment, but first I need to update my local Tomcat installation to 5.5.9 :-) ---- The german translation I started is in the attached file: ApplicationResources.properties (please rename to ApplicationResources_de.properties if you would like to use it in your internationalized environment) On 8/13/05, Axel <[EMAIL PROTECTED]> wrote: > On 7/31/05, Anil Gangolli <[EMAIL PROTECTED]> wrote: > > Haven't seen this one before. > > > > > > You might try using the 3.0.16 drivers with MySQL 4.0.22 and seeing if this > > improves anything. The 3.1.10 drivers have seen more > > testing with the 4.1.x. If you're interested in internationalized > > operation, you should consider moving the server side up to > > 4.1.x. > > > > You might also be running up against a bug in Tomcat 5.5.7 that could cause > > this. It was fixed in 5.5.9. > > I think it is bug http://issues.apache.org/bugzilla/show_bug.cgi?id=32646 > > which fundamentally > > has to do with fixing a bunch of potential leaks due to close() not being > > in finally. > > Here's some more (possibly) related discusssion > > http://marc.theaimsgroup.com/?l=tomcat-user&m=111199890318530&w=2 > > Thanks for your reply. > > Is there a prefered: > * Tomcat > * MySQL > * MySQL JDBC driver > * Java Version > I should use to setup a "production" server? > -- Axel Kramer http://www.plog4u.org - Wikipedia Eclipse Plugin
