Tomcat Section Index | Page 2
How could I use NTLM Authentication to authenticate via Windows NT Authentication for a servlet based intranet-application ?
[There was a great discussion of this at http://www.jguru.com/faq/viewquestion.jsp?EID=393110 The code below seems to be the final solution, but I recommend reading the thread to mak...more
SSL Error on Tomcat 4.1.12. WARNING: Exception getting SSL attributes
WARNING: Exception getting SSL attributes
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificateChain(DashoA6275...more
What's the difference between Tomcat 4.1.x and Tomcat 4.1.X-LE-jdk1.4???
You can find the answer by reading the notes at the end of the Tomcat download page.
Apache Tomcat 4.1.x
This release of Tomcat 4.1.x is available in two different packaging options:
Standard: T...more
How do i configure my router (SMC Barricade 7004-ABR) to work with TOMCAT.
SMC Barricade
How do i configure my router (SMC Barricade 7004-ABR) to work with TOMCAT.
It works by just typing http://localhost and all that, but I can't access it from another computer. I tried ...more
I see several thousand lines of this when I start Tomcat on Windows 2000 Pro. Is there a way to turn this off?
I see several thousand lines of this when I start Tomcat on Windows 2000 Pro.
Is there a way to turn this off?
Problem when shutting Tomcat down.
Problem when shutting Tomcat down.
On a Windows 95/98/ME, I start Tomcat. A window appears and disappear right away, and when I access to the server, it doesn't show me the index page. When I shotd...more
How to get international unicode characters from a a form input field/servlet parameter into a string?
[
I have a servlet based app that generates and processes HTML forms. I would like to support mutiple languages/character sets that will be stored in unicode UTF-8 in the database. I am setting th...more
Tomcat 4.1.x and Symbolic Links
Additional info:
We've got an application that references data files in a directory outside of the webapps directory. We now can't access these files through a URL that contains symbolic links. ...more
How can I make Apache/Tomcat notice that my servlet changed, without having to restart it?
You need to turn on Servlet Reloading on your Tomcat.
[While the below works, for Tomcat 4 another answer is simply to add the attribute reloadable="true" to the Context element for that webapp. ...more
Finding the complete list of valid initialization paramaters for the DefaultServlet in Tomcat 4.x.
Unfortunately there is nothing, in the documentation pages, that explains, or simply lists, all the possible initialization parameters of the DefaultServlet.
The only way to get an idea of all the...more
How to avoid list files under jsp directory on Tomcat 4.x?
Additional Info
How can I configure server.xml and/or web.xml file so that it can prevent user to explore my jsp directory when entering URL like: http://localhost:8080/jsp
In Tomcat 4.x, the De...more
How to avoid list files under jsp directory on Tomcat 3.x?
Additional info
How can I configure server.xml and/or web.xml file so that it can prevent user to explore my jsp directory when entering URL like: http://localhost:8080/jsp
In server.xml, add the...more
Quick patch for jsp source disclosure vulnerability?
Jakarta Tomcat has released a new version that simply deactivates a default ${catalina.home}/conf/web.xml setting of an InvokerServlet.
However, for some people with legacy systems using type 1 ...more
How to disable catalina.out logging? How can I set only error messages to be logged or much better, hot to configure apache not to cause connection closing?
Additional information
After integrating Tomcat&Apache with mod_jk on Solaris, tomcat logs a warning "server has closed the current connection (-1)" every few seconds when the load increases. Thi...more
Is it possible to have Coldfusion Server work with Tomcat?
I have checked Allaire's (Macromedia) forums, and the simple answer was that Tomcat isn't a supported Web Server.
The workaround I'm trying to use is to use Apache as a Web Server, and configure ...more