> -----Original Message-----
> From: KARR, DAVID
> Sent: Monday, April 17, 2017 5:01 PM
> To: Tomcat Users List <users@tomcat.apache.org>
> Subject: Diagnose why Tomcat doesn't appear to deploy webapp module
> 
> I'm trying to set up an existing Spring webapp that ran on a different
> container before (weblogic), to run on Tomcat.  Working on it in
> Eclipse, I've gotten all of the compile errors out, and I was able to
> add the webapp to my Tomcat server instance in the "Servers" view.  I
> started the server instance, and I didn't see any errors in the console
> log, but I also didn't see lines that looked like it was deploying my
> web module.
> 
> As expected, trying to access
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__localhst-
> 3A8080_appname_&d=DwIFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=OsTemSXEn-
> xy2uk0vYF_EA&m=oyQ_NBiOh5rBgq1V_M0QCtZ8cB6gRkV45Yuz7uyvVV4&s=PKa2NzMo1KW
> l9mLgyHSf5lChZHZZ9WvoTGSN97vDrZM&e= > (and also trying various
> "index.html" variations) just gets a 404.  It just seems like Tomcat is
> silently ignoring my webapp.
> 
> What information can I get to determine why this might be happening?
> 

I've gotten past this.  Somehow a directory named "WEB_INF" (underscore) works 
in WebLogic, but it's ignored in Tomcat (naturally).

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

Reply via email to