Re: [Fink-devel] tomcat8 for 10.7

2014-05-06 Thread Jack Howarth
Alexander, I also found that all of the examples accessible through the url… http://localhost:8080/examples/index.html work fine under tomcat8 on darwin11 with the current JDK from Oracle. Jack On Wed, May 7, 2014 at 12:41 AM, Alexander Hansen < alexanderk.han...@gmail.com

Re: [Fink-devel] tomcat8 for 10.7

2014-05-06 Thread Alexander Hansen
Well, it's already Type: java(), but yeah, that wouldn't matter in the PostInstScript. On 5/6/14, 9:29 PM, Jack Howarth wrote: > Alexander, > I don't think setting Type: Java will help as the change needs to > be applied in a post install script in the actual deb. > The current packaging I

Re: [Fink-devel] tomcat8 for 10.7

2014-05-06 Thread Jack Howarth
Alexander, I don't think setting Type: Java will help as the change needs to be applied in a post install script in the actual deb. The current packaging I posted seems to work fine. After running… sudo -u tomcat /sw/bin/tomcat8 start the url, http://localhost:8080, shows the expected tomcat

Re: [Fink-devel] tomcat8 for 10.7

2014-05-06 Thread Alexander Hansen
On 5/6/14, 6:51 PM, Jack Howarth wrote: > Alexander, > Attached is a first attempt of recrafting the old tomcat6 > packages in 10.5-EOL into JDK-1.7 based tomcat8 packages.The main > change, other than the upgrade to tomcat 8.0.5 is the change > to… > > JAVA_HOME=@JAVA_SDK_HOME@

[Fink-devel] tomcat8 for 10.7

2014-05-06 Thread Jack Howarth
Alexander, Attached is a first attempt of recrafting the old tomcat6 packages in 10.5-EOL into JDK-1.7 based tomcat8 packages.The main change, other than the upgrade to tomcat 8.0.5 is the change to… JAVA_HOME=@JAVA_SDK_HOME@ export JAVA_HOME in the tomcat8.patch so that th