

I am certain that there is nothing wrong with the. This means that the configuration ARE taking effect. HTTP Status 404 – Not Foundĭescription The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. I then tried to navigate to the url and received a 404. ProxyPass ajp://localhost:8009/phpmyadmin I changed the file located at /opt/bitnami/apps/exstretch/conf/nf, and it now reads the following: I am just giving you as much info as I have, thank you for your help. When I use the curl command curl localhost/exstretch when ssh’d into server I am returned:.> * Connection #0 to host localhost left intact When I use curl -v localhost/manager/ when ssh’d in the server is returns the following: My Java application runs locally (on my personal machine) on port 8080, this information might also be helpful. opt/bitnami/apache2/scripts/ctl.sh : httpd started at port 80 opt/bitnami/apache-tomcat/scripts/ctl.sh : tomcat started

opt/bitnami/mysql/scripts/ctl.sh : mysql started at port 3306 opt/bitnami/mysql/scripts/ctl.sh : mysql stoppedġ71009 14:23:55 mysqld_safe Logging to '/opt/bitnami/mysql/data/mysqld.log'.ġ71009 14:23:55 mysqld_safe Starting mysqld.bin daemon with databases from /opt/bitnami/mysql/data opt/bitnami/apache-tomcat/scripts/ctl.sh : tomcat stopped Using CATALINA_PID: /opt/bitnami/apache-tomcat/temp/catalina.pid Using CLASSPATH: /opt/bitnami/apache-tomcat/bin/bootstrap.jar:/opt/bitnami/apache-tomcat/bin/tomcat-juli.jar Using CATALINA_TMPDIR: /opt/bitnami/apache-tomcat/temp Using CATALINA_HOME: /opt/bitnami/apache-tomcat Using CATALINA_BASE: /opt/bitnami/apache-tomcat opt/bitnami/apache2/scripts/ctl.sh : httpd stopped I know that there are no syntax errors, or misplaced/missing files because restarting services using /opt/bitnami/ctlscript.sh restart produces no errors: Syntax OK Include "/opt/bitnami/apps/exstretch/conf/nf" Include "/opt/bitnami/apps/phpmyadmin/conf/nf" Inside the /opt/bitnami/apache2/conf/bitnami/nf file is: # Bitnami applications installed in a prefix URL Inside the /opt/bitnami/apps/exstretch/conf/nf Inside the /opt/bitnami/apps/exstretch/conf/nf file is: Include "/opt/bitnami/apps/exstretch/conf/nf" Here is what is inside /opt/bitnami/apps directory Even after making the changes below I am still producing the same results as before. I took your advice and moved the Java application to the /opt/bitnami/apps directory and now have the following. Thanks hand typed most of the instructions in original post and did have some typos. I receive a 404 when I try to access the application.


war file inside the /opt/bitnami/apache-tomcat/webapps/ directory. Return = "/loginContact", method = RequestMethod.I am trying to access an unpackaged Java application I dropped as a. ModelAndView model = new ModelAndView("login") * class HomeController ContactDAO ContactDAODS = "/") * This controller routes accesses to the application to the appropriate support.AnnotationConfigWebApplicationContext Because everything is in the web.xml and there are no other xml files that do any dispatcher mapping, should I not be able to just add a new / with a different controller pattern to the web.xml? Below are the web.xml and the one working controller. My current project only has one SpringDispatcher in the web.xml and it maps the / to the '/' of the controller's = "/") controller request mapping. I need to add multiple controllers to my Spring MVC project which only has one right now.
