9 Nisan 2018 Pazartesi

Tomcat webapps Dizini - Deployment İçindir

Giriş
Tomcat kurulumu altındaki webapps dizini deployment için kullanılır. Elimizde foo.war olsun. Bu dosyayı webapps dizinine kopyalarız. Tomcat dosyayı yine webapps dizini altında foo isimli dizine açar. Uygulamaya http://localhost:8080/foo olarak erişiriz.

Açıklaması şöyle
- Copy the WAR file to the webapps/ directory inside the Apache Tomcat installation directory.
- The application should be deployed automatically and made available at http://localhost:8080/your-war-file-name. Use ROOT.war if you want to deploy to the context root (http://localhost:8080/).

Örnek
Uygulama açıldıktan sonra şöyledir.
webapps/foo
    ├── index.jspx
    ├── indexTrimmingOptions.jspx
    ├── indexWithTableOfUploadedFiles.jspx
    ├── javadocs
    ├── META-INF
    ├── userDocs
    │   └── User Doc.pdf
    └── WEB-INF

Hiç yorum yok:

Yorum Gönder