HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Michael Finney
Tomcat 3.2.1 IIS 5 IE 6 SP1 When using IE 6 SP1, an HTTP Response appears at the top of some web pages. Using other browsers or versions of IE this does not happen. If you hit refresh, the error goes away. When I have the request go to Tomcat directly the problem does not happen. However,

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperabilityfrustrations...

2002-10-10 Thread Craig R. McClanahan
On Thu, 10 Oct 2002, Andrew Gilbert wrote: Date: Thu, 10 Oct 2002 11:42:05 -0400 From: Andrew Gilbert [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability

RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Richard Haber
I notice that the header does not appear if you go to the welcome.jsp directly. I am using IE 6 SP1, cleared the cache and tried several times. On an [OT] other note, Macromedia best practices recommends a 'skip intro' button on the splash page to allow users returning to the site quicker

Re: AW: Too Many Sessions!

2002-10-10 Thread Cindy Ballreich
At 08:51 AM 10/10/02 +0200, Ralph Einfeldt wrote: What makes you think that there is no user activity ? Because it's on a development system that is not accessible to other users and... Have you verified this in the access log ? yes, I checked the access log and there is no activity at all.

RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Michael Finney
I will add the skip intro to the list. ;) I believe that JSP code telling the page to redirect may be triggering the problem. I tried to narrow it down in the code, but I ended up with a file included with 4 blank lines and a redirect causing the problem. The problem happens in other parts

RE: AW: Too Many Sessions!

2002-10-10 Thread Shapira, Yoav
Hi, Just a curiosity question: does your session listener keep a count of sessions? And if so, how does that count compare to the manager webapp's count? Yoav Shapira Millennium ChemInformatics -Original Message- From: Cindy Ballreich [mailto:[EMAIL PROTECTED]] Sent: Thursday,

Pager taglib doesn't work

2002-10-10 Thread Christoph Kulla
Hi, I'm trying to get the pager taglib (http://jsptags.com/tags/navigation/pager/) working with tomcat and struts. I use logic:iterate to iterate through a list of items. When calling my jsp page the first time everything works fine. I see a table with the first 20 items and the page

Possible to disable session persistence?

2002-10-10 Thread Jonathan Eric Miller
Does anyone know if it is possible to turn off session persistence? I don't have an immediate need to do so, but, I was thinking that it might be a nice option to have while testing an application if you want to make sure all the state is getting cleared out. You could do that by just opening a

Executing CGI scripts using Tomcat 3.2.3

2002-10-10 Thread Stanert, Mark
I am running Tomcat 3.2.3 and would like to know how to get cgi scripts to work. If cgi scripts don't work under 3.2.3 what release should I use? Regards, Mark

Re: AW: Tomcat cluster

2002-10-10 Thread Ricardo de Souza Moura
Thanks for all !! From: Ralph Einfeldt [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: AW: Tomcat cluster Date: Thu, 10 Oct 2002 15:57:02 +0200 Here is some brain food: http://www.ubeans.com/tomcat

Re: Possible to disable session persistence?

2002-10-10 Thread Padhu Vinirs
Are you referring to creating a new session for every call ? If so, only way is to set timeout to 1 ( 1 minute !!! ) or call invalidate in every servlet/jsp. -- padhu Jonathan Eric Miller wrote: Does anyone know if it is possible to turn off session persistence? I don't have an immediate

RE: AW: Too Many Sessions!

2002-10-10 Thread Cindy Ballreich
At 01:18 PM 10/10/02 -0400, Shapira, Yoav wrote: Hi, Just a curiosity question: does your session listener keep a count of sessions? And if so, how does that count compare to the manager webapp's count? That's an interesting idea. It's pretty easy to see from the logs how many sessions are

RE: log4j.jar locked by Tomcat even after remove/undeploy ....

2002-10-10 Thread Cox, Charlie
the jvm has the library loaded, not tomcat. It will not be released until the jvm(incuding tomcat) is stopped. Charlie -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 11:55 PM To: Tomcat Users List Subject: Fwd: log4j.jar locked by

Reloading w/ Manager on cluster?

2002-10-10 Thread Ben Ricker
I have a setup with 2 APache servers (1.3.27 on Redhat 7.3) talking to 4 tomcats clustered across two SOlaris 8 boxes running Tomcat 4.0.5. We have a load balancer across the web servers and, of course, mod_jk 1.2.0 doing the load balancing across the Tomcats. We have a QA environment where I

jakarta-servletapi

2002-10-10 Thread Tim Moore
Does anyone know which nightly build of jakarta-servletapi is distributed with the binary version of Tomcat 4.1.12? Thanks, -- Tim Moore / Blackboard Inc. / Software Engineer 1899 L Street, NW / 5th Floor / Washington, DC 20036 Phone 202-463-4860 ext. 258 / Fax 202-463-4863

Re[2]: log4j.jar locked by Tomcat even after remove/undeploy ....

2002-10-10 Thread Jacob Kjome
Hello Charlie, Well, when I stop/uninstall/undeploy the app from Tomcat using the manager app, the *only* file that is locked is the log4j jar. *All* other libraries including jar files are released. The question is, why is only log4j getting locked up. If I were to take your statement at

Problem with updated file!!!

2002-10-10 Thread Mauricio Tia Ni Gong Lin
Hi all, I am using tomcat in my company. I have a JSP file that references a Client JavaScript file. When I update the JavaScript file, the JSP file cannot execute a newer JavaScript file, instead of this it gives me the older one. The code that references the JavaScript file is something like:

RE: Cannot load JDBC driver class 'null'

2002-10-10 Thread Ulrik Andersen
Ej, Thanks for your help. The changes you suggested worked :-) Ulrik -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 10. oktober 2002 14:44 To: Tomcat Users List Subject: Re: Cannot load JDBC driver class 'null' Ulrik: If you are going to use the Global

Cannot allocate servlet instance for path

2002-10-10 Thread LFigueiredo
Hi, I hope someone can help me to solve this ( the previous threads in the list did not helped me at all ). I am using win2k + Tomcat 4.1.12 I enabled the invoker servlet and i am using \webapps\ROOT\WEB-INF\classes to publish my Servlets ( Generated with Genexus ). I am calling this url (

Re: Possible to disable session persistence?

2002-10-10 Thread Justin Ruthenbeck
He's refering to the fact that Tomcat persists sessions before redeploying a context (either when requested explicitly or if you've got reloadable=true set). If anyone knows how to do this, I'd appreciate the tip ... we have non-serializable objects (they are not serializable by design)

RE: Reloading w/ Manager on cluster?

2002-10-10 Thread Michael Schulz
I am facing a similar issue in terms of updating our tomcat servers in the cluster. I was thinking about doing a similar thing...using the http connector (which is behind a firewall and not accessible to the outside world) on each tomcat server to communicate with the tomcat manager app

RE: Connecting from Tomcat box to JBoss box?

2002-10-10 Thread Andrew Gilbert
Edmund, See Craig's response to my thread RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations... You might want to go the JBoss to JBoss route. In fact I would strongly recommend it. Andy -Original Message- From: Mitchell, Edmund [mailto:[EMAIL PROTECTED]]

tomcat 4.1.12 issue

2002-10-10 Thread Dennis Muhlestein
I thought I'd upgrade my tomcat to 4.1.12 from 4.0.x. I'm using struts 1.1b2, j2skd1.4.1, various linux distributions. I only had issue. I have one page that conditionally includes another page. With tomcat 4.0.x I've never had a problem. When I upgraded, the compiler could not compile that

RE: nt service source code

2002-10-10 Thread Ilya Khandamirov
Well, i've checked the jakarta-tomcat-4.0 module out, but i cannot find it there. For example, the jakarta-tomcat-4.0/service directory structure contains no files. I think, i'm missing something very obvious. Could you please point out what? Regards, Ilya -Original Message- From:

RE: Error with multipartParser

2002-10-10 Thread Sam Seaver
OK, here's the JSP page I'm using, note it reloads itself once POST is pressed, and then activates the bean: html head titlefile upload/title /head body bgcolor=#c8d8f8 form action=jguru.jsp enctype=multipart/form-data method=post center table cellpadding=4 cellspacing=2 border=0 th

Servlets not working with tomcat 4.1.12(4.0.4 error)

2002-10-10 Thread Ashish Kulkarni
Hi, I was just trying to migrate to tomcat4.1.12 from tomcat 4.0.4, so created a web application in server.xml of tomcat4.1.12, pointing towards the extiting folder(where in have my web-inf) file, the problem i am facing is all the jsps work but none of the servlets work, i get 4.0.4 error,

Re: nt service source code

2002-10-10 Thread Jean-Francois Arcand
Ilya Khandamirov wrote: Well, i've checked the jakarta-tomcat-4.0 module out, but i cannot find it there. For example, the jakarta-tomcat-4.0/service directory structure contains no files. I think, i'm missing something very obvious. Could you please point out what? The classes you need to

RE: Connecting from Tomcat box to JBoss box?

2002-10-10 Thread Simpson, Mike W
try this in your startup.bat: set CATALINA_OPTS=-Djava.naming.factory.initial=org.jnp.interfaces.NamingContext Factory -Djava.naming.provider.url=jnp://localhost:1099 -Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces -Dconfigure_logging=false call

tomcat4.1.12 failed to deploy context not under webapp directory

2002-10-10 Thread Liu, Xiaoyan
Hi, all, I'm upgrading from 4.1.9 to 4.1.12 and noticed that a previously working application is not successfully loaded. It fails at the part of scanning tld files. The context is defined in server.xml as below. THis context does not live under CATALINA_HOME/webapp, and it has resources(jsp

tomcat4.1.12 failed to deploy context not under webapp directory

2002-10-10 Thread Liu, Xiaoyan
Title: tomcat4.1.12 failed to deploy context not under webapp directory Here is the log log.txt 2002-10-10 15:06:14 StandardContext[/cmbs]: Starting 2002-10-10 15:06:14 StandardContext[/cmbs]: Processing start(), current available=false 2002-10-10 15:06:14 StandardContext[/cmbs]:

RE: Error with multipartParser

2002-10-10 Thread Sam Seaver
that's another thing, where DOES the stack trace go? should i direct it to a file? any hints? S From: Rajiv Ramanasankaran [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Error with multipartParser Date: Wed, 9 Oct 2002

default charset in contentType?

2002-10-10 Thread Randy George
Is there a way to turn off the default charset appended to contentType by Jasper? I have installed Tomcat 4.1.10 on a W2K server and I'm trying to display SVG content with JSP. I have added the image/svg+xml Mime types to my Tomcat 4.1\conf\web.xml file: mime-mapping

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
Craig, I was slowly coming to the conclusion that approaches 2 and 3 are superior. Having said that, I am still somewhat bothered. It is easy to (naively?) adopt approach 1. The two prior responses seemed to indicate this approach was okay. Yoav is using it. And there is currently another

Re: default charset in contentType?

2002-10-10 Thread Craig R. McClanahan
On Thu, 10 Oct 2002, Randy George wrote: Date: Thu, 10 Oct 2002 13:14:20 -0600 From: Randy George [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: default charset in contentType? Is there a way to turn off the default

manager webapp - reload request

2002-10-10 Thread Michael Schulz
If I use the Tomcat 4.x manager webapp to issue a reload request: http://localhost:8080/manager/reload?path=/mywebapp what happens to the servlet context for any servlets running in the webapp -- is it reinitialized? Also, what happens to session objects? What if the session data

RE: Error with multipartParser

2002-10-10 Thread Rajiv Ramanasankaran
Its is working fine for me!! The file is getting uploaded and I don't get an error at all..What version of Tomcat are you using??? I am using Tomcat 3.2 . There might be an incompatibility problem. Rajiv -Original Message- From: Sam Seaver [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: Reloading w/ Manager on cluster?

2002-10-10 Thread Ben Ricker
The script is rather rough right now, but it is simple. I use ssh to call the tomcat startup script like so: ssh hostname /etc/init.d/tomcat stop Here is the contents of the startup script. I have two Tomcat directories, /usr/local/tomcat1 and /usr/local/tomcat2. I have them sharing a

How to integrate Tomcat 4.1.12 with IIS 5 on Win2000

2002-10-10 Thread Tushar Medhi
Hello All, I have Java(TM) 2 SDK, Standard Edition Version 1.4.0 installed on my PC. I installed Tomcat 4.1.12. I am trying to integrate the Tomcat with IIS 5 installed on my PC having W2K. I have found the articles that explain how to integrate the Tomcat 3.3 and IIS. But I noticed that the

tomcat 4.1.12/blackdown 1.3.1 jdk dies periodically

2002-10-10 Thread John Murtari
Hello, We are running tomcat using the blackdown port of the 1.3.1 JDK on a couple servers. One machine is running with green threads, the other with native threads. We have noticed that the green threads tomcat will die unexpectantly without logging a thing. I cannot get the green threads

Re: How to integrate Tomcat 4.1.12 with IIS 5 on Win2000

2002-10-10 Thread Mark Eggers
Since you have installed Tomcat on your Windows/2000 box, fire up your web browser and point it at: http://localhost:8080/tomcat-docs/jk2/index.html The FAQ that comes with the documentation at http://localhost:8080/tomcat-docs/jk2/faq.html will tell you where to get the files. This is all

RE: Error with multipartParser

2002-10-10 Thread Rajiv Ramanasankaran
I forgot to mention that I added this code to your bean :) try{ setOutput(Demo Parser Upload Bean); MultipartParser mp = new MultipartParser(req, 10*1024*1024); Part part; while ((part = mp.readNextPart()) != null) { String name =

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
Should I understand this all to say that Tomcat is not at all J2EE 1.3 compliant? Section 6.1.2 states that a compliant web container supports EJB client API's! Section 6.4 states that a container that supports the EJB client API's must also support interoperability requirements. Section 6.11

Re: tomcat4.1.12 failed to deploy context not under webapp directory

2002-10-10 Thread paul miller
I am having the same issue. It looks as though the allowLinking option breaks things. When I use the below server.xml section Context path=/foo docBase=foo debug=0 reloadable=true crossContext=false /Context The apache_log.-MM-DD.txt shows no errors ditto on the

Re: How to integrate Tomcat 4.1.12 with IIS 5 on Win2000

2002-10-10 Thread Tushar Medhi
I read the documentation given on the links below but my question is where should I get the files, workers.properties and uriworkermap.properties. I do not have these file in my \conf folder. I do not even know what these files contain. Where do I get these files from. Tam - Original

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperabilityfrustrations...

2002-10-10 Thread Craig R. McClanahan
On Thu, 10 Oct 2002, Andrew Gilbert wrote: Date: Thu, 10 Oct 2002 16:23:21 -0400 From: Andrew Gilbert [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability

RE: Error with multipartParser

2002-10-10 Thread Sam Seaver
i'm using TomCat 4.1.12, and I still get the same error, whether I use the extra code or not. the point is that it works fine if I don't try to instantiate MultipartParser, and the same happens with MultipartRequest, as soon as I add the line: 'MultipartWhatever whatever = new

Setting up the usera and password for the administrator in Tomcat 4.1

2002-10-10 Thread Carlos
Where can I find documentation o intructions to set-up the user and password of the administrator application? I was able to set-up the manager by adding the user, password, and role to the user file as the documentation indicates but I could not find info about setting-up a user as an

Re: How to integrate Tomcat 4.1.12 with IIS 5 on Win2000

2002-10-10 Thread Michael Finney
http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/index.html was very useful. The documentation worked for me on Tomcat 4.1.12 Please, realize I had to apply past knowledge that I have learned from the 3.x documents to have the configuration right. BTW, it seems like the

Accessing shared C lib from JSP/Setting ENV variables

2002-10-10 Thread John Murtari
We are working with a client who is trying to interface JSP with the Chameleon libraries from Interfaceware (www.interfaceware.com). Interfaceware has recommended using the page tag to access this library, ie - something like : %@ page import=libchm_java.so but this does not work!

RE: Classpath Issues, Tomcat 4.X and J2EE Interoperability frustrations...

2002-10-10 Thread Andrew Gilbert
Doh! Thanks again for the replies. I appreciate the input. The path is at least becoming clearer now... -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 4:31 PM To: Tomcat Users List Subject: RE: Classpath Issues, Tomcat

Re: Accessing shared C lib from JSP/Setting ENV variables

2002-10-10 Thread Jean-Francois Arcand
Eumm.. I recommend you don't call a library from your JSP, but from a JavaBean (call the bean from your JSP). Also, you may want to read about how to load a library in Tomcat (see file ${CATALINA_HOME}/RELEASE-NOTES Applications that require native libraries must ensure that the libraries

Problems configuring servlets...

2002-10-10 Thread FRASER, JORGE
Hello all, We are in the process of trying to migrate our applications from Tomcat 3.1 to 4.1. Our problem resides in the fact that we run the main app as the default context, Here's the context definition in 3.1: Context path=/ docBase=/valnet debug=0

RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Sexton, George
Does the JSP code that sends the redirect write anything prior to the re-direct, and does it have a return statement immediately following the send redirect? -Original Message- From: Michael Finney [mailto:[EMAIL PROTECTED]] Sent: 10 October, 2002 11:15 AM To: Tomcat Users List Subject:

RE: TOMCAT-STANDALONE needed with Apache Server?

2002-10-10 Thread Turner, John
First, you don't need Apache. Tomcat works just fine in stand-alone mode. Don't bother with Apache and connectors unless you absolutely need it, or have aversions to running Tomcat on port 80. Second, stay away from mod_webapp (WARP). AFAIK, it isn't active anymore, and it wasn't finished

RE: HTTP Response appears at top : Tomcat 3.2.1 IIS 5 IE 6 SP1

2002-10-10 Thread Michael Finney
To answer these two questions: 1) Does the JSP code that sends the redirect write anything prior to the re-direct Answer: Not always although in some cases it may. In the case I am using to test with, it does not write anything to the response. 2) does it have a return statement immediately

Where the heck is jakarta-tomcat-jasper source?

2002-10-10 Thread James C. McMaster (Jim)
I am trying to build tomcat 4.1.12 on Solaris 8. I have downloaded everything called for in BUILDING.txt, and modified build.properties to point to the right places. ant detect shows: flags.display: [echo] --- Build environment for Tomcat Server Configuration Application ---

mod_webapp (was: Re: TOMCAT-STANDALONE needed with Apache Server?)

2002-10-10 Thread Mark R. Diggory
Hi all, This is a little confusing, I notice that in 4.1's server.xml file it still has the WARP connector as the default example of connecting up to apache. If what you say is the case, should this be mod_jk instead? i.e. Shouldn't this be a more appropriate connector example that works on

Re: Problems configuring servlets...

2002-10-10 Thread Craig R. McClanahan
See below. On Thu, 10 Oct 2002, FRASER, JORGE wrote: Date: Thu, 10 Oct 2002 15:54:37 -0500 From: FRASER, JORGE [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Problems configuring servlets... Hello all, We are in the

Re: mod_webapp (was: Re: TOMCAT-STANDALONE needed with Apache Server?)

2002-10-10 Thread Craig R. McClanahan
On Thu, 10 Oct 2002, Mark R. Diggory wrote: Date: Thu, 10 Oct 2002 18:13:17 -0400 From: Mark R. Diggory [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: mod_webapp (was: Re: TOMCAT-STANDALONE needed with Apache Server?)

RE: mod_webapp (was: Re: TOMCAT-STANDALONE needed with Apache Server?)

2002-10-10 Thread Gary Henson
By default, the WARP connector, and Tomcat-Apache service are commented out. They are included as examples if you want to use them, but the default connector is the Coyote/JK2 connector. My suggestion would be to use JK or JK2 to connect Apache and Tomcat. It is a reasonably well documented

Re: Tomcat 4.0.6 with JIKES 1.17

2002-10-10 Thread Jacob Kjome
Hello christophe, There are several bugs at http://nagoya.apache.org/bugzilla/ about this. Basically, if you are on a Windows platform, this won't work for you because the windows version of Jikes doesn't support the -encoding option. Check out the Jikes site for those bugs as well. Bottom

Re: Where the heck is jakarta-tomcat-jasper source?

2002-10-10 Thread Brzezinski, Paul J
James C. McMaster (Jim) wrote: I am trying to build tomcat 4.1.12 on Solaris 8. I have downloaded everything called for in BUILDING.txt, and modified build.properties to point to the right places. ant detect shows: flags.display: [echo] --- Build environment for Tomcat Server

Adding tablib's to tomcat's web.xml?

2002-10-10 Thread Matt Raible
Is it possible to add a taglib definition to tomcat's web.xml and it will affect all your webapps? If so - were do you put the tld? Thanks, Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Iteration tag question

2002-10-10 Thread Cindy Ballreich
Not directly a Tomcat question, but I hope not too far off topic. Let's say I have a collection of objects that I want to iterate through and display on a JSP page with a custom tag. The body content of the tag on the page formats the output as rows and elements of a table. Now, let's say I

Re: JSDK 1.3 or 1.4 on FreeBSD 4.1.1 - must I compile it?

2002-10-10 Thread Robert L Sowders
Please see the freebsd-java mailing list http://groups.google.com/groups?hl=enlr=ie=UTF-8oe=UTF-8group=mailing.freebsd.java rls Nicholas Pappas [EMAIL PROTECTED] 10/09/2002 03:01 PM Please respond to Tomcat Users List To: [EMAIL PROTECTED] cc: Subject:

RE: mod_jk crash

2002-10-10 Thread Georg Puchta
I had the same problem and traced it to the same source as you. mod_jk.c s-remote_host = (char *)ap_get_remote_host(r-connection, r-per_dir_config, REMOTE_HOST); Requests worked fine until I did a request with query parameters.

tomcat threading model

2002-10-10 Thread Patrick Lacson
Is there any documentation other than code as to Tomcat's threading model? I am looking at running Tomcat as an embedded web process in an application but we've spent a great deal of time and effort researching and developing the threading for the app to make it as realtime as possible(

Re: connector between tomcat apache

2002-10-10 Thread Robert L Sowders
Here is an example, modify to suit your needs. Disable JNI if you don't use it. Change Disable=0 to Disable=1 in the appropriate places. [logger] level=DEBUG [config:] #file=${serverRoot}/conf/workers2.properties file=c:/Apache2/conf/workers2.properties debug=0 debugEnv=0 [uriMap:]

Re: reloading of jsp page...

2002-10-10 Thread Glenn Nielsen
If you have the develop init paramter for the JspServlet in $CATALINA_HOME/conf/web.xml set to false JSP page recompiles happen in the background no more frequently than the time set in the JspServlet init paramter checkInterval. The Context/Host reloadable flag is only for performing class

Re: Iteration tag question

2002-10-10 Thread Khamsouk Souvanlasy
Hi Cindy, There is probably a better mailing list for this question; but anyway, why not simply use a tag within the iteration tag on the JSP page to check for the objects you don't want to display? myTag:myIterate tag ... myTag:myIfClause JSP CODE /myTag:myIfClause /myTag:myIterate tag Also

RE: AW: Too Many Sessions!

2002-10-10 Thread Luminous Heart
If you make your code availabe that could help pinpointing where things are going wrong with you. --- Cindy Ballreich [EMAIL PROTECTED] wrote: At 01:18 PM 10/10/02 -0400, Shapira, Yoav wrote: Hi, Just a curiosity question: does your session listener keep a count of sessions? And if so, how

Re: PostgreSQL JNDI resource under Tomcat 4.1.12 problem

2002-10-10 Thread Steve Carrow
Thanks Nikola, That was the issue. For the rest of my query, go to the beginning of this thread, but here is the synopsis: - If you do not put in a validation query when creating a data source under the Tomcat 4.1.12 manager/admin web app, you will have an empty value for the validationQuery

Re: Servlets not working with tomcat 4.1.12(4.0.4 error)

2002-10-10 Thread sonam singh
specify u'r server.xml and and web.xml so that i can helpu out regards Sonam Singh --- Ashish Kulkarni [EMAIL PROTECTED] wrote: Hi, I was just trying to migrate to tomcat4.1.12 from tomcat 4.0.4, so created a web application in server.xml of tomcat4.1.12, pointing towards the extiting

Executing CGI scripts

2002-10-10 Thread Stanert, Mark
I am running Tomcat 3.2.3 and need to know how to call a cgi script. I don't have problems running under apache. Mark -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

session

2002-10-10 Thread Günter Kukies
Hello, is there any trick to let the apache server know the session that tomcat created? I use an Apache Server in front of tomcat with mod_jk. I want to protect the static pages and image dirs. Thanks in advance Günter Kukies

<    1   2