I really can't believe I didn't think about the possibility that my
browsers were both still caching the default root context from Tomcat 7
when I did the port swap.
I definitely need to always remember to consider the possibility that
I'm doing something stupid.
--
JHHL
On Thu 07 Sep 2017 at 16:13:37 (-0700), James H. H. Lampert wrote:
> If I remember right, Linux file systems can have not only symbolic
> links to files, but also multiple hard links to the same file. Is
> there an easy way to look for something like that?
find -type f ! -links 1 -exec ls -l {}
I also stuck a similar named trivial static context into
/var/lib/tomcat7/webapps (with a different directory name: "foobar" in
Tomcat 8, "bozbar" in Tomcat 7).
In theory, Tomcat 8.5 should be able to see the foobar context, but not
the bozbar context; this is also true in practice.
So it's
Just for grins, I put a trivial static context (nothing more than a
directory containing a simple "index.html" file) into
/var/lib/tomcat8/webapps. Tomcat 8.5 found it. So it's only the root
context that's somehow getting redirected.
But on the other hand, if I rename var/lib/tomcat7/webapps/R
James H. H. Lampert wrote:
> Pete Helgren (on the Tomcat List) wrote:
>> Longshotsomething in .profile of the user the Tomcat instance is
>> running under?
>
> Neither the "tomcat7" nor "tomcat8" users have .profile files.
>
> This is interesting. I got rid of the Tomcat 8.5 catalina.out fil
Pete Helgren (on the Tomcat List) wrote:
Longshotsomething in .profile of the user the Tomcat instance is
running under?
Neither the "tomcat7" nor "tomcat8" users have .profile files.
This is interesting. I got rid of the Tomcat 8.5 catalina.out files on
both boxes (the one where everythi
I've got two separate boxes, both running Debian Jessie, with both
Tomcat 7.0.56 and Tomcat 8.5.14 installed, all of the installations via
an apt-get from Debian's repositories.
On one of the boxes (Tomcat 8.5 installed alongside Tomcat 7 with no
previous Tomcat 8), Tomat 8 is somehow pulling
> "Simon" == Simon Read <[EMAIL PROTECTED]> writes:
Simon> Folks, Tomcat (the JSP/Java Servlets plug-in for Apache
Simon> from Jakarta) is not available as a Debianised package. Is
Simon> anyone working on this? Has anyone had success installing
Simon> this under Debian? Is
Folks,
Tomcat (the JSP/Java Servlets plug-in for Apache from Jakarta) is not
available as a Debianised package. Is anyone working on this? Has
anyone had success installing this under Debian? Is there a reason
why a package hasn't yet been developed?
I don't want to waste my time figh
9 matches
Mail list logo