Announcement

Collapse
No announcement yet.

Tomcat pfad mapping

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Tomcat pfad mapping

    Hallo alle zusammen.

    Ich habe folgende AUfgabe zu lösen mit Tomcat 5.5:

    ROOT
    -- WEB-INF
    -- web (hier z.B. index.jsp und div. andere)
    -- images

    ist die Verzeichnisstruktur.
    ich kann jetzt http://localhost:8080/web/index.jsp aufrufen, alles ist gut.

    ALLERDINGS möchte ich alle Dateien in /web per http://localhost:8080/irgendwas.jsp aufrufen, also OHNE /web.
    Mit Apache davor wäre das kein Problem aber geht das nicht auch OHNE Apache, nur mit Tomcat?

    sowas wie <Alias> in apache?

    Vielen Dank für Eure Hilfe!

    Mark

    p.s. Meine einzige Idee wäre per Servlet2.3+ <filter> MEchanismus.
Working...
X