-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Karen,

On 10/20/17 1:11 AM, Karen Goh wrote:
> Today I receive an error message that I have never come across.
> 
> "Https status 404 - not found " "The origin server did not find a
> current representation for the target resource or is not willing to
> disclose that one exists."
> 
> I have googled but there is no solution that can help me.
> 
> So far, I have delete the server and add a new one but it is not
> helpful.
> 
> So far, my context.xml is correct so rightfully, the
> tutorRegister.jsp page should appear.
> 
> Here's my context.xml and I am running on Eclipse NEON 3 with Maven
> and it is a dynamic web project.
> 
> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee 
> http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"; version="3.1"> 
> <display-name>Hi5S</display-name> <welcome-file-list> 
> <welcome-file>tutorRegister.jsp</welcome-file> 
> </welcome-file-list> <resource-ref> 
> <description>mydb</description> 
> <res-ref-name>jdbc/hi5</res-ref-name> 
> <res-type>javax.sql.DataSource</res-type> 
> <res-auth>Container</res-auth> </resource-ref> </web-app>

That's a web.xml not a context.xml. Where did you put that file on the
disk (full path please)? Also, where can tutorRegister.jsp be found?
What URL did you use to try to load this resource?

What version of Tomcat are you using?

Are you using a reverse-proxy between the client (browser) and Tomcat?
That message "The origin server..." does not sound familiar, so I
think it's coming from another component.

- -chris

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlnwjdEACgkQHPApP6U8
pFj7nhAAm8CHV6omQhCVnLIQj+UBFUagOXdLPp/abS5UEm8WFFpM/4UDdIDJh8bn
RsInoynOz6Q/ln/5lh7lv8DB/x6FXOQDYcCs5iXVYPONN+HovKwnaMHwc3RBCz8j
FXTQph+7GGaFehn0BM9pz+difwt9beWar2IigOEluqiP1/CZDhE2Uu7GHnA7KG/Z
AxiKeRkUm4nqm93U6gz7JRulkwqAwLy/vhA2JFedaQdqBYu3RttvtlzE1RJpMOBP
QKtAllPsrk9H9dV+xQTx0gxjciHmCPgQ5nBaMaYLVnN4JoWnIIR+2a4EUYY4gGoO
+c+jRyrWA6B0BYl5Y3afT284rHs499luAHkDWYhUuwy0hTVVIOOqF23LXMRTflBh
9Cdspy+9cDLNTUni2JqqYq2B+IuyEZhR9weNrpbltEw0AYK68wEIp73/WejwtsuB
udJInlepk20vpavg6zNnOwpNKbOkz/I4uSCAXZ/7/WzKJY36nHbpd6eCA6KxMx51
bs+NAanb/R+HxMnTsPISYNKSaTdxbXJQzdbqwXC0AqvJ7EksAzRpMimNUfYhf6ZM
CpK4XvTnra6jPwTs3qH+557FCho22d5vjkbQfmR01sNo4Z16YJvUgIbRDzZDp+DC
+RsVxkRRnCq0Cozud1lddPJbqI2Ntopb/h8N16gWFttIZHA3YX0=
=uMFs
-----END PGP SIGNATURE-----

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

Reply via email to