mod_jk / Ajp13 config fix on heavily loaded system

2001-11-13 Thread GOMEZ Henri
Hi to all, Some of you may have experienced problems on heavily loaded system with mod_jk and Tomcat 3.2/3.3 when using ajp13. As you may know, the Ajp13 connection is permanent and is created each time a WebServer task, for example an Apache child, have to forward a request to Tomcat. And

AW: non-serializable objects in sessions

2001-11-13 Thread Ralph Einfeldt
It is not a good idea at all to store the standard Connections and ResultSets in the session. - This will eat up your connections to the database - The ResultSet is tied to a Connection, this connection may timeout at any given time. The database server can decide on any criteria it likes to

RE: tomcat +iis working

2001-11-13 Thread Nihar
Hi! Well, not much..few things are required like creating virtual directory under the web site with executable rights and one registry setting are required.. regards -NIHAR -Original Message- From: Steve Vu [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 11, 2001 12:03 PM To:

Tomcat for Large Team Size

2001-11-13 Thread BacardiWasabi
Here is my situation We have a large team size 20-30. We willbe using Tomcat 4.0 on 2000. a) Do u install stand alone tomcat on each developer machine? Will it be a good idea? In that case, config files (web.xml/servler.xml etc) should be in synch with others. This may lead to problems b) Or

Re: [TC4] Sending redirect fails if OutputStream isn't closed ..

2001-11-13 Thread Endre Stølsvik
On Mon, 12 Nov 2001, Remy Maucherat wrote: | I'm using this program called loadsim to get a simulation of a bunch of | users using my webapp. This is a java program utilizing the | java.net.HttpConnection to simulate the clients, built using large parts | of a apache loadsimulation system,

Barrow H Kwan/Corporate/ThoughtWorks/US is out of the office.

2001-11-13 Thread bhkwan
I will be out of the office starting 11/13/2001 and will not return until 11/27/2001. I will respond to your message when I return. I might check my email once a day. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

Removing Generated JSP Servlets

2001-11-13 Thread BacardiWasabi
1. Ok...im looking for some option ...so that jsp is compiled every time.. __ Do You Yahoo!? Find the one for you at Yahoo! Personals http://personals.yahoo.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: Tomcat for Large Team Size

2001-11-13 Thread Jim Cheesman
At 09:53 AM 13/11/01, you wrote: Here is my situation We have a large team size 20-30. We willbe using Tomcat 4.0 on 2000. a) Do u install stand alone tomcat on each developer machine? Will it be a good idea? In that case, config files (web.xml/servler.xml etc) should be in synch with others.

Re: [TC4] Sending redirect fails if OutputStream isn't closed ..

2001-11-13 Thread Anthony G. Dinio
- Original Message - From: Endre Stølsvik [EMAIL PROTECTED] To: Remy Maucherat [EMAIL PROTECTED]; Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 5:01 PM Subject: Re: [TC4] Sending redirect fails if OutputStream isn't closed .. On Mon, 12 Nov 2001, Remy Maucherat

AW: Tomcat for Large Team Size

2001-11-13 Thread Ralph Einfeldt
Depends on how you organize the team and the work. - Does the team work on one project - What kind of team members do you have? For a marketing internet site your team members will have a different qualification than for e.g. business application with uses web technology - How many

automatic respawning tomcat

2001-11-13 Thread Enrique Lopez
Hello, I want to configure on my inittab one respawn for tomcat and another one to apache. Does any body know how can i do that? I have problems because some times tomcat goes down and I my respawn is not working well... (I need to configure this for apache 1.3.22 and tomcat 3.2.3 and 4.0.1)

Re: log analyzer?

2001-11-13 Thread hische
In server.xml (tomcat4) you can enable an AccessLogValve. This will produce log files in a common format that can be read by tools like webalizer. For more information on currently available valves see: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/valve.html Regards, Wilko - - -

httpd.conf problem by using tomcat warp connector

2001-11-13 Thread martin eberle
hi there, (wow, my first time in tomcat world :) suse linux 7.0, apache 1.3.12, tomcat 4.01, mod_webapp.so / .c i've compiled correctly the webapp module and set the needed parameters in httpd.conf to join it. the module's located in the correct directory, they'll be load as well (i think) the

Re: Memory Realm - Redirect to NULL ??

2001-11-13 Thread Sunhild Copony
Thanks a lot for your answer, Craig! I made the change url-pattern/servlet/*/url-pattern and got the following: - URL .../webadmin/login.jsp: (1) from server: Browser message: HTTP status 404 - /null (not available) (2) from client: Browser message:HTTP Status 404 - /j_security_check (not

Re: httpd.conf problem by using tomcat warp connector

2001-11-13 Thread Roman Schlueter
... where do you have found the directives 'WarpConnection' and 'WarpDeploy'? I think, it should be 'WebAppConnection' and 'WebAppDeploy'. Tschüss, Roman martin eberle wrote: hi there, (wow, my first time in tomcat world :) suse linux 7.0, apache 1.3.12, tomcat 4.01, mod_webapp.so / .c

AW: httpd.conf problem by using tomcat warp connector

2001-11-13 Thread Ralph Einfeldt
If it's the syntax error I assume: Invalid command ['WarpConnection'|'WarpDeploy'] it sounds as if the LoadModule directive is missing or not executed. If it's another syntax error provide the complete error message. -Ursprüngliche Nachricht- Von: martin eberle [mailto:[EMAIL

AW: httpd.conf problem by using tomcat warp connector

2001-11-13 Thread martin eberle
%#§, sorry, of course, it's WebAppConnection and WebAppDeploy uhm ... -Ursprüngliche Nachricht- Von: Roman Schlueter [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 13. November 2001 11:49 An: Tomcat Users List Betreff: Re: httpd.conf problem by using tomcat warp connector ... where

Re: Memory Realm - Redirect to NULL ??

2001-11-13 Thread Sunhild Copony
Hi again, I think I found a semi-solution! What remains is the last problem, but just for Netscape on PC - IE is ok and Solaris too. (... to restart the browser is not enought. Only restarting Tomcat helps.) Please excuse me, I know it doesn't have anything to do with Tomcat but with the

Re: non-serializable objects in sessions

2001-11-13 Thread Marko Asplund
thanks for pointing out the database resource consumption problem! i'll probably define an upper limit for result rows shown to the user in my application. then i'll use one query to get all the object ids of the result objects, store them (instead of the ResultSet) in the user's session. then

Re: non-serializable objects in sessions

2001-11-13 Thread David Cassidy
Make sure that when the user leaves that area of the site you remove the result objects from the users session. Otherwise your memory consumption could go up rather quickly !!! Marko Asplund wrote: thanks for pointing out the database resource consumption problem! i'll probably define an

mod_webapp

2001-11-13 Thread Chris Wilson
silly question can anyone tell me where on earth mod_webapp lives?? :) I can find bin's on the jakata site but no sign of the source or any solid info about it! Am I correct in saying that development of this bit of tomcat is miles behind the rest of tomcat4 and it's not really ready for

Re: Tomcat for Large Team Size

2001-11-13 Thread Nikola Milutinovic
b) Or Can we have one instance of tomcat running central. And each developer sharring one port. so that he(developer) can restart/restop that port. How do u achieve this Yuk. I don't know if this is possible, but I very much doubt it. Why not? Several instances of Tomcat running on

Re: mod_webapp

2001-11-13 Thread Roman Schlueter
...try to find it here: http://nagoya.apache.org/~pier/ http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/webapp/ Ciao, Roman Chris Wilson wrote: silly question can anyone tell me where on earth mod_webapp lives?? :) I can find bin's on the jakata site but no sign of the

RE: apxs:Error: no config variable LDFLAGS_SHLIB

2001-11-13 Thread Dan Silcox
I had the same problem and it was solved if I deleted and then re-compiled/installed apache with the apxs flag and mod_so module compiled in. -Original Message- From: Matt Goyer [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 5:18 PM To: Tomcat Users Subject: apxs:Error: no

Re: Tomcat for Large Team Size

2001-11-13 Thread Jim Cheesman
At 01:23 PM 13/11/01, you wrote: b) Or Can we have one instance of tomcat running central. And each developer sharring one port. so that he(developer) can restart/restop that port. How do u achieve this Yuk. I don't know if this is possible, but I very much doubt it. Why not? Several

RE: Tomcat for Large Team Size

2001-11-13 Thread Jim Urban
I manage a team 7 server side Java developers. Each member runs a copy of Tomcat on their PC. Each PC is configured the same. We have a standard directory structure and use Ant to do our builds. We use SourceSafe for source management. Our Ant build.xml uses the VSSGET option of Ant to fetch

RE: How do you set up standalone Tomcat to use HTTPS?

2001-11-13 Thread Jim Urban
I run Tomcat 4.0 standalone with SSL (on Win 2K yet). Check out: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html. The only additional thing I had to do was to change the connection port (in server.xml) from 8443 to 443. After that all you need to do is reference your site by

... tomcat and mod_ webapp won't work ...

2001-11-13 Thread martin eberle
hey there, it's me again ... well, i've finished tomcat and apache installation, both running (respectively it seems so ...) but: hehe, every time i try to access the server via my browser, there's (what a pity) no result displayed ... the connection time is too long, at any point, i receive an

Tomcat Netscape HowTo

2001-11-13 Thread Jerome Obinabo
I just finished reading Tomcat Netscape HowTo for tomcat 3.2 Do we have a similar documentation for tomcat 4.0? Or is the documentation applicable to tomcat 4.0? PS: The documentaion was clear and straight forward. Jerome - Do You Yahoo!? Find the one for

Re: ... tomcat and mod_ webapp won't work ...

2001-11-13 Thread Mika Goeckel
Hi! Versuch mal nach dem examples einen slash, also WebAppDeploy examples warpConnection /examples/ und dann auch in der url. Ich glaube mich erinnern zu können, daß das bei mir auch da gehakt hat. Grüße, Mika - Original Message - From: martin eberle [EMAIL PROTECTED] To: Tomcat

Re: configuration

2001-11-13 Thread Steve Guo
I think catalina_home should not be set to value=c:\jakarta-tomcat=4.0\bin\startup as you said, it should be the tomcat root folder such as c:\jarkata-tomcat-4.0, or whatever you call it Steve --- Madock Chiwenda [EMAIL PROTECTED] wrote: Use MS-DOS shell console to run the tomcat startup

AW: ... tomcat and mod_ webapp won't work ...

2001-11-13 Thread martin eberle
Hi, hilft leider auch nicht :( Grüsse -Martin -Ursprüngliche Nachricht- Von: Mika Goeckel [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 13. November 2001 15:22 An: Tomcat Users List Betreff: Re: ... tomcat and mod_ webapp won't work ... Hi! Versuch mal nach dem examples

tomcat server status

2001-11-13 Thread Maureen Fisher
Like apache has the built-in monitor where you can watch the states of open threads to the web server, does tomcat offer anything like that? Our connector is dying under heavy lad and I am trying to tune it. Using jdk 1.3.0 under AIX Apache 1.3.14 Tomcat 3.2.2 ajpv13

Re: Invoking Servlet - trying to remove servlet prefix

2001-11-13 Thread Craig R. McClanahan
On Mon, 12 Nov 2001, Pavan Sethurathnam wrote: Date: Mon, 12 Nov 2001 20:41:30 -0800 (PST) From: Pavan Sethurathnam [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Invoking Servlet - trying to remove servlet prefix When i invoke

Re: Tomcat for Large Team Size

2001-11-13 Thread Denis Balazuc
We use exactly the same environment. However, we found this approach not very satisfactory, as running Tomcat AND a Java IDE and other dev tools on the same machine eats up resources and our weak PCs sometimes slow down to a nearly-unusable state I am thinking at moving to a centralized

Re: Filters - use of RequestDispatcher in Filters

2001-11-13 Thread Craig R. McClanahan
On Mon, 12 Nov 2001, Pavan Sethurathnam wrote: Date: Mon, 12 Nov 2001 20:45:00 -0800 (PST) From: Pavan Sethurathnam [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Filters - use of RequestDispatcher in Filters what happens if we use

Re: Error in catalina.out after launching app.

2001-11-13 Thread Jean-Luc BEAUDET
Craig R. McClanahan a écrit : It looks like you are trying to use the new capability to deploy an application by putting an XML file into the webapps directory, right? Could you show us the contents of that file? You should also be aware that a couple of bugs in parsing the configuration

Re: Filters in Tomcat

2001-11-13 Thread Craig R. McClanahan
Are you running on a Windows platform? If so, you need to remember that output to the log files is buffered until they are closed. Craig On Mon, 12 Nov 2001, BacardiWasabi wrote: Date: Mon, 12 Nov 2001 21:06:40 -0800 (PST) From: BacardiWasabi [EMAIL PROTECTED] Reply-To: Tomcat Users List

Re: Quick clarification

2001-11-13 Thread Craig R. McClanahan
On Tue, 13 Nov 2001, Paul Pattison wrote: Date: Tue, 13 Nov 2001 02:34:41 -0500 From: Paul Pattison [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Quick clarification I'm a little confused and was hoping someone could clear something up

Re: non-serializable objects in sessions

2001-11-13 Thread Tom Drake
Glad to help - Original Message - From: Marko Asplund [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 3:40 AM Subject: Re: non-serializable objects in sessions | | thanks for pointing out the database resource consumption problem! | | i'll

Re: How get Cocoon 1.8.1 with Tomcat 4.0.1 working?

2001-11-13 Thread David Smith
Create a directory under webapps. It can be named whatever, but for this purpose, cocoon works. In that directory, create another called WEB-INF (note case is important). Follow the directions given for TC 3.x except where it makes reference to setting up a class path and copying .jar

REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Amit Kelkar
-Original Message- From: Amit Kelkar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 13 November 2001 6:41 PM To: Tomcat Users List Subject: internet explorer nullifies session on open new window The application we are coding requires a new window to be opened. This new window may just

How can i use isapi_redirect.dll as global filter to all websites in IIS..

2001-11-13 Thread sajida kalsoom
hi users! I have configured tomcat3.2.3 IIS with virtual host. I have to add isapi dll and create virtual directory named as jakarta against folder containing the dll with each virtual site under IIS . Is there any way to configure dll only at server level ..means as global filter. so that

Re: Quick clarification

2001-11-13 Thread David Smith
TC can respond to requests on 80 if configured in server.xml to do so. It has it's own java based web server that by all accounts I've seen on the list is very close to as fast as Apache, just not as configurable. Unfortunately, if you are in a *nix environment, TC has to run as root to

Tomcat - IIS

2001-11-13 Thread Gandham, Ram
Hi, This is Ram.Gandham.I'm working as a senior programmer analyst at william R Hough. I installed jakarta-tomcat-3.2.3 and completed all the steps that are there in Tomcat IIS HowTo.html to syncronize the Tomcat server with IIS.Here I did installed at my home,There the link between IIS and

RE: Tomcat for Large Team Size

2001-11-13 Thread Jim Urban
My guess is your IDE is causing your performance issues. We don't use a true IDE, we use jEdit which supports the Ant build process and JSwat debugger. I will admit that running Tomcat 4.0 with JSwat is vary ssslll. Other then that, Tomcat 4.0 and jEdit 3.2.2 get along just fine our

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Jim Urban
Our application does the same thing (openning child browser windows and closing them) and we have no problems with IE 5.5. We have not tried I.E. 6.0 yet, so I can't comment on that. We are running Tomcat 4.0 on Win NT and 2K. Jim -Original Message- From: Amit Kelkar [mailto:[EMAIL

RE: Quick clarification

2001-11-13 Thread Paul Pattison
Ok, my next question is that I want to be able to run JSPs and PHP. Is that something that requires a full Apache install? I was recently reading about a Servlet that comes with PHP 4 that could process PHP files. It comes with a standard PHP 4 download. Has anybody else heard of this or

RE: Tomcat - IIS

2001-11-13 Thread Nihar
well, you will have to create virtual directory called jakarta under the web site you have created and give executable right to that VD. it should work..i am having multiple sites serving jsp and asp with iis/tomcat on single ip address -Nihar -Original Message- From: Gandham, Ram

Re: InitialContext

2001-11-13 Thread Marko Asplund
On Sun, 11 Nov 2001, Craig R. McClanahan wrote: ... It depends on what resource you are configuring. See http://jakarta.apache.org/tomcat/tomcat-4.0-doc/jndi-resources-howto.html for more details. For the JDBC data source resource, the returned object is an instance of

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Amit Kelkar
Thanks Jim for your reply... It does not happen when the application is accessed for the first time ever by IE, but every time after that. If I try to repair the installation, it again works for the first time but never again. I have not idea why it is happening. Is there any possibility it

RE: Tomcat for Large Team Size

2001-11-13 Thread Martin van den Bemt
We are running tomcat 3.2 for about 20 developers. The reloading is very bad and remotedebugging is horrible (depending on your development environment btw). But besides the downsides it is working perfectly (we are running unix btw..) Mvgr, Martin -Original Message- From: Denis

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Martin van den Bemt
It seems that ie 6 isn't accepting cookies by default (collegue of mine is also using ie 6 and had the same problem, even in 1 window). He set a certain option and everything was working again. Can you confirm that that is the default, else everyone must start using url rewriting to keep ie6

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Jim Urban
Sorry to say this, but it sounds like an application issue. I have not heard of anyone else having this kind of problem. You said it used to work, but has since stopped. What have you changed since then? This is a good reason for performing regression tests on a regular (daily) basis. Jim

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Jim Urban
Speaking of not accepting cookies, that may become common place. Check this out from eWeek... COOKIE FLAW LEAVES IE USERS VULNERABLE TO ATTACKS A newly discovered flaw in the way that Internet Explorer handles Web site cookies could enable an attacker to view and edit a user's personal data

Tomcat 4.0.1 install issues

2001-11-13 Thread John M. Corro
Newbie question Attempting to install Tomcat 4.0.1 on a W2K workstation box and am running into some issues that some others may have run into. I currently have v3.2.3 on my box and am looking to migrate to v4.0.1. I followed the deploy steps for Windows: 1. Unzipped to tomcat4.0.1

Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread David Hamilton
Would that be a P3P issue? If so, you need to define P3P policy descriptors on your site... david - Original Message - From: Martin van den Bemt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 3:54 PM Subject: RE: REPOST: NEED HELP

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Martin van den Bemt
I don't know what p3p is ... Enlighten me ;)) Mvgr, Martin -Original Message- From: David Hamilton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 5:45 PM To: Tomcat Users List Subject: Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new

RE: Quick clarification

2001-11-13 Thread Martin van den Bemt
You still have to do some work to actually have to 2 talking to eachother eg install mod_webapp, or ajp module for apache, update the config files for apache). It just states that tomcat is ready and waiting for apache (which is I presume the default in the installation of tomcat). There is some

Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread David Hamilton
P3P = Platform for Privacy Preferences W3C spec for what sites do with your personal info. IIRC, default option for IE6 will not accept cookies (other that session scope ones) if a site does not have a P3P descriptor on your site. Obviously this can be changed, but since most IE users never get

Re: InitialContext

2001-11-13 Thread Craig R. McClanahan
On Tue, 13 Nov 2001, Marko Asplund wrote: Date: Tue, 13 Nov 2001 17:46:37 +0200 (EET) From: Marko Asplund [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: InitialContext On Sun, 11 Nov 2001, Craig R. McClanahan wrote:

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Martin van den Bemt
Thanx for the valuable info! Mvgr, Martin -Original Message- From: David Hamilton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 6:09 PM To: Tomcat Users List Subject: Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window P3P =

RE: Caching of Classes

2001-11-13 Thread Evan Swanson
If you install set up the manager application you can use it to reload the app like: http://localhost:8080/manager/reload?path=/ see jakarta doco... -Original Message- From: Ken M. Mevand [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 8:55 PM To: [EMAIL PROTECTED] Subject:

Re: Caching of Classes

2001-11-13 Thread Bo Xu
- Original Message - From: Ken M. Mevand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 12, 2001 11:54 PM Subject: Caching of Classes hi, this question has probably been asked a lot, but i can't seem to find the answer. how do i get tomcat to reload the classes

intranet authentication with win2k

2001-11-13 Thread Mangi, Rick
Greetings tomcat users! This question is 1/2 tomcat 1/2 apache. I'm developing an intranet site. The users logon with NT authentication onto our local network. The intranet is running tomcat/apache on solaris. I'm wondering if anyone has a solution for authenticating these users on the intranet

Re: intranet authentication with win2k

2001-11-13 Thread John M. Corro
I'm not as familiar w/ NT security either, but it sounds like (from a Java programming standpoint) the getRemoteUser() method is your best bet. If I remember correctly, it returns the username *if* the user has logged in (in this case through NT security) or null otherwise. - Original

RE: Tomcat - IIS

2001-11-13 Thread Larry Isaacs
Did you add the Filter DLLs key? If so, delete it and things will work better. The Filter DLLs key is only for Win98. If not, include the log output for the last failed request. Cheers, Larry -Original Message- From: Gandham, Ram [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November

cryptography - slow starting????

2001-11-13 Thread Gerry Duhig
Hi! I have successfully built a servlet that uses JCE to encrypt data and deployed it under JBoss Tomcat 2.4.1-3.2.2. The very first access is VERY slow as the cryptography classes do some sort of initialisation. I don't know what. Subsequent actions seem very quick. Is this to be

Re: Tomcat 4.0.1 install issues

2001-11-13 Thread Steve Vu
I had a similar problem accessing .jsp pages on a Linux box so don't know if this will apply to W2k but hopefully it will help. My problem was that I (the one who starts/stops Tomcat) did _not_ have write permission to the $TOMCAT_HOME/work directory. This is what Tomcat uses to create the

Portlet and character encoding issue

2001-11-13 Thread Frank Bourdache
Hi, I'm currently using Portlet architecture within a Tomcat 4.0 server and the kind of queries I sent to my Portal look like this :

Re: mod_webapp

2001-11-13 Thread jean-frederic clere
Pier Fumagalli wrote: Chris Huisman at [EMAIL PROTECTED] wrote: Hello, I am having trouble integrating tomcat with apache using mod_webapp.so. I have mod_webapp.so copied into libexec/apache/mod_webapp.so, but when I execute apachectl configtest I get the following response:

Re: cryptography - slow starting????

2001-11-13 Thread David Wall
It's the SecureRandom initialization. You could just force such an initialization at startup so that startup has a bit of a slowdown, but then it runs fast the rest of the time. David - Original Message - From: Gerry Duhig [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

RE: cryptography - slow starting????

2001-11-13 Thread Martin van den Bemt
It think that tomcat is slow on first use. It's a ranodimizer of some sort, that get's initialized when first calling a servlet. Mvgr, Martin -Original Message- From: Gerry Duhig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 7:03 PM To: [EMAIL PROTECTED] Subject:

Re: httpd.conf problem by using tomcat warp connector

2001-11-13 Thread jean-frederic clere
Roman Schlueter wrote: ... where do you have found the directives 'WarpConnection' and 'WarpDeploy'? I think, it should be 'WebAppConnection' and 'WebAppDeploy'. Some thing like: VirtualHost 172.25.182.35:443 ServerName vtxclere.bcn.fsc.net WebAppConnection warpConnection warp

upgrade b6 to 4.0.1

2001-11-13 Thread Brian K. Buckley
Hello, I have a webapp with custom taglibs that was running fine with Tomcat4 b6. I installed Tomcat 4.0.1 and copied over my application to a subdirectory under webapps but when I attempt to run it my JSPs now won't compile, giving me lots of taglib-related error messages such as 'Undefined

Re: upgrade b6 to 4.0.1

2001-11-13 Thread Tom Drake
Did you copy your .tld and web.xml files as well? - Original Message - From: Brian K. Buckley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 9:46 AM Subject: upgrade b6 to 4.0.1 | Hello, I have a webapp with custom taglibs that was running fine with | Tomcat4

Re: upgrade b6 to 4.0.1

2001-11-13 Thread Brian K. Buckley
Did you copy your .tld and web.xml files as well? Yes. I copied the whole WEB-INF directory and subdirectories including the lib directory that has the jars holding the taglib classes. Everything. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Generating .keystore does not work

2001-11-13 Thread Tanner, Don
Hi there!! We are using Tomcat 4.0.1 on Solaris 8. We have been attempting to get SSL to work on Tomcat by following the document @ http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html. When we run $JAVA_HOME/bin/keytool -genkey -alias tomcat -keyalg RSA this is what happens:

Re: cryptography - slow starting????

2001-11-13 Thread Matt Egyhazy
make an initialization servlet that gets loaded when your application starts up and make it use whatever methods are needed to start the JCE. matt - Original Message - From: Gerry Duhig [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; David Wall [EMAIL PROTECTED] Sent: Tuesday,

RE: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Geoff Howard
We have recently discovered a (P3P?) default in IE 6 that affects accepting cookies across domains. For example, we had a frameset in foo.com that had one frame in foomail.com that was setting a cookie in its own domain, but was refused by IE6's default presumably because the frameset was in a

How to bring back pop-up with BASIC authentication

2001-11-13 Thread Bongiorno, Christian
Can someone explain to me how I can tell tomcat from with in my custom realm to prompt the user again for login is their password should fail? The built in realms all do this, but for the life of me I can't figure out how this is being done in the code -- I have been over it several times. Any

Re: REPOST: NEED HELP URGENT:: internet explorer nullifies session on open new window

2001-11-13 Thread Steve Brunton
Geoff Howard wrote: We have recently discovered a (P3P?) default in IE 6 that affects accepting cookies across domains. For example, we had a frameset in foo.com that had one frame in foomail.com that was setting a cookie in its own domain, but was refused by IE6's default presumably

RE: intranet authentication with win2k

2001-11-13 Thread Mangi, Rick
yes, once the person is logged into the web application. The question is, how do I get them logged into the web application without having to prompt for a user/pass. Rick -Original Message- From: John M. Corro [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 2:57 PM To:

FW: [servlets] Error when wrapping a response object

2001-11-13 Thread Jay Wright
Has anyone using Tomcat seen a problem like this? In short, I am wrapping a response object so I can write the HTML to a file. Then, I would like to use the ReqeustDispatcher to forward the response or at the very least use the response objects sendRedirect to go to the next page. With Resin,

RE: [servlets] Error when wrapping a response object

2001-11-13 Thread Martin van den Bemt
Close the writer you have opened to write to the html stream should (if I'm not mistaking) make this work. Mvgr, Martin -Original Message- From: Jay Wright [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 8:09 PM To: '[EMAIL PROTECTED]' Subject: FW: [servlets] Error when

Re: upgrade b6 to 4.0.1

2001-11-13 Thread Craig R. McClanahan
On Tue, 13 Nov 2001, Brian K. Buckley wrote: Date: Tue, 13 Nov 2001 12:46:32 -0500 From: Brian K. Buckley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: upgrade b6 to 4.0.1 Hello, I have a webapp with custom taglibs that was running fine

Re: cryptography - slow starting????

2001-11-13 Thread Gerry Duhig
I guessed as much! How do I force it to happen at startup? Gerry - Original Message - From: David Wall [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 6:08 PM Subject: Re: cryptography - slow starting It's the SecureRandom

session using URLrewriting

2001-11-13 Thread Raphael Mack
Hello, is it possible to force sessions to use URL-rewriting and not using cockies and how? Thanks, Raphael -- procreo - Webseitenentwicklung und Individualsoftwarelösungen _ / __ / _/ __ / ___/ _/ / __ / procreo GbR / /_/ / / / /_/ /

RE: intranet authentication with win2k

2001-11-13 Thread Bongiorno, Christian
What we have done is integrate NT authentication into a Tomcat realm. Using WIN2k you can use either the com.sun.security.auth packages to Use NTLoginModule (this only works on windows and only for the currently logged in user). Or you can use the Krb5 security module same group ... OR... you can

RE: intranet authentication with win2k

2001-11-13 Thread Mangi, Rick
Have you implemented this with tomcat running on *nix? Or only on win2k? -Original Message- From: Bongiorno, Christian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 2:11 PM To: 'Tomcat Users List' Subject: RE: intranet authentication with win2k What we have done is

RE: intranet authentication with win2k

2001-11-13 Thread Bongiorno, Christian
Our realm is running under linux RH 7.1 -Original Message- From: Mangi, Rick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 2:14 PM To: 'Tomcat Users List' Subject: RE: intranet authentication with win2k Have you implemented this with tomcat running on *nix? Or only on

how to deploy default context

2001-11-13 Thread Jeff Ramin
I'm trying to use Apache to serve the default Tomcat Context, and can't figure out how to make it work. I've compiled mod_webapp, and successfully configured Apache to talk to Tomcat via config statements like this: WebAppConnection warpConnection warp puffy:8008 WebAppDeploy examples

RE: session using URLrewriting

2001-11-13 Thread Larry Isaacs
For Tomcat 4.x, I believe you use the cookies attribute of the Context element in server.xml, i.e.: Context ... cookies=false ... For Tomcat 3.3, you use the noCookies atttribute of the SessionId module in server.xml, i.e.: SessionId ... noCookies=true ... For Tomcat 3.2.x, you also

Tomcat 4.0.1 + IIS

2001-11-13 Thread alessander
Hi do somebody knows how to integrate Tomcat 4.0.1 and IIS 5 (W2k)? I haven'' found any doc... Thanks a lot Alessander Fecchio DIS/DISGE/TID - IESTEC 55 41 3314849 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

RE: [servlets] Error when wrapping a response object

2001-11-13 Thread Jay Wright
Well I though you might have had it, but I've added a closeWriter method and still no dice. See anything I'm overlooking (some dumb mistake from too many hours of staring at it)? I'm using a controller servlet with handler classes. In the handler for my submit I have: AtOnceServletResponse

how to put self-made certificate for SSL

2001-11-13 Thread Miao, Franco CAWS:EX
Hi there, I have made a certificate with MS certicate server, want to put it into Tomcat 4.01 for SSL website test, just wondering anyone has experience on that, thanks! Franco -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the

Tomcat as a remote server

2001-11-13 Thread Suzanne Reiner 8423
Being a newbie to tomcat and linux, I lost tons of hair to integrated Apache1.3.22 and Tomcat 4.0.1. Having that completed I'd like to separate Apache and Tomcat to different boxes. I am running RH7.1 on both servers. The server I want to house tomcat is unwilling to start the

Re: How to bring back pop-up with BASIC authentication

2001-11-13 Thread Craig R. McClanahan
On Tue, 13 Nov 2001, Bongiorno, Christian wrote: Date: Tue, 13 Nov 2001 13:48:17 -0500 From: Bongiorno, Christian [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: How to bring back pop-up with BASIC authentication Can

Re: upgrade b6 to 4.0.1

2001-11-13 Thread Brian K. Buckley
The most likely scenario is that you are somehow trying to use the generated source files (for your JSP pages) from the b6 release in the 4.0.1 release. This won't work. To get rid of them, shut down Tomcat and delete the entire contents of the work directory. Then, when you restart, the

Re: how to deploy default context

2001-11-13 Thread Kevin Barnes
If you deploy your app in the root context and use mod_webapp aren't you effectively going to be sending every request to Tomcat? f that's the case you aren't going to be able to take advantage of Apache's ability to serve static content. I recently had the same issue and ended up using mod_jk

  1   2   >