Tomcat and extracted files

I am using ubuntu with tomcate7 packaged . I used the .war file to download the website. Internet is working fine.

This is not my site, but its there:

:/var/lib/tomcat7/webapps/ROOT$ ls
index.html  META-INF

I find my site files (in .war) in

/var/cache/tomcat7/Catalina/localhost/_/org/apache/jsp/

/var/cache/tomcat7/Catalina/localhost/_/WEB-INF/classes/

I did not find any of my .css or .js files with system search for example find / -name '*.css' -ls

  • Where are they?!

  • Is there an easy way to just give tomcat.class files or delete .jsp.java files (for example, if I do not want to give a real source, but only .class) JSP pre-compilation. During build some tool (jspc) is difficult. any simple move?

0
source share
1 answer

WAR, , "-" , tomcat, , , "" WAR WAR. , - "", .css. .css , WAR.

# 2, JSP, - " ", .

JSP JSP Java, -, JSP -.

Tomcat, , ( ).

, , , JSP . , .

0

All Articles