Re: Can't access servlet 404 advise requested

2024-10-22 Thread Christopher Schultz
" version="5.0"> WHMerge WHMerge com.ibm.wca4z.webhooks.WHMerge With kindest regards, Frank Myers From: Christopher Schultz Sent: Friday, October 18, 2024 11:53 AM To: users@tomcat.apache.org Subject: [EXTERNAL] Re: Can't access servlet 404 ad

Re: Can't access servlet 404 advise requested

2024-10-19 Thread Holger Klawitter
uot;> > WHMerge > > WHMerge > com.ibm.wca4z.webhooks.WHMerge > > > > > With kindest regards, > > Frank Myers > > > ____ > From: Christopher Schultz > Sent: Friday, October 18, 2024 11:53 AM > To: users@tomcat.ap

RE: Can't access servlet 404 advise requested

2024-10-18 Thread Frank Myers
ge] is completed > > Is this a problem? This is a warning and not an error. It is a very strange error to my eye that should be investigated, but it does not appear to be causing your application to fail to load. You might want to check log files other than catalina.out. What URL are you us

Re: Can't access servlet 404 advise requested

2024-10-18 Thread Christopher Schultz
RL are you using to access your servlet? What does your web.xml file look like? Thanks, -chris From: Frank Myers Sent: Thursday, October 17, 2024 9:31 AM To: Tomcat Users List Subject: [EXTERNAL] RE: Can't access servlet 404 advise requested Holger, I i

RE: Can't access servlet 404 advise requested

2024-10-17 Thread Frank Myers
, him, his) Developer Slack: @Franklin Myers E-mail: franklin.my...@ibm.com From: Frank Myers Sent: Thursday, October 17, 2024 9:31 AM To: Tomcat Users List Subject: [EXTERNAL] RE: Can't access servlet 404 advise requested Holger, I implemented both dopost

RE: Can't access servlet 404 advise requested

2024-10-17 Thread Frank Myers
: Thursday, October 17, 2024 3:51:45 AM To: Tomcat Users List Subject: [EXTERNAL] Re: Can't access servlet 404 advise requested Hello, the path in the tomcat manager app brings you to http://localhost/WEBAPP/ or http://localhost/WEBAPP/index.html via HTTP GET. Is your servlet configured to

Re: Can't access servlet 404 advise requested

2024-10-17 Thread Holger Klawitter
Hello, the path in the tomcat manager app brings you to http://localhost/WEBAPP/ or http://localhost/WEBAPP/index.html via HTTP GET. Is your servlet configured to reply to that url? This is normally done in web.xml with the Element. Moreover: as you seem to be writing a doPost() Method. You will

Can't access servlet 404 advise requested

2024-10-16 Thread Frank Myers
Hi all, I'm running Tomcat9 on Ubuntu. I copied a servlet war (a webhook) file which was automatically deployed in my webapps directory. Using the "Tomcat Web Application Manager" I see my servlet path and display name listed. When I click on the path I get the "HTTP Status 404 – Not Found" and