To run a Laszlo application that you have created or modified, you must either:
yourInstallationDir\jakarta-tomcat-4.1.12\webapps\lps-@VERSIONID@\my-appsFor Linux and OS X, the my-apps directory is at:
yourInstallationDir/jakarta-tomcat-4.1.12/webapps/lps-@VERSIONID@/my-apps
To display the application in your browser, browse to:
http://localhost:8080/lps-@VERSIONID@/my-apps/yourApplicationName.lzx
or, you can
lib and lps directories
and web.xml file from the LPS web
application into your web application. For @VERSIONID@ you can find these
directories at
yourInstallationDir\jakarta-tomcat-4.1.12\webapps\lps-@VERSIONID@\WEB-INF (Windows) yourInstallationDir/jakarta-tomcat-4.1.12/webapps/lps-@VERSIONID@/WEB-INF (Linux)For the Core, you can find these directories at
yourInstallationDir\lps-@VERSIONID@\WEB-INF (Windows Core edition) yourInstallationDir/lps/lps-@VERSIONID@/WEB-INF (Linux, OS-X Core edition)Copy them into your applications WEB-INF directory.
WARNING:Make sure you duplicate the precise directory structure of the WEB-INF directory when you place these files and directories into your newly-created directory.
tomcatInstallationDirectory\webapps\your-application-dir (Windows)
tomcatInstallationDirectory/webapps/your-application-dir (Linux, OS-X) For more detailed information about program development, see the Program Development chapter of the Laszlo Developer's Guide.