....\Apache Software Foundation\Tomcat 6.0\webapps\ROOT\WEB-INF\classes
In this class files there are somany class files are there with the folder names. If i want to add one new folder with different name . How to modify class file.
Printable View
....\Apache Software Foundation\Tomcat 6.0\webapps\ROOT\WEB-INF\classes
In this class files there are somany class files are there with the folder names. If i want to add one new folder with different name . How to modify class file.
change the package
Sorry You very difficult understand that you want do it.
The folder root/web-inf/classes consist all Java classes, which you can use in your app. It's all. If you have some apps and you want deploy it in Tomcat you can create separate folders for each app. for example
webapps/app1/web-inf/classes
webapps/app2/web-inf/classes
webapps/app3/web-inf/classes
and other.