Yes that was a full log of that file.

The only change I made was in the Manager App's config I increased the
size of the max file size because one of my apps is bigger than 50MB,
so I just made a change to the web.xml in the manager app.

The http://IP:8080/manger/html page shows the correct list of apps but
if you click on any of the applications (path) I get the 404
error...and I have undeployed all my apps so the problem exists with
the standard sample apps too.

Should I try a different Tomcat version?

-Dave

On Tue, Dec 27, 2011 at 3:33 PM, Christopher Schultz
<ch...@christopherschultz.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> David,
>
> On 12/27/11 10:42 AM, David Hoffer wrote:
>> I just installed Tomcat 7.0.23 using Windows 64 bit installer and
>> deployed a couple apps via the manager application, however when I
>> run them I get HTTP Status 404 errors.  However I see that I get
>> the same error for the standard default apps, docs, examples, etc.
>> The only URL that works is http://IP:8080/manager/html.
>>
>> In the log I see: Dec 27, 2011 3:28:29 PM
>> org.apache.catalina.core.StandardHostValve custom SEVERE: Exception
>> Processing ErrorPage[errorCode=404, location=/WEB-INF/jsp/404.jsp]
>> java.lang.NullPointerException at
>> org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:455)
>
> Is
>>
> that stack trace complete? It seems to indicate that
> /WEB-INF/jsp/404.jsp is being invoked, but that JSP isn't actually
> executing. The only thing I can think of is that the JSP can't be
> found while processing an error (404?) and do you get this error as well.
>
> Have you made any modifications to Tomcat other than enabling the
> manager webapp and deploying some webapps onto it?
>
>> What do I have to do to enable the apps?
>
> Deployment ought to "enable" the apps. What does the manager show in
> the list of deployed webapps?
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk76R7QACgkQ9CaO5/Lv0PBjiQCgjCT7wt2tDxFEbJr0bgXTLRvu
> zHkAnRMrr52g8R+Ggu3MAljah1i4dooK
> =BW8D
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to