First of all i\'m not a Java developer. I just need to get a simple jsp examples that connects to a postgres database and retrieve some information.
I want to link a folder to custom url. For example, I have a folder: C:\\testFolder I want this: w开发者_高级运维hen you type http:\\\\localhost:8080\\myFolder tomcat actually shows testFolder.
I\'ve installed Tomcat today on my local VMware Workstation and loaded *.开发者_开发问答war YouTrack there. Everything was great until I needed to stop VM and reboot my PC. After that I started my VM
This is a somewhat different question about Tomcat deployment.It has been covered partially by earlier questions but I would like to here from those who have actually done Tomcat deployments.
In my Spring 3 web app the users are able to upload images using Springs multipart resolver. The image is save to the folder defined in the apps servlet-context.xml:
In my web application开发者_JAVA百科 there are some requests which last longer than 20 seconds. But in some situations the code can lead to infinite loop or something similar which slows down the serv
We are using the tomcat ant tasks to deploy our applications to both tomcat6 and tomcat7. For both though, we see a problem that when tomcat is out of memory (due to bad setup, I know), pa开发者_开发知
Currently have WebSphere with some EJBs and defined custom user registry based on DB. Now I am planning new application on Tomcat, which :
I get the following error when trying to start eclipse on my Windows XP machine at home inside of Eclipse, I can start it using \"catalina.bat start\" from a clean command line without any issues.
I\'m trying to deploy my Java Server Faces app on tomcat. I want the app only to be accessible using HTTPS. I\'m finding that when I move from page to page the application falls back to http. If I mod