1. Enforcing browsing through a proxy - trhough a servlet, java script or custom application stackoverflow.comWe have a proxy server that implements a set of functions. I would like to be able to enforce browsing through this proxy without setting the proxy settings in the browser. ... |
2. Servlet non-lifecycle method call from Browser stackoverflow.com
|
3. Browser crashes after 10-15 mins stackoverflow.comIn my app I'm displaying 10 charts (charts are from dygraphs.) to monitor data. For displaying charts I'm getting data from my sever by sending ajax request to 4 ... |
4. cannot activate servlet in the Web browser coderanch.comOS=Windows98, Tomcat v. 4.1.27.exe, J2SE/JDK v. 1.3.1 contents of AUTOEXEC.BAT: set PATH=c:\jdk1.3.1\bin;%PATH% set CLASSPATH=%CLASSPATH%;.; c:\ServletDevel\database;c:\ServletDevel\database\lib\conn_pool.jar;c:\Tomcat\common\lib\servlet.jar set JAVA_HOME=c:\jdk1.3.1 Compilation of servlet files that are included in this web application is successful. Below is the content of Tomcat\webapps\database\WEB-INF\web.xml |
5. Effects of pressing the Browser's Stop to the Servlet coderanch.comHi, Could anyone give me their thoughts on what happens when a servlet connects to a database (ie SQL Server) and in the middle of doing all it's sql statements the user clicks the "stop" button on the browser. Will the the servlet stop right there? So it will not reach it's close connection command? Hence, there will be openned connections. ... |
6. Finding the type browser from Servlet coderanch.com |
7. cant see servlet in browser coderanch.com |
8. Problem in servlet wrt browser coderanch.com |
10. Launching Browser from servlet. coderanch.com |
11. Using servlets outside of browsers coderanch.comHi All, I have an application that is accessible from a browser to manage some items but there are calls that should be performed from fat client programs. There is authentication being done from browser forms and the session management is the default container cookie/url rewriting scheme. Obviously a client app will not know what to do with a cookie and ... |
12. store browser status code in Servlets coderanch.com |
13. cannot activate servlet in the Web browser coderanch.comOS=Windows98, Tomcat v. 4.1.27.exe, J2SE/JDK v. 1.3.1 contents of AUTOEXEC.BAT: set PATH=c:\jdk1.3.1\bin;%PATH% set CLASSPATH=%CLASSPATH%;.; c:\ServletDevel\database;c:\ServletDevel\database\lib\conn_pool.jar;c:\Tomcat\common\lib\servlet.jar set JAVA_HOME=c:\jdk1.3.1 Compilation of servlet files that are included in this web application is successful. Below is the content of Tomcat\webapps\database\WEB-INF\web.xml |
14. Servlets and browsers coderanch.comhi guys Unfortunately i dont have access to the servlet code but was told that content type is set in the servlet as text/html. Our company has built a customised servlet that works like CGI. Hence there is common servlet for view rendering. Views are made in html templates. Login has a normal login html template page and actually I havent ... |
15. How to call a servlet from the browser ? coderanch.com |
16. How servlet works with the web browser coderanch.com |
17. Servlet not showing up in Browser coderanch.comThanks I tried as you suggested and still get same "cannot find server" message. I added this to server.xml: |