When you are developing your Active Web applications it is good to follow a few simple design rules:

Directory Structure

Irrespective of whether you are using the bundled application server or one of the supported servers (see Supported Web Application Containers) development of a web application requires you to edit and debug the application source pages. 

If you have installed Active Web and are using the built in application server then your web application source code can be found in the webapps/root directory of your installation.  If you are developing in a third party container your web application source code will be in a location specific to that container and you should consult your chosen containers documentation for its location.  In the case of Tomcat if the concerto.war file was deployed in the webapps directory then the web application source code would be extracted to webapps/concerto directory of your Tomcat installation given an out of the box configuration.

Comment on this topic

Topic ID: 150032