Site wide 301 redirect to https from http

2014-10-27 Thread George Christman
Hi guys, I'm in the process of migrating my entire site to https from http. I need to do this with extreme caution or I risk losing my search rank. Google recommends 301 redirects for every page being migrated, however when securing the app like so, public void contributeMetaDataLocator(MappedConf

Re: 5.4 application-version still required?

2014-10-27 Thread Howard Lewis Ship
Coda: The application version IS still used in exception reports (both the HTML version and, if memory servers, the new text file written to the file system). On Thu, Oct 23, 2014 at 3:33 PM, Paul Stanton wrote: > great! > > > On 24/10/2014 8:37 AM, Howard Lewis Ship wrote: > >> That is correct;

Re: Tapestry-security 0.6.2 released!

2014-10-27 Thread George Christman
Okay great, Thanks Kalle. On Mon, Oct 27, 2014 at 12:02 PM, Kalle Korhonen wrote: > On Mon, Oct 27, 2014 at 8:51 AM, George Christman > > wrote: > > > Sorry Kalle, it's still not entirely clear to me what I should be doing. > > Your saying LoginContextService is internal? Is there another way t

Re: Tapestry-security 0.6.2 released!

2014-10-27 Thread Kalle Korhonen
On Mon, Oct 27, 2014 at 8:51 AM, George Christman wrote: > Sorry Kalle, it's still not entirely clear to me what I should be doing. > Your saying LoginContextService is internal? Is there another way to access > getXxxURL then? Also, how do we handle redirectedToSavedRequest now? At > You handle

Re: Tapestry-security 0.6.2 released!

2014-10-27 Thread George Christman
Sorry Kalle, it's still not entirely clear to me what I should be doing. Your saying LoginContextService is internal? Is there another way to access getXxxURL then? Also, how do we handle redirectedToSavedRequest now? At some point when you get everything ironed out it might be helpful to present t

Re: Tapestry-security 0.6.2 released!

2014-10-27 Thread Kalle Korhonen
On Mon, Oct 27, 2014 at 7:30 AM, George Christman wrote: > That's great Kalle. Thanks > > Question, I see you deprecated some methods, but I'm not seeing any > documentation on the new usage. I'm using the following code and I'm seeing > getSuccessPage() and getLoginPage() has been deprecated. I

RE: Tapestry Classes Logging with Application Loggers

2014-10-27 Thread Wechsung, Wulf
Hi, Meanwhile I cobbled together a "solution" using log4j filters. This goes in your log4j.properties, substituting your actual appender for "testBO": log4j.appender.testBO.filter.1=org.apache.log4j.varia.StringMatchFilter log4j.appender.testBO.filter.1.StringToMatch=Creatin

Re: Tapestry-security 0.6.2 released!

2014-10-27 Thread George Christman
That's great Kalle. Thanks Question, I see you deprecated some methods, but I'm not seeing any documentation on the new usage. I'm using the following code and I'm seeing getSuccessPage() and getLoginPage() has been deprecated. I think I read something about about getLoginPage() being replaced by

Re: Putting property values in Validate

2014-10-27 Thread George Christman
https://tapestry.apache.org/hibernate-core-conf.html On Fri, Oct 24, 2014 at 6:59 PM, Name Surname wrote: > I have made my first app in this way!!! :))) OK, now how can I declare > hibernate connection to this project now? Where do I need to declare it? > > > From: wintertime0...@outlook.com > >

Re: tapestry deploy on tomcat contextPath / setting or equivalent

2014-10-27 Thread Chris Mylonas
This page answered my question http://www.jvmhost.com/articles/how-to-configure-tomcat-with-multiple-virtual-hosts In case it disappears in the future, this is the important bit unpackWARs="true"> www.domain1.com directory="logs" prefix="localhost_access_log." suffix=".txt" pattern=

tapestry deploy on tomcat contextPath / setting or equivalent

2014-10-27 Thread Chris Mylonas
Hi Tapestry Users, Where would I look to deploy a tapestry sites on one tomcat instance that are served up by a domain names behind apache http? I recently found org.mortbay.jetty maven-jetty-plugin 6.1.16

Re: Re: Hibernate multiple databases

2014-10-27 Thread Antal van Kalleveen
Hi, Unfortunately i dont really have any documentation other than the sources on github ;) The basic setup is to contribute a 'SessionFactoryConfiguration' to 'SessionFactorySource' like this : in the 'AppModule' - /*