<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>JavaRanch Apache/Tomcat</title>
        <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=forum&amp;f=56</link>
        <description>A Friendly Place for Java Greenhorns</description>
        <image>
            <url>http://saloon.javaranch.com/ubb/moosefly.gif</url>
            <title>JavaRanch Big Moose Saloon</title>
            <link>http://saloon.javaranch.com/</link>
        </image>
        <language>en-us</language>
        <generator>JavaRanch RSS</generator>
        <copyright>Copyright 2007 Paul Wheaton. All Rights Reserved.</copyright> 
        <item uniqueID="56-006576">
            <title>Tomcat </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006576</link>
            <description>Hello everyone! &lt;br /&gt; &lt;br /&gt;I'm trying to install Tomcat manually. I've done the following to try to set the environment variables but still getting a message that they are not set. &lt;br /&gt; &lt;br /&gt;cd c:\&lt;br /&gt;PATH="C:\Program Files\Java\jdk1.6.0_10\bin";%PATH%&lt;br /&gt;set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_10&lt;br /&gt;set CLASSPATH=.;C:\apache-tomcat-6.0.16\lib\servlet-api.jar;C:\apache-tomcat-6.0.16\lib\jsp-api.jar;C:\apache-tomcat-6.0.16\lib\el-api.jar;C:\Servlets+JSP;..;..\..&lt;br /&gt;pause&lt;br /&gt; &lt;br /&gt;I appreciate it </description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006576</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006576Claude Cundiff</comments>
            <author/>
            <pubDate>Thu, 3 Jul 2008 20:54:00 MDT</pubDate>
        </item>
        <item uniqueID="56-006575">
            <title>Tomcat response time out</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006575</link>
            <description>Hello,&lt;br /&gt;When I am trying to load a data for a 5000 customers after 15 min I got the white screen. When checked the tomcat log the following exception has occured,&lt;br /&gt;----- Root Cause -----&lt;br /&gt;java.lang.NullPointerException&lt;br /&gt;at org.apache.catalina.connector.ResponseBase.flushBuffer(ResponseBase.java:628)&lt;br /&gt;at org.apache.catalina.connector.HttpResponseBase.doFlushBuffer(HttpResponseBase.java:748)&lt;br /&gt;at org.apache.catalina.connector.HttpResponseBase.flushBuffer(HttpResponseBase.java:738)&lt;br /&gt;at org.apache.catalina.connector.ResponseBase.write(ResponseBase.java:601)&lt;br /&gt;at org.apache.catalina.connector.ResponseBase.write(ResponseBase.java:606)&lt;br /&gt;----------------------------------------------------------&lt;br /&gt;Some time I am...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006575</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006575Rams Samy</comments>
            <author/>
            <pubDate>Thu, 3 Jul 2008 10:33:08 MDT</pubDate>
        </item>
        <item uniqueID="56-006574">
            <title>Tomcat 5.5.26 -IE7 Session issue</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006574</link>
            <description>&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt; &lt;br /&gt;public HttpSession createNewSession(HttpServletRequest request){&lt;br /&gt;l_log.debug("Inside BaseAction::createNewSession()");&lt;br /&gt;HttpSession session=request.getSession(false);&lt;br /&gt;if(session!=null){&lt;br /&gt;l_log.debug("session already exists: SESSION ID="+ session.getId()+"- invalidating this &amp; creating new");&lt;br /&gt;session.invalidate();&lt;br /&gt;session=null;&lt;br /&gt;}&lt;br /&gt;session=request.getSession(true);&lt;br /&gt;session.setAttribute("sessionId",session.getId());&lt;br /&gt;session.setAttribute("remoteAddr",request.getRemoteAddr());&lt;br /&gt;return session;&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;I am developing an application using tomcat5.5.26. My problem is for every request a new session is being create...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006574</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006574Yashashree Kale</comments>
            <author/>
            <pubDate>Wed, 2 Jul 2008 12:53:05 MDT</pubDate>
        </item>
        <item uniqueID="56-006573">
            <title>File path in Tomcat</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006573</link>
            <description>My image files are not displayed on my jsp pages. The container cannot read the relative path.&lt;br /&gt; &lt;br /&gt;My app. name is : dice&lt;br /&gt;My imge files are in: dice/images&lt;br /&gt;my context path in server.xml is : /dice&lt;br /&gt; &lt;br /&gt;In my jsp I have &amp;lt;img src="/images/home/question_mark.gif"&amp;gt;&lt;br /&gt;This .gif file cannot be displayed.&lt;br /&gt;If I modify it to be &amp;lt;img src="/dice/images/home/question_mark.gif"&amp;gt;&lt;br /&gt;It works fine&lt;br /&gt; &lt;br /&gt;What puzzling me this code works fine: &amp;lt;%@ include file="/doc/help.html" %&amp;gt;&lt;br /&gt; &lt;br /&gt;Both the directive and the html code use relative paths. One works, and the other doesn't. How can I tell the container to look at the relative path of the application.&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt; &lt;br /&gt;Thanks</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006573</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006573Hanna Habashy</comments>
            <author/>
            <pubDate>Wed, 2 Jul 2008 12:41:05 MDT</pubDate>
        </item>
        <item uniqueID="56-006572">
            <title>exception-type entry in web.xml</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006572</link>
            <description>Hello,&lt;br /&gt; &lt;br /&gt;I have single web application running in tomcat 5.0.&lt;br /&gt;While generating some report, application is running out of memory.&lt;br /&gt;hence throws exception&lt;br /&gt;java.lang.OutOfMemoryError: Java heap space&lt;br /&gt;I know, this can be solved by increasing JVM memory allocation.&lt;br /&gt;But at first place, I want to avoid the exception being seen by the user.&lt;br /&gt;Hence I, tried out web.xml enrty for the outOfmemory error, still it shows the exception on the screen.&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;web-app&amp;gt;&lt;br /&gt;....&lt;br /&gt; &amp;lt;error-page&amp;gt; &lt;br /&gt; &amp;lt;exception-type&amp;gt;java.lang.OutOfMemoryError&amp;lt;/exception-type&amp;gt; &lt;br /&gt; &amp;lt;location&amp;gt;/outOfMemoryError.jsp&amp;lt;/location&amp;gt; &lt;br /&gt;&amp;l...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006572</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006572Shantanu Puranik</comments>
            <author/>
            <pubDate>Wed, 2 Jul 2008 06:17:04 MDT</pubDate>
        </item>
        <item uniqueID="56-006571">
            <title>NullPointerException for NioEndpoint setSocketOptions when starting tomcat 6.0.14</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006571</link>
            <description>i got below message when starting my Tomcat 6.0.14.&lt;br /&gt;for information, i've chance the connector configuration from HTTP/1.1 to org.apache.coyote.http11.Http11NioProtocol.&lt;br /&gt; &lt;br /&gt;will anyone assist me on suggestion what i have been missing in my Tomcat 6.0.14 configuration/installation?...&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;Jul 2, 2008 2:41:07 PM org.apache.catalina.core.AprLifecycleListener init&lt;br /&gt;INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_06\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Java/jre1.6.0_06/bin/client;C:/Program Files/Java/jre1.6.0_06/bin;C:\WI...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006571</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006571Ariffin Ahmad</comments>
            <author/>
            <pubDate>Wed, 2 Jul 2008 00:45:04 MDT</pubDate>
        </item>
        <item uniqueID="56-006569">
            <title>One of the resources defined in context.xml not working </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006569</link>
            <description>Hi ranchers, I have this problme that I could no figure out. Any help is appreciated. Following are part of the context.xml file for my application, which needs to make connections to any of them depending on user's selection. &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt; &lt;br /&gt;Resource name="jdbc/db1" auth="Container" type="javax.sql.DataSource" username="username" password="password" &lt;br /&gt;driverClassName="net.sourceforge.jtds.jdbc.Driver" factory="org.apache.commons.dbcp.BasicDataSourceFactory"&lt;br /&gt;url="jdbc:jtds:sqlserver://serverIPAddress/db1" maxActive="200" maxIdle="2" maxWait="200"&amp;gt;&amp;lt;/Resource&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;Resource name="jdbc/db2" auth="Container" type="javax.sql.DataSource" username="username" password="password" &lt;br /&gt;driverClassN...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006569</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006569Ben Zung</comments>
            <author/>
            <pubDate>Tue, 1 Jul 2008 11:13:02 MDT</pubDate>
        </item>
        <item uniqueID="56-006568">
            <title>Limit the number of requests Tomcat can accept</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006568</link>
            <description>Hi, &lt;br /&gt; &lt;br /&gt;I was wondering if some one could please let me know if there is a way I can limit tomcat from accepting the number of requests it can cater ?&lt;br /&gt; &lt;br /&gt;I did google for it and it gave me replies where apache was guarding tomcat and that the number of requests can be limited easily on apache. However I am looking to do this on tomcat.&lt;br /&gt; &lt;br /&gt;thanks</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006568</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006568Mike Anna</comments>
            <author/>
            <pubDate>Tue, 1 Jul 2008 06:07:01 MDT</pubDate>
        </item>
        <item uniqueID="56-006567">
            <title>How to redirect tomcat console output to a text file in webapps folder</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006567</link>
            <description>Hi. &lt;br /&gt; I am running a servlet on tomcat 6. I want to redirect System.out.println and System.out.err messages from the tomcat console into a file in the "webapps" folder. This is coz i am running my servlet on my school's tomcat server where I have access to only the webapps folder. I have tomcat installed on my laptop and when i redirect the console output using System.setOut and System.setErr into a text file, the text file is generated in the bin folder. Hence I gave a relative path to webapps folder from bin folder. This works fine on the tomcat on my laptop but does not work on my school's server. I am not able to view any other folder than the webapps due to security restrictions on the school server. Please help me with a work ar...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006567</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006567Sandeep Ramachandran</comments>
            <author/>
            <pubDate>Mon, 30 Jun 2008 14:06:58 MDT</pubDate>
        </item>
        <item uniqueID="56-006566">
            <title>How to deploy project folder on tomcat</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006566</link>
            <description>Hi,&lt;br /&gt;I have the application folder containing jsp code, css style sheet in respective subfolder. my application uses MySql as database driver.&lt;br /&gt;can any body help me in deploying that application on tomcat with necessary initial setting&lt;br /&gt;Thanks</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006566</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006566Harshal Gurav</comments>
            <author/>
            <pubDate>Sun, 29 Jun 2008 23:38:56 MDT</pubDate>
        </item>
        <item uniqueID="56-006565">
            <title>How does Tomcat know where to look for web applications?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006565</link>
            <description>Hey, &lt;br /&gt; &lt;br /&gt;Simple Tomcat question hopefully, how does it know where to look for web applications, is it set in some xml file? &lt;br /&gt; &lt;br /&gt;For example;&lt;br /&gt; &lt;br /&gt;I have tomcat installed in ../servers/tomcat&lt;br /&gt;I use netbeans to create a web app, which creates it in ../NetBeansProjects/WebApplication1&lt;br /&gt; &lt;br /&gt;How does tomcat know to look in ../NetBeansProjects/WebApplication1 ?&lt;br /&gt; &lt;br /&gt;Cheers, &lt;br /&gt; &lt;br /&gt;Mike</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006565</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006565Mike Rolf</comments>
            <author/>
            <pubDate>Sun, 29 Jun 2008 12:34:55 MDT</pubDate>
        </item>
        <item uniqueID="56-006564">
            <title>tomcat can find the resources</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006564</link>
            <description>i have created OnlineExam.xml(app directory) file and put it inside $catlina_home$/conf/engine name/hostname/ directory in this format&lt;br /&gt; &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;Context path="/OnlineExam" docBase="E:\java\OnlineExam"&amp;gt;&lt;br /&gt;&amp;lt;/Context&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;and tried to request few web pages stored in app directory, but tomcat giving the error with error code 404 saying can not find the requested resource.&lt;br /&gt; &lt;br /&gt; i suspected on setting inside server.xml and found that the appBase attribute of Host element having the value "webapps"(default app directory). so i changed this value to point E:\java\OnlineExam, after this although tomcat didn't show any error but not any response either(a ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006564</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006564santomh Mclain</comments>
            <author/>
            <pubDate>Sat, 28 Jun 2008 02:52:51 MDT</pubDate>
        </item>
        <item uniqueID="56-006563">
            <title>Dynamically Configure Tomcat</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006563</link>
            <description>Is there a mechanism to dynamically configuring Tomcat? Specifically, I am interested in being able to dynamically change the subdomains and servlet mappings Tomcat would respond to. I've been looking thru the Tomcat API and, while it appears this might to be possible, I have been unable to find any real code examples. If it is possible, can someone point me to some code examples or at least in the right direction?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006563</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006563Jay Damon</comments>
            <author/>
            <pubDate>Fri, 27 Jun 2008 12:18:49 MDT</pubDate>
        </item>
        <item uniqueID="56-006561">
            <title>connection problem with database after booting up linux</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006561</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt; I have redhat linux os and another databse server .When i boot my web server i can not connect to database server (Mysql).But if i restart my tomcat sevice ,It connect to database .I have checked log file and it gives socket exception network is unreachable.Please what is the problem.I have written startup command in linux rc.local file.&lt;br /&gt; &lt;br /&gt;Please help me .....</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006561</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006561dev Rana</comments>
            <author/>
            <pubDate>Fri, 27 Jun 2008 03:26:48 MDT</pubDate>
        </item>
        <item uniqueID="56-006559">
            <title>Tomcat 5 context configuration problem</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006559</link>
            <description>I am trying to configure the context of my web application in Tomcat 5 but i can't find where to configure it.It was in the context attribute previously in server.xml with Tomcat 4.But for Tomcat5 , even if i have my application deployed under webapps, i am not able to access it.&lt;br /&gt;Thanks in advance for favourable replies.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006559</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006559Jigna</comments>
            <author/>
            <pubDate>Thu, 26 Jun 2008 17:24:46 MDT</pubDate>
        </item>
        <item uniqueID="56-006558">
            <title>SEVERE: Null component Catalina</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006558</link>
            <description>when i tried to run my jsp in Tomcat , I am getting the following error. can anybody please help.&lt;br /&gt;Thanks in advance&lt;br /&gt;SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/test,J2EEApplication=none,J2EEServer=none</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006558</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006558SP philip</comments>
            <author/>
            <pubDate>Thu, 26 Jun 2008 14:40:46 MDT</pubDate>
        </item>
        <item uniqueID="56-006557">
            <title>Tomcat configuration</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006557</link>
            <description>Can anybody please help??When I tried to run by project from Tomcat , I am getting the following error.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; SEVERE: Error reading tld listeners java.lang.NullPointerException&lt;br /&gt;java.lang.NullPointerException&lt;br /&gt;at org.apache.log4j.Category.isEnabledFor(Category.java:749)&lt;br /&gt;at org.apache.commons.logging.impl.Log4JLogger.isTraceEnabled(Log4JLogger.java:327)&lt;br /&gt;at org.apache.catalina.startup.TldConfig.tldScanResourcePaths(TldConfig.java:581)&lt;br /&gt;at org.apache.catalina.startup.TldConfig.execute(TldConfig.java:282)&lt;br /&gt;at org.apache.catalina.core.StandardContext.processTlds(StandardContext.java:4302)&lt;br /&gt;at org.apache.catalina.core.StandardContext.start(StandardContext.java:4139)&lt;br /&gt;at org.apache.catalina.core.Cont...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006557</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006557SP philip</comments>
            <author/>
            <pubDate>Thu, 26 Jun 2008 13:18:46 MDT</pubDate>
        </item>
        <item uniqueID="56-006556">
            <title>My application hangs in Tomcat</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006556</link>
            <description>Hi All,&lt;br /&gt; &lt;br /&gt;I have an application which is running in Tomcat 5.5. It is developed with the heavy use of Spring/Hibernate. It runs well for 1-2 hrs but then just hangs. Tomcat does not show any error (out of memory or some other) in the logs but does not respond to any request. I can only see the app's login page once it hangs.&lt;br /&gt; &lt;br /&gt;In my application, a set of 10 jobs (Quartz API) get fired after every 5 minutes. I checked the logs and these jobs tohether take just 3 seconds to finish when the server is running normally. I have checked my code many a times but I doubt its my code's problem.&lt;br /&gt; &lt;br /&gt;I have also tried increasing the heap size but it did not help either.&lt;br /&gt; &lt;br /&gt;I am really confused as to what can be the ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006556</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006556tin Gupta</comments>
            <author/>
            <pubDate>Thu, 26 Jun 2008 13:10:46 MDT</pubDate>
        </item>
        <item uniqueID="56-006555">
            <title>Calling servlets from HTML pages</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006555</link>
            <description>This question will probably make the more experienced users of Tomcat laugh due it's simplicity/stupidity!&lt;br /&gt; &lt;br /&gt;If my form action in an HTML page is :&lt;br /&gt; &lt;br /&gt;&amp;lt;FORM ACTION="/servlet/HelloYall"&amp;gt;&lt;br /&gt; &lt;br /&gt;and my servlet is in the directory:&lt;br /&gt; &lt;br /&gt;apache_install_dir\Tomcat 5.5\webapps\ROOT\WEB-INF\classes&lt;br /&gt; &lt;br /&gt;Where should I run my HTML from, for the path to the servlet to be valid?&lt;br /&gt; &lt;br /&gt;Thanks in advance!</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006555</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006555And Green</comments>
            <author/>
            <pubDate>Thu, 26 Jun 2008 09:14:45 MDT</pubDate>
        </item>
        <item uniqueID="56-006554">
            <title>Custom digest algorithm possible with extended JDBCRealm?</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006554</link>
            <description>Hi all,&lt;br /&gt; &lt;br /&gt;I want to tap into Tomcat's authentication features by declaring a JDBCRealm. However, I cannot use the standard MD5 digest to encrypt the user's password. What I need is the ability to intercept the user name and password entered by the user and pass that to a custom class that will yield the encrypted password (we use the Jasypt encryption framework with some custom key generation stuff...so it's not going to work out of the box with a standard JDBCRealm implementation).&lt;br /&gt; &lt;br /&gt;So, my question is, do I extend the JDBCRealm class or what? Can someone point me in the right direction?&lt;br /&gt; &lt;br /&gt;Thanks!</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006554</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006554Jeff Hall</comments>
            <author/>
            <pubDate>Thu, 26 Jun 2008 01:50:44 MDT</pubDate>
        </item>
        <item uniqueID="56-006553">
            <title>problem in context root </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006553</link>
            <description>hi friends,&lt;br /&gt; &lt;br /&gt;i have been using netbeans so far thats why i dont have a tight grip in the internal structure of a web application which is done automatically in netbeans IDE.&lt;br /&gt; &lt;br /&gt;now i just want to dig out the mystery by deploying my webapplication without any IDE. so far i have organized a web application directory structure in a valid format as below&lt;br /&gt; &lt;br /&gt;&amp;lt;Context Directory&amp;gt;/&lt;br /&gt;- - - JSPs/HTML/JavaScript/CSS/Images/and all public content&lt;br /&gt;&amp;lt;Context Directory&amp;gt;/WEB-INF&lt;br /&gt;- - - web.xml&lt;br /&gt;&amp;lt;Context Directory&amp;gt;/WEB-INF/classes&lt;br /&gt;- - - All packages and class files&lt;br /&gt;&amp;lt;Context Directory&amp;gt;/WEB-INF/lib&lt;br /&gt;- - - All .JAR files&lt;br /&gt; &lt;br /&gt;here Context Directory can be replaced by &lt;b&gt;E...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006553</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006553santomh Mclain</comments>
            <author/>
            <pubDate>Wed, 25 Jun 2008 22:22:44 MDT</pubDate>
        </item>
        <item uniqueID="56-006551">
            <title>InputStream problem on Tomcat version 5.5 and later...</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006551</link>
            <description>hi there.....&lt;br /&gt; &lt;br /&gt;have this weird problem that haunting me for sometime now.&lt;br /&gt;the situation:&lt;br /&gt; &lt;br /&gt; i'm using servlet tunneling technique to communicate between my C &lt;br /&gt; application and my Java based web application.&lt;br /&gt; &lt;br /&gt; as shown in code below, i'm pooling the blocking read of InputStream in &lt;br /&gt; order to get incoming data from my remote C application.&lt;br /&gt; &lt;br /&gt; while it working fine on Tomcat version 5.0.30 and earlier, the method &lt;br /&gt; doesnt seems to work on Tomcat version 5.5 and later as the read &lt;br /&gt; function doesnt block anymore and always return '-1' immediately&lt;br /&gt; (similar situation as when connection get diconnected/timeout).&lt;br /&gt; &lt;br /&gt;the code:&lt;br /&gt;&lt;blockquote&gt;co...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006551</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006551Ariffin Ahmad</comments>
            <author/>
            <pubDate>Wed, 25 Jun 2008 04:14:42 MDT</pubDate>
        </item>
        <item uniqueID="56-006550">
            <title>LDAP Authentication with Active Directory</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006550</link>
            <description>I am using Netbeans and the Apache module that comes with it to build an intranet application that uses authentication with Active Directory. I have a few questions&lt;br /&gt; &lt;br /&gt;1. Is the apache module that comes bundled with Netbeans configured to work with active directory for authentication?&lt;br /&gt; &lt;br /&gt;2. How do I configure apache to use active directory for authentication&lt;br /&gt; &lt;br /&gt;3. How do I configure the apache realm to use active directory for authentication through LDAP&lt;br /&gt; &lt;br /&gt;I have tried with the code below, and the result is the java exception that follows. I have tried many options and several attributes for the realm configuration.&lt;br /&gt; &lt;br /&gt;the code...&lt;br /&gt; &lt;br /&gt; &amp;lt;Realm className="org.apache.catalina.realm.JN...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006550</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006550Princeton Ebanks</comments>
            <author/>
            <pubDate>Wed, 25 Jun 2008 02:22:42 MDT</pubDate>
        </item>
        <item uniqueID="56-006548">
            <title>big question on installation of tomcat</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006548</link>
            <description>I installed tomcat 5.0 on my machine.&lt;br /&gt; everything was ok, the server also strted.&lt;br /&gt;but when i make folowing changes&lt;br /&gt; &lt;br /&gt;&lt;br /&gt; &lt;br /&gt;Configure Tomcat. &lt;br /&gt;Download the software. Go to http://tomcat.apache.org/download-55.cgi (http://tomcat.apache.org/download-55.cgi) and download and unpack the zip file for the current release build of Tomcat 5.5. Using Tomcat with JDK 1.5 (Java 5) is preferred, but if you use JDK 1.4, you have to also download and unpack the "Compat" zip file. The the preconfigured Tomcat version already contains the "Compat" files and can be used with either Java 5 (1.5) or Java 1.4. &lt;br /&gt;Set the JAVA_HOME variable. Set it to refer to the base JDK directory, not the bin subdirectory. &lt;br /&gt;Change the p...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006548</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006548sunanda kadam</comments>
            <author/>
            <pubDate>Tue, 24 Jun 2008 03:24:38 MDT</pubDate>
        </item>
        <item uniqueID="56-006547">
            <title>Tomcat procution web container is slow</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006547</link>
            <description>In my local Tomcat web container my webapp (working with Oracle) has very quick processing. My local Tomcat container processes info quickly during all hours. On the production server my webapp (working with the same Oracle database server) has very slow processing during peak hours of the day. The webapp is used by only one person on my local workstation and also on the Production server. Please advise why the Production Tomcat web container is so much slower during peak hours?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006547</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006547Dan Parsons</comments>
            <author/>
            <pubDate>Mon, 23 Jun 2008 17:44:37 MDT</pubDate>
        </item>
        <item uniqueID="56-006546">
            <title>Configuring a context outside of $CATALINA_HOME/webapps</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006546</link>
            <description>&lt;blockquote&gt;quote:&lt;hr&gt;Originally posted by Ben Souther at why .war file in webapps folder only... (http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006542):&lt;br /&gt;&lt;strong&gt;The webapps directory is the the default place to put web apps but it's far from the only place you can put them....You can configure the docbase to point to any directory on your system that Tomcat can see.&lt;br /&gt; &lt;br /&gt;For more details, see:&lt;br /&gt;http://tomcat.apache.org/tomcat-6.0-doc/config/index.html (http://tomcat.apache.org/tomcat-6.0-doc/config/index.html)&lt;/strong&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;I am apparently having some difficulties following the above documentation. Here's what I'm trying to do on my windows machine. For the most part, ...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006546</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006546deb platt</comments>
            <author/>
            <pubDate>Mon, 23 Jun 2008 12:38:37 MDT</pubDate>
        </item>
        <item uniqueID="56-006545">
            <title>InStall Tomcat 5.0.28 on Linux</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006545</link>
            <description>Hi,&lt;br /&gt; I am new to UBUNTU Linux, I want to install tomcat 5.0.28 or any related version.I have installed java 1.6. my Directory structure of jdk is :-&lt;br /&gt;/usr/java/jdk1.6.0_05/bin. I have also download the file jakarta-tomcat5.0.28 and apache-tomcat5.5.26, &lt;br /&gt; &lt;br /&gt;what are the steps to install tomcat? and In the above downloaded tomcat files which is the Good one.&lt;br /&gt; &lt;br /&gt;Regards&lt;br /&gt;Khirod Patra</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006545</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006545Khirod Patra</comments>
            <author/>
            <pubDate>Mon, 23 Jun 2008 03:10:35 MDT</pubDate>
        </item>
        <item uniqueID="56-006544">
            <title>Java Client vs. .Net Webservice</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006544</link>
            <description>Hi.&lt;br /&gt; &lt;br /&gt;How can I call a .Net Webservice from a Java client when the&lt;br /&gt;.Net webservice is using Integrated Windows authentication.&lt;br /&gt;The Java Client and the .Net service are running in the same domain.&lt;br /&gt;I think one can use either NTLM or Kerberos to be authenticated.&lt;br /&gt;The question is how to get the credential information in the soap&lt;br /&gt;header in the call to the webservice?&lt;br /&gt; &lt;br /&gt;Has anyone here tried that?&lt;br /&gt; &lt;br /&gt;Cheers&lt;br /&gt;engilars</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006544</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006544Lars Hogsbro</comments>
            <author/>
            <pubDate>Sun, 22 Jun 2008 03:16:32 MDT</pubDate>
        </item>
        <item uniqueID="56-006543">
            <title>Generated Servlet from JSP not found</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006543</link>
            <description>Hi,&lt;br /&gt;I am not able to find the generated Servlet file from JSP at C:\Program Files\Apache Software Foundation\Tomcat 5.5\work\Catalina\localhost\myApp. &lt;br /&gt;(Location of tomcat)&lt;br /&gt; &lt;br /&gt;Is there another location where I can find the _jsp. I Searched also in entire folder, still I could not locate it.&lt;br /&gt; &lt;br /&gt;Please help, I just need to find each _jsp page for JSP.&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;Sandip</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006543</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006543Sandip Kaviman</comments>
            <author/>
            <pubDate>Sat, 21 Jun 2008 16:00:31 MDT</pubDate>
        </item>
        <item uniqueID="56-006542">
            <title>why .war file in webapps folder only</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006542</link>
            <description>Can anyone tell me that why we are putting our web applicaton in web-apps folder only?? How server recognizes the presence of application in webapps folder? :confused: :confused:</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006542</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006542Asif Kadiwala</comments>
            <author/>
            <pubDate>Fri, 20 Jun 2008 05:02:27 MDT</pubDate>
        </item>
        <item uniqueID="56-006541">
            <title>Accessing the files not stored in tomcat directory - reg.</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006541</link>
            <description>Hi Friends,&lt;br /&gt; &lt;br /&gt;I want to access the files not stored inside the tomcat folders. (stored in my hard disk D:/) through the URL.&lt;br /&gt; &lt;br /&gt;I have done the same few months back using &amp;lt;Context&amp;gt; element but I am not able to recollect the exact procedure now. Can anybody help me?&lt;br /&gt; &lt;br /&gt;Thanks and Regards,&lt;br /&gt;Dinesh Venkatesan.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006541</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006541dinesh Venkatesan</comments>
            <author/>
            <pubDate>Wed, 18 Jun 2008 22:32:23 MDT</pubDate>
        </item>
        <item uniqueID="56-006540">
            <title>Configuring jms with tomcat</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006540</link>
            <description>I need to embed openjms/ActiveMq with tomcat 5.5 .can anybody help what configuration changes are required to embed it.&lt;br /&gt; Is there any link ?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006540</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006540Ravi Singh</comments>
            <author/>
            <pubDate>Wed, 18 Jun 2008 04:56:21 MDT</pubDate>
        </item>
        <item uniqueID="56-006539">
            <title>JNDI realm strange problem(Tomcat 6.0.16)</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006539</link>
            <description>hello , i will be really greateful if someone can help me on this. &lt;br /&gt; &lt;br /&gt;i have my realm configuration in server.xml, every thing is fine i can login. but when i try to login the next morning it gives error &lt;br /&gt; &lt;br /&gt;SEVERE: Exception performing authentication javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource fi le: java.naming.factory.initial at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645)&lt;br /&gt; &lt;br /&gt;first i thought the cause of error is "JNDIRealm fails when server disconnects after time". Then I looked at the jndirealm code from apache there i found out "on connection close it reconn...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006539</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006539kumar srivastav</comments>
            <author/>
            <pubDate>Wed, 18 Jun 2008 00:54:20 MDT</pubDate>
        </item>
        <item uniqueID="56-006538">
            <title>Having problem in logfile</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006538</link>
            <description>Hi,&lt;br /&gt; My log4j.properties file is below&lt;br /&gt; &lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;log4j.rootCategory=error,info,debug, R&lt;br /&gt;log4j.logger.com.sellermania.BMLocal=debug,error,info, R&lt;br /&gt;log4j.appender.R=org.apache.log4j.RollingFileAppender&lt;br /&gt;log4j.appender.R.File=C\:\\logs\\BMLocal.log&lt;br /&gt;log4j.appender.R.layout=org.apache.log4j.PatternLayout&lt;br /&gt;log4j.appender.R.layout.ConversionPattern=%d{dd MMM yyyy HH\:mm\:ss,SSS} [%p] %c\:%m%n &lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt; This is showing the logs in the server console properly , but not writing the logs into BMLocal.log. is anybody know where i did mistake. &lt;br /&gt; &lt;br /&gt; Give me the suggestion to correct the problem.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Ganesan</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006538</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006538Ganesan Ramakrishnan</comments>
            <author/>
            <pubDate>Wed, 18 Jun 2008 00:18:20 MDT</pubDate>
        </item>
        <item uniqueID="56-006537">
            <title>Error while creating WAR file of the project.</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006537</link>
            <description>Hi,&lt;br /&gt;I am trying to get WAR file for my application through Eclipse. I followed these steps.&lt;br /&gt;[URL]&lt;br /&gt;http://www.java-tips.org/other-api-tips/eclipse/how-to-make-war-file-in-eclipse.html (http://www.java-tips.org/other-api-tips/eclipse/how-to-make-war-file-in-eclipse.html)&lt;br /&gt;[/URL]&lt;br /&gt; &lt;br /&gt;at last step it is giving error: &lt;br /&gt;&lt;blockquote&gt;code:&lt;hr&gt;&lt;pre&gt;&lt;br /&gt;Zip file must have atleast one entrySee &amp;lt;workspace&amp;gt;/.metadata/.logfile&lt;br /&gt;&lt;/pre&gt;&lt;hr&gt;&lt;/blockquote&gt;&lt;br /&gt; &lt;br /&gt;as it says I checked the .metadata, I don't have any .logfile.&lt;br /&gt;How do I create that file and what are the standards need to follow to create that one. Please suggest me.&lt;br /&gt; &lt;br /&gt;Thanks in advance&lt;br /&gt;-mark</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006537</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006537mark watson</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 16:52:19 MDT</pubDate>
        </item>
        <item uniqueID="56-006536">
            <title>IIS forwards jsp/servlet request to tomcat using ISAPI</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006536</link>
            <description>Hello,&lt;br /&gt; &lt;br /&gt;we have set up an env where IIS forwards jsp/servlet to tomcat using Jarkata/ISAPI. Everything works fine until receltly new situation arise and we are kind of stuck. &lt;br /&gt; &lt;br /&gt;First, say the IIS server IP is 1.2.3.4, and one tomcat instance is installed their too. Virtual host myHost.org is pointing to the ip and using IIS/Jarkata to serve servlets from application "CatMouse" in tomcat. Now we have a new application "HiddenCatMouse" deployed under the same tomcat. Another virtual host (with https) mySecureHost.org is pointing to the same IP. Our concerns then becomes, how do we do to prevent users from accessing the secured "CatMouse" from un-secured channel? I mean, supposedly user is able to do this "http://myHost.o...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006536</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006536Ben Zung</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 14:22:19 MDT</pubDate>
        </item>
        <item uniqueID="56-006535">
            <title>ClassFormatError on setAttribute()</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006535</link>
            <description>I am running Tomcat 5.5.26 on Windows2000.&lt;br /&gt;Whenever I try to set a Context attribute from my service (doGet) method, I get the exception listed below.&lt;br /&gt;If I set the attribute from a ServletContextListener, it doesn't happen.&lt;br /&gt;Has anyone ever seen this?&lt;br /&gt;Thanks for any help you can provide.&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;java.lang.ClassFormatError: Invalid constant pool index 63 in class file ekatz/testing/TestAttr&lt;br /&gt;java.lang.ClassLoader.defineClass1(Native Method)&lt;br /&gt;java.lang.ClassLoader.defineClass(ClassLoader.java:620)&lt;br /&gt;java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)&lt;br /&gt;org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1853)&lt;br /&gt;org.apache.catalina.loader.Webapp...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006535</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006535Elliot Katz</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 12:28:19 MDT</pubDate>
        </item>
        <item uniqueID="56-006534">
            <title>upgrade tomcat</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006534</link>
            <description>We are using java 1.5.0_11 and apache-tomcat-6.0.13 , we want to move to &lt;br /&gt;the newer version but stable version of tomcat. &lt;br /&gt;Which version should we move to?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006534</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006534Steve Malone</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 10:56:19 MDT</pubDate>
        </item>
        <item uniqueID="56-006533">
            <title>what is the communication medium between web server and database.</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006533</link>
            <description>Hello,&lt;br /&gt; Will any tell me that what is the communication medium between web server and database. is their any protocol or any thing else ?&lt;br /&gt;please reply me soon.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006533</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006533bond bond</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 08:48:18 MDT</pubDate>
        </item>
        <item uniqueID="56-006532">
            <title>'undeploy' is not deleting files when undeploying through tomcat manager login. </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006532</link>
            <description>I've deployed 'app.war' in tomcat 5.5 through tomcat manager login. But when i 'undeploy' through tomcat manager login, it deletes the war file but files (exploded one) inside 'WEB-INF/lib/fil.jar' is not getting deleted. So, when i again upload the war it's not taking affect. I'm using config as :&lt;br /&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;br /&gt;&amp;lt;Context path="/mrm" reloadable="true"/&amp;gt;&lt;br /&gt;That should be working, i don't know where i've mistaken. Can anyone help me out.&lt;br /&gt;thanks in advance..</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006532</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006532Master Navneet</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 04:28:18 MDT</pubDate>
        </item>
        <item uniqueID="56-006531">
            <title>how optimize performance when using tomcat</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006531</link>
            <description>I am using tomcat in my proj and its performance is low...hw can i increase perfromance</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006531</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006531Anamica Jain</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 04:04:18 MDT</pubDate>
        </item>
        <item uniqueID="56-006530">
            <title>how to set export the Catalina servlet container of Apache Tomcat</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006530</link>
            <description>hi,&lt;br /&gt; I getting error when access the servlet code in browser &lt;br /&gt; &lt;br /&gt;error like:exception error,noclass found error&lt;br /&gt;i feel have to set path catalina servlet container of Apache Tomcat.&lt;br /&gt; &lt;br /&gt;how to set path or export the Catalina servlet container of Apache Tomcat, To access the servlet code in browser. please tell path</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006530</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006530saravanan rajendran</comments>
            <author/>
            <pubDate>Tue, 17 Jun 2008 01:06:17 MDT</pubDate>
        </item>
        <item uniqueID="56-006529">
            <title>how to execute asterisk manager api code</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006529</link>
            <description>hi, i have asterisk manager api servlet code when i access in browser its showing some exceptionerror and noclass found error i have doubt on my manager api servlet code please help me</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006529</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006529saravanan rajendran</comments>
            <author/>
            <pubDate>Mon, 16 Jun 2008 23:34:17 MDT</pubDate>
        </item>
        <item uniqueID="56-006528">
            <title>HOW TO SEND DATA FROM CORE JAVA PROGRAM INTO SERVLET PROGRAM</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006528</link>
            <description>HI, how to send data from core java program into servlet program please help me base on this i have to do my project.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006528</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006528saravanan rajendran</comments>
            <author/>
            <pubDate>Mon, 16 Jun 2008 22:56:17 MDT</pubDate>
        </item>
        <item uniqueID="56-006527">
            <title>changing a web application's URL</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006527</link>
            <description>When I drop a .war file into the webapp folder of Tomcat 6, the URL that the user enters to access the web application is of the form:&lt;br /&gt; &lt;br /&gt;http://tomcatServer:port/A/B (http://tomcatServer:port/A/B)&lt;br /&gt; &lt;br /&gt;where A is the name of the .war file, and B is the url specified in the web applications web.xml file.&lt;br /&gt; &lt;br /&gt;How do I configure the application so that part A is not the name of the .war file, but something simpler? For example, my builder appends a version number to the .war's filename, but I don't want users to have to change their bookmark everytime I update the web application.&lt;br /&gt; &lt;br /&gt;Is there something I can put into the web application's context.xml file to override the use of the .war filename?</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006527</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006527Frank Silbermann</comments>
            <author/>
            <pubDate>Mon, 16 Jun 2008 12:30:16 MDT</pubDate>
        </item>
        <item uniqueID="56-006525">
            <title>Help with UserConfig Listener</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006525</link>
            <description>Hello,&lt;br /&gt; &lt;br /&gt;I want to configure a user directory as the image folder and serve&lt;br /&gt; them via tomcat. Can somebody please help me. Individual users on the unix box will ftp their images to their home directory. These images from all registered ftp users will be served via tomcat to site visitors who are unregistered.&lt;br /&gt; &lt;br /&gt;I followed all steps in &lt;br /&gt;http://www.onjava.com/pub/a/onjava/2003/06/25/tomcat_tips.html?page=2 (http://www.onjava.com/pub/a/onjava/2003/06/25/tomcat_tips.html?page=2)&lt;br /&gt; &lt;br /&gt;and&lt;br /&gt; &lt;br /&gt;http://tomcat.apache.org/tomcat-6.0-doc/config/host.html (http://tomcat.apache.org/tomcat-6.0-doc/config/host.html)&lt;br /&gt; &lt;br /&gt;&amp;lt;Listener className="org.apache.catalina.startup.UserConfig"&lt;br /&gt; di...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006525</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006525Yaad Giri</comments>
            <author/>
            <pubDate>Mon, 16 Jun 2008 04:24:15 MDT</pubDate>
        </item>
        <item uniqueID="56-006524">
            <title>Stopping or reloading application shuts down tomcat server</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006524</link>
            <description>I have Tomcat 5.5.17 running und use the Manager to stop/start applications.&lt;br /&gt; &lt;br /&gt;Problem: When I stop or reload one specific application, it shuts down the Tomcat server? Why could this be?&lt;br /&gt; &lt;br /&gt;Thanks&lt;br /&gt;K.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006524</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006524schnegge</comments>
            <author/>
            <pubDate>Sun, 15 Jun 2008 09:30:12 MDT</pubDate>
        </item>
        <item uniqueID="56-006523">
            <title>3 fiels form based login authentication in Tomcat </title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006523</link>
            <description>Hi&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;I want Tomcat authentication like company id / username / Password so it looks i should go for Form based authentication ....&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;1) I wrote login.jsp and error.jsp ;&lt;br /&gt; &lt;br /&gt;2)web.xml&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;&amp;lt;login-config&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;auth-method&amp;gt;FORM&amp;lt;/auth-method&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;realm-name&amp;gt;MyFirst Protected Area&amp;lt;/realm-name&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;form-login-config&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;form-login-page&amp;gt;/login.jsp&amp;lt;;/form-login-page&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;form-error-page&amp;gt;/error.jsp&amp;lt;;/form-error-page&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;/form-login-config&amp;gt;&lt;br /&gt; &lt;br /&gt;&amp;lt;/login-config&amp;gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;3 )configured Realm in server.xml of tomcat className="org.apache.catalina.realm.DataSou...</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006523</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006523chetan padhye</comments>
            <author/>
            <pubDate>Sat, 14 Jun 2008 02:18:08 MDT</pubDate>
        </item>
        <item uniqueID="56-006521">
            <title>Tomcat Compression on SSL connection</title>
            <link>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006521</link>
            <description>Hi, I have 2 questions..I'm not a system admin but after reading a few topics this should be a piece of cake for you. I need a technical way to explain to a System Admin how to enable compression on his Tomcat server over an SSL connection. He knows how to do it in a non-SSL development environment but doesn't know how to do it in a SSL Prod environment. Is there a module he needs to load for this to be possible? if so can someone please direct me in the right path. What must he do to make this possible. &lt;br /&gt; &lt;br /&gt;How about caching? it looks like im getting a whole bunch of TCP connections application turns. Is there anything that can be done to enable caching?&lt;br /&gt; &lt;br /&gt;Thank you very much.</description>
            <guid isPermaLink="true">http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006521</guid>
            <comments>http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&amp;f=56&amp;t=006521Carlos Gue</comments>
            <author/>
            <pubDate>Fri, 13 Jun 2008 09:14:06 MDT</pubDate>
        </item>
    </channel>
</rss>
