1. Can I change web application root globally in jboss 4.2? stackoverflow.comI have following situation of deployment:
|
2. Tomcat - making a project folder the web root stackoverflow.comI have this folder under Tomcat |
3. How to set up the root servlet in Tomcat 6? stackoverflow.comSorry for beginner's questions but I wonder how can I set the root servlet in Tomcat 6?
For example I want to access my servlet on
Thanks!
|
4. How to get a welcome page from Tomcat root, rather than webapp context? stackoverflow.comStupid question - In Tomcat 7, I want my welcome page (index.html) to load when I access localhost:8080/. Right now, I have to go to the webapp context, localhost:8080/MyWebApp. Is there a ... |
5. Is there a way to get the absolute path of the context root in tomcat? stackoverflow.comI have a problem that, after a lot of reading and research, seems like tomcat is running another instance of itself and thus serving an old version of my updated app ... |
6. Accessing files from disk in server root stackoverflow.comI need to access some files from my jsp pages.So I kept them inside my server Root.But the no of files are likely to increase.So is there a way by which ... |
7. Can't access files in ROOT webapp stackoverflow.comI have got a ROOT application on my tomcat application server. When I add files to the ROOT folder I can't access them. I had files in the folder before which ... |
8. How to get root directory of a JSP/Servlet from another webapp? stackoverflow.comI am running a tomcat server with WebApp1 and WebApp2. WebApp2 contains a function that needs to write a file to the directory of WebApp1. Calling "String filePath = ... |
9. How to get file system path of the context root of any application stackoverflow.comI am working on web application.I invoke on my jsp |
10. Saving a file in a servlet application on tomcat, how to figure out root of application? stackoverflow.comI'm just testing out saving to a file from a servlet, and I want this to work regarding of where I host this application. There is no security issue with the file ... |
11. TOMCAT's root for web files coderanch.com |
13. can any one help me to deploy servlet in TOmcat 4 in Root folder , i worked forums.oracle.com |
14. creating new file in tomcat root directory using jsp forums.oracle.comI want to create a new file in tomcat root directory using JSP & WML. but simply using FileOutputStream doesnot create a new file at all. but the same kind of code when written in java, serves good. what should i do ? can i create a new file in server on request from a client? |