This is sort of a late answer, but I ran into this problem, and it seems that the problem came Tomcat's Security manager. Proper IOAccess needs to be granted to Roller in the tomcat.policy files. With these changes made, Roller runs just fine with the packaged tomcat (provided you installed sun's version of java of course).
-- Axelle On 12/1/06, Dave <[EMAIL PROTECTED]> wrote:
On 12/1/06, Keith Irwin <[EMAIL PROTECTED]> wrote: > On Nov 29, 2006, at 2:01 PM, Dave wrote: > > On 11/27/06, Keith Irwin <[EMAIL PROTECTED]> wrote: > >> > >> SO! Question is, has anyone gotten roller working with stock ubuntu > >> tomcat5.5? > > > > If the stock Tomcat runs off of Kaffe and not Sun Java, and based on > > the deps I see in the Synaptic package manager -- it does, then you > > probably won't have much luck. > > Hi Dave-- > > I installed the sun-java* packages and made sure they were the > defaults (they were), and verified that tomcat5.5 was starting with > that version of the JVM. (export JAVA_HOME=/usr, for instance, > before starting, or editing /etc/defaults/tomcat). > > No go. > > However (and I've un-installed the whole thing since then), I wonder > if the packaged tomcat relied on gcj style jars somewhere along the > line, and that broke it? I suspect that is the problem. > Well, no matter, at this point. > > I would love to see roller using embedded tomcat. Actually, I think > that would be easy to do, up to a point. Then, we could just > download the tarball, uncompress, cd /bin, and go! ;) I would like to see that too. Wouldn't it be cool to "apt-get install roller" - Dave
