You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/06/24 23:43:25 UTC

[Bug 56668] New: Restarting Tomcat fails to load versioned webapp

https://issues.apache.org/bugzilla/show_bug.cgi?id=56668

            Bug ID: 56668
           Summary: Restarting Tomcat fails to load versioned webapp
           Product: Tomcat 7
           Version: 7.0.47
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: john+apache@jzila.com

See this Stackoverflow for details:
https://stackoverflow.com/questions/24376947/restarting-tomcat-results-in-404-for-my-webapp

I have a TomEE installation, and I deploy my app via the text manager API,
including a version parameter (e.g. version=00023, so the context looks like
foo##00023). When I deploy, the webapp works perfectly. When I restart Tomcat,
I get 404s on the app's path (/foo). If I reload the app at the base context
(path=/foo), the symptom remains. If I reload the app at the versioned context
(path=/foo&version=00023), it begins working again. I'm going to go ahead and
assume that it should not behave this way, since I would love my webapp to
continue working after I restart the server.

I've worked around the issue by always calling
/manager/text/reload?path=/foo&version=00023 -- where 00023 is the latest
version -- whenever the server starts.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56668] Restarting Tomcat fails to load versioned webapp

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56668

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> ---
Bugzilla is not a support forum.
http://tomcat.apache.org/bugreport.html#Bugzilla_is_not_a_support_forum

You should diagnose your issue first, e.g. asking for help on the Tomcat users
list, or TomEE users list.

You have not provided enough information to reproduce the issue. Consider
preparing a minimal simple sample webapp that reproduces it and a step-by-step
recipe.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org