I am looking to try and set up some type of development environment here. I currently have a development evnvironment set up that has its own Java code and MS SQL database. The problem I am running into is we are now looking to make some changes to our web site, and the only way I know how to do this is to make my changes in my development code, rebuild the jar files and move them into production to test. Currently we have two completely different systems one live and one dev. They each have their own Java code, ms sql database, and tomcat layout. My problem is that I am not sure how to configure tomcat for the development side. When I try to start the process (which already exists) I am getting an error saying:
java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/BootStrap
Exception in thread "main".
Maybe what I am asking is something that we should not do, but we are looking to make changes to our web site and I am not sure if there is a way to configure this so I can make these changes and test them, then move to production.
If there is more information needed, please let me know, and I will try to get that for you. I have never set up tomcat and I am fairly new to java, so please be patient.
java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/BootStrap
Exception in thread "main".
Maybe what I am asking is something that we should not do, but we are looking to make changes to our web site and I am not sure if there is a way to configure this so I can make these changes and test them, then move to production.
If there is more information needed, please let me know, and I will try to get that for you. I have never set up tomcat and I am fairly new to java, so please be patient.