Sorry, I didn't realise it wouls remove the highlighted red. This is what I
have changed from 8080 to 8088:
<Connector connectionTimeout="20000" port="8088" protocol="HTTP/1.1"
redirectPort="8443"/>
This is what I have added just above the Host tag/element:
<Realm className="org.apache.catalina.realm.JNDIRealm"
connectionURL="xxx://xxx:3268"
connectionName="[email protected]" connectionPassword="xxx"
referrals="follow" userBase="dc=xxx,dc=local"
userSearch="(sAMAccountName={0})" userSubtree="true"
roleBase="dc=xxx,dc=local" roleSearch="(member={0})"
roleName="cn" roleSubtree="true" />
Sorry again about that.
> Date: Mon, 12 Aug 2013 12:05:51 +0200
> From: [email protected]
> To: [email protected]
> Subject: Re: Upgrade to Tomcat 7 Issues
>
> Seema Patel wrote:
> >
> ...>
> > Right, I've re-installed Tomcat 7.0.42. The only things I've changed are
> > in the server.xml file, here is what's in the server.xml file (what I have
> > added/changed are in red,
>
> Not the easiest to spot, for a list which works only with plain text messages
> and strips
> most attachments.
>
> Please check the recommendations in http://tomcat.apache.org/lists.html
>
>
> ...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>