Re: Where is the stratum package?

2004-03-25 Thread Alex Chen
Thanks. Shapira, Yoav wrote: Hi, Stratum is a jakarta turbine (http://jakarta.apache.org/turbine/) package. Yoav Shapira Millennium Research Informatics -Original Message- From: Alex Chen [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 10:15 PM To: Tomcat Users List Subject

Re: java.lang.NoClassDefFoundError: javax/mail/Address

2004-03-24 Thread Alex
activation.jar mailapi.jar make sure these are in your $CATALINA_HOME$/common/lib On Wed, 24 Mar 2004, [Windows-1252] Honza Spurný wrote: Date: Wed, 24 Mar 2004 12:33:17 +0100 From: [Windows-1252] Honza Spurný [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED],

Where is the stratum package?

2004-03-24 Thread Alex Chen
I got the following error message in my tomcat log file. I am using Axis under Tomcat and create a servlet that extends AxisServlet 2004-03-24 18:33:07 StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain:

RE: Problem using JNDI/DBCP to get DataSouce

2004-03-17 Thread Alex
This is what version? I have issues still with 5.0.19 but my connection pools still work despite the error being thrown in the log...does your pool just not work at all? On Wed, 17 Mar 2004, Paul Mahoney wrote: Date: Wed, 17 Mar 2004 16:24:08 - From: Paul Mahoney [EMAIL PROTECTED]

Re: how to configure to give access to clients

2004-03-12 Thread Alex
what type of access? On Fri, 12 Mar 2004, xavier manohar wrote: Date: Fri, 12 Mar 2004 09:32:43 + (GMT) From: xavier manohar [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: how to configure to give access to clients Hallo, I

Re: Why do I need to restart my server

2004-03-10 Thread Alex
This works with most except for oracle which uses select 1 from dual parameter namevalidationQuery/name valueselect 1/value /parameter On Wed, 10 Mar 2004 [EMAIL PROTECTED] wrote: Date: Wed, 10 Mar 2004 16:49:21 +0530 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List

Re: Why do I need to restart my server

2004-03-10 Thread Alex
Sent this a little too early. The reason for the validation query is that if it fails, it will restablish the connection. On Wed, 10 Mar 2004, Alex wrote: Date: Wed, 10 Mar 2004 07:26:26 -0500 (EST) From: Alex [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Why do I

Re: SSL Doesn't Stay SSL

2004-03-10 Thread Alex
all the images and all content must be provided from the https link or else you'll loose the lock. On Wed, 10 Mar 2004, John Thompson wrote: Date: Wed, 10 Mar 2004 08:58:34 -0600 From: John Thompson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To:

Re: Hiding Apache-Coyote/1.1 banner in Tomcat 5

2004-03-09 Thread Alex
Lots of scripts out there for little script kiddies to run simply look at banners of different services to determine their worth in attempting to run an exploit against to gain access. By changing banners it helps to remove a good chunk of exploits that are out there. It also promotes laziness

Re: clustering question?

2004-03-09 Thread Alex
Aadi, do you have this working properly with 5.0.19? I can't get session replication to work. I see lots of errors in my catalina.out request.registerRequests=false i added this to jk2.properties to stop the error messages. On Tue, 9 Mar 2004, Aadi Deshpande wrote: Date: Tue, 09 Mar 2004

RE: clustering question?

2004-03-09 Thread Alex
Mar 9, 2004 6:45:28 PM org.apache.jk.common.HandlerRequest decodeRequest WARNING: Error registering request This occurs when I uncomment the jk2.property noted below. All the classes that could/do/will/would get stored to session are serializable. I have two exact machines running rh 9.0 with

RE: clustering question?

2004-03-09 Thread Alex
I put the export LD_ASSUME_KERNEL=2.4 in my startup.sh which is called and still get: Mar 9, 2004 7:11:22 PM org.apache.jk.common.HandlerRequest decodeRequest WARNING: Error registering request Thanks for the suggestion though. I've been reading and googlin' for a week now... On Tue, 9 Mar

RE: clustering question?

2004-03-09 Thread Alex
Once I can get it working i'll be playing and see what suits the application setup best. On Tue, 9 Mar 2004, Filip Hanik (lists) wrote: Date: Tue, 9 Mar 2004 13:04:31 -0600 From: Filip Hanik (lists) [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

RE: clustering question?

2004-03-09 Thread Alex
jk2 is only being utilized to provide the connection between IIS5.0 and tomcat using ajp13. when i've been testing, this is going direct to tomcats port 8080 and utilizing the tomcat web server. if i understand it properly, when the session is instantiated on one server, it's replicated via tcp

RE: clustering question?

2004-03-09 Thread Alex
my box isn't pretty. i've also had some other weirdness which others haven't experienced. some odd jndi errors, rah rah rah. anyways, it doesn't work. between this and not being able to get jk2 to do sticky sessions, i'm going nuts. have two different routes to go and neither are working.

Re: clustering question?

2004-03-09 Thread Alex
log4j for the application. i really don't believe replication is occuring. i see nothing in the application logs, localhost_log or catalina.out aside from the error On Tue, 9 Mar 2004, Aadi Deshpande wrote: Date: Tue, 09 Mar 2004 16:29:36 -0500 From: Aadi Deshpande [EMAIL PROTECTED]

jdbc errors

2004-03-09 Thread Alex
Now, after much reading, I still haven't found an explanation or a fix for my other nagging problem. When the application starts up, an error is thrown as follows: error getting data source java:comp/env/jdbc/XXX -- chained exception is: Name jdbc is not bound in this Context

Re: clustering question?

2004-03-09 Thread Alex
Filip, thanks for the reply. I do indeed have that tag in web.xml for that web application. session-config session-timeout40/session-timeout /session-config distributable/ /web-app this is correct, yes? On Tue, 9 Mar 2004 [EMAIL PROTECTED] wrote: Date: Tue, 9

Re: AW: IIS + Tomcat 4.1.x + Load Balancing with session affinity (s ticky sessions) possible ?

2004-03-08 Thread Alex
New code in cvs i've found for jk2 isapi fll for IIS5 does support sticky sessions going to multiple tomcat instances using ajp13. All my attempts to check out and compile it into a dll though have failed. On Mon, 8 Mar 2004 [EMAIL PROTECTED] wrote: Date: Mon, 8 Mar 2004 13:16:20 +0100

RE: problem with tomcat shutdown on solaris

2004-03-06 Thread Alex
I have experienced the same since upgrading from 5.0.18 to 5.0.19 -- although i did see some weirdness and reported it as a bug http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27251 i still have to kill the pid after i try the shutdown. it being not clean also means that the sessions aren't

Re: Suggestion on where to put mysql driver

2004-03-05 Thread Alex
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html Depends on how you want it exposed and what you are doing with it. There's a plethora of documentation online. common/lib will be exposed to all your webapps. On Fri, 5 Mar 2004, Simone - Dev wrote: Date:

mac internet explorer issues

2004-03-04 Thread Alex Korneyev
Hello, Has anyone noticed any problems with usebean tags with I.E. 5.2 on MAC? for some reason, session variables are coming thru. however, if i use regular request.getAttribute() all is well. alex korneyev

RE: Serving static content in tomcat 5

2004-02-26 Thread Alex Smith
for .cer files. What gives? Thanks a lot for the help! -Alex --- Shapira, Yoav [EMAIL PROTECTED] wrote: Howdy, I tried adding a Context to the webappBase\WEB-INF\web.xml file: A context IS a web application: it's a one to one relationship. But it doesn't seem to work. Can someone

Re: Using HTTPS with keystore and trust store files

2004-02-26 Thread Alex Chen
); // and the code to match the client certificate with the client keystore on the server // so you specify its location on the server having the same client keystore... ) Hope this helps, Regards, Rommel. - Original Message - From: Alex Chen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Using HTTPS with keystore and trust store files

2004-02-25 Thread Alex Chen
Hi, I am trying to set up Tomcat for HTTPS connection with keystore and truststore files. I want to use Tomcat as the web server so the port number is 80 and 443 for HTTP and HTTPS, respectively. I am running Tomcat on Windows XP. Here is the 'Connector' entry in

Re: Problems getting Tomcat 5.0.18 to work with IIS 5

2004-02-13 Thread Alex L.
? Alex. - Original Message - From: Michael Südkamp [EMAIL PROTECTED] To: 'Alex L.' [EMAIL PROTECTED]; 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, February 13, 2004 1:27 AM Subject: AW: Problems getting Tomcat 5.0.18 to work with IIS 5 The online docs are not clear. You can use

Problems compiling new .jsp's with tomcat

2004-02-13 Thread Alex L.
and JAVA_HOME to C:\Program Files\Java\j2re1.4.2_03 No tools.jar on windows. Alex - Original Message - From: Alex L. [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 13, 2004 2:24 PM Subject: Re: Problems getting Tomcat 5.0.18 to work with IIS 5 This one did

Problems getting Tomcat 5.0.18 to work with IIS 5

2004-02-12 Thread Alex L.
http://localhost/jakarta/jsp-examples/ doesn't work. Thanks, Alex Letichevsky - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Alias in tomcat

2004-02-09 Thread Alex Korneyev
of that directory. now, my workers.properties for mod_jk2 has a mapping [uri:/*] worker=ajp13:localhost:8009 it HAS to be this way. So, in tomcat, can i do the same thing as Alias in apache? alex k. - To unsubscribe, e-mail

preloading JSPs

2004-02-05 Thread Alex Korneyev
Hello, all of my .jsp files are located on a network drive, so it takes much longer for them to be compiled the first time around. So, is there an option in 4.1.29 to preload and pre compile all the .jsp fles on start up? best regards, alex k

java keeps crashing. any ideas?

2004-01-29 Thread Alex Korneyev
I keep getting this. i am running on linux 7.3 any idea how to research this problem? Unexpected Signal : 11 occurred at PC=0x4ED2FA Function=(null)+0x4ED2FA Library=/usr/java/j2sdk1.4.2_03/jre/lib/i386/client/libjvm.so NOTE: We are unable to locate the function name symbol for the error

JSPC Jasper compiler crash.

2003-11-30 Thread Alex Kowalenko
is: [echo] Tomcat is F:/Tomcat4.1 [jasper2] Error in class org.apache.jasper.JspC 2003-12-01 11:06:36 - ERROR-the file '\roombooking\dates.jsp' generated the following general exception: java.lang.NullPointerException BUILD FAILED file:D:/Alex/Release/iHookWeb/build.xml:68

Re: (OT) oracle.jdbc.driver.OraclePreparedStatement.setString(OraclePreparedStatement.java:1082)

2003-10-28 Thread Alex Pomansky
It will be true for first run but it works on first and does not on second with same input Thanks - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 4:45 PM Subject: Re: (OT)

com.sun.tools.javac.Main is not on the classpath error

2003-10-03 Thread Alex Korneyev
Hello, When i run tomcat in a debugger, i get the following error when it is trying to compile ANY jsp: Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK it works fine , if it is not wrunning in debug mode. alex k

Re[2]: com.sun.tools.javac.Main is not on the classpath error

2003-10-03 Thread Alex Korneyev
: Alex Korneyev [EMAIL PROTECTED] FH Cc: [EMAIL PROTECTED] FH Sent: Friday, October 03, 2003 2:00 PM FH Subject: com.sun.tools.javac.Main is not on the classpath error FH Hello, FH When i run tomcat in a debugger, i get the following error when it is FH trying to compile ANY jsp: FH Unable

Virtual Users on Apache/Tomcat on https

2003-10-02 Thread Alex Korneyev
. I understand this is an Apache configuration. Best Regards, Alex K. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: Virtual Users on Apache/Tomcat on https

2003-10-02 Thread Alex Korneyev
Hello Oleksiy, I am not sure how this is going to help me. This is a Tomcat side configuration. thanks Thursday, October 2, 2003, 10:18:48 AM, you wrote: OP Alex Korneyev wrote: Hello Everyone! I hope someone can point me in the right direction. How do i configure Apache to redirect https

Re[2]: Virtual Users on Apache/Tomcat on https

2003-10-02 Thread Alex Korneyev
Hello David, Thursday, October 2, 2003, 10:52:17 AM, you wrote: DR On Thu, October 2, 2003 at 7:53 am, Alex Korneyev sent the following I hope someone can point me in the right direction. How do i configure Apache to redirect https://servername.serverhost.com/~username/test.jsp to Tomcat

Slow serving requests issue

2003-10-01 Thread Alex Shneyderman
I just finished development of my struts app and have a performance problem. The pages are not served with a consistent speed. I have a page that Goes thru the whole struts hoopla to be served (action servlet - action - jsp). To detect what might be the problem I make the same request several

DBCP borrowObject failed: null

2003-07-14 Thread Alex
Greetings, I've searched the internet, found some hints, done some other fiddling around, but for the life of me i can not get working tomcat 4.1 (linux) with oracle 8.1.7 (solaris). in catalina.out the error message is: DBCP borrowObject failed: null From server.xml: Resource

Redirecting stderr and stdout

2003-06-10 Thread Chmelnitzki, Alex
Hi! How can I redirect the standard output of all programs that run under Tomcat to the console? (It is directed to CATALINA_HOME/logs/stderr.log and CATALINA_HOME/logs/stdout.log now.) Thank you! Alex Chmelnitzki ### This message has been scanned by F

RE: Nightmare with Tomcat 4.1 and SSL configuration

2003-06-04 Thread Alex Burton
my 2cents would be to use apache on the front to do the SSL... -Original Message- From: Cosmin [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 June 2003 7:22 AM To: [EMAIL PROTECTED] Subject: Nightmare with Tomcat 4.1 and SSL configuration Hi there , I've just registered to this list in

RE: Tomcat Memory leaks!

2003-06-03 Thread Alex Burton
to jikes forked compiles went away... Hope that helps. Cheers, Alex. -Original Message- From: Robert Abbate [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 June 2003 2:06 PM To: [EMAIL PROTECTED] Subject: Tomcat Memory leaks! Importance: High Hi. It seems Tomcat (4.1.24) has a major memory

RE: Tomcat Memory leaks!

2003-06-03 Thread Alex Burton
Memory leaks! Hi. I honestly have no idea what you are talking about. Can you explain what needs to be done for this? You talking about changing `javac`? Thanks -Original Message- From: Alex Burton [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 11:12 PM To: Tomcat Users List Subject: RE

RE: IOException: failed to communicate with MySQL

2003-06-03 Thread Alex Burton
a couple of days ago a post went by talking about MySQL default timeout being set to 8 hrs for connections... betting this might be your problem... -Original Message- From: Mindaugas Genutis [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 June 2003 5:26 PM To: [EMAIL PROTECTED] Subject:

RE: Jaybird With Tomcat Part II

2003-05-29 Thread Alex Burton
Make sure the database resource is in the context you are accessing. Also make sure any classes JAR has .jar extension... .zip extenstion will not work. e.g. Accessing by http://www.mydomain.com/mydomain Host name=www.mydomain.com debug=1 appBase=virtual_hosts unpackWARs=true Context

RE: Multiple instances

2003-05-29 Thread Alex Burton
Why do you want to run separate instances for each application? Why not just setup more host inside one instance? -Original Message- From: Rohit Peyyeti [mailto:[EMAIL PROTECTED] Sent: Thursday, 29 May 2003 8:41 PM To: Tomcat Users List Subject: Multiple instances Hello Gurus: I have

ssl on tomcat 4.0.4

2003-02-24 Thread Alex Troubadour
the trustcacerts option. I do not know where the problem lies ... the cacerts file ? Any help would be appreciated. - Alex = __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com

/manager does not work on Tomat 4.0.3

2003-02-17 Thread Alex K.
? Best Regards, Alex Korneyev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Compiling tomcat.exe?

2003-02-17 Thread Alex Cruise
DLL, so that java.exe doesn't show up in the Windows process listing. TIA for any pointers you can give... -- Alex Cruise - Programmer, Iconoclast, Opinionated Bastard. GCS/P v3.1a: d- s+:+ C$ UF++ UL++ P--- L++ E++ W++ N+ K w-- O- M PS++ PE- Y+ PGP-- t+@ 5- X-- R !tv b++ DI++ D++ G e* h

/manager does not work on Tomat 4.0.3

2003-02-15 Thread Alex K.
? Best Regards, Alex Korneyev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 3.3.1 Standalone and Client-Auth

2003-02-12 Thread Alex Tang
On Tue, Feb 11, 2003 at 10:42:33PM -0800, Bill Barker wrote: Alex Tang [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi folks. I was wondering if it's possible to get client certificate information from tomcat (3.3.1) when running STANDAL

RE: How do setup tomcat on www.domainname.com/~username/some.jsp

2003-02-12 Thread Alex K.
Hello Jake Robb, I remember seeing the documentation about it, I just cannot find it :) can you point me to the right URL? Best Regards, Alex Korneyev -Original Message- From: Jake Robb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 7:50 AM To: Tomcat Users List

Custom-built Tomcat 4.0.5 on J2SE 1.4.1 can't find SAXParserFactoryprovider

2003-02-12 Thread Alex Cruise
distribution directory. I also have a prebuilt Tomcat 4.0.5 that contains no xerces.jar but successfully starts up, so obviously I'm missing something in my build process. Can anyone shed some light? Thanks! -- Alex Cruise - Programmer, Iconoclast, Opinionated Bastard. GCS/P v3.1a: d- s+:+ C

error-page in web.xml doesn't work

2003-02-11 Thread Alex
of the html page, as a error page, and, still, no result. But it doesn't work, so, can anyone help me ? thanks in advance... Alex here's the code for those 3 files: 1.jsp % int a = Integer.parseInt(a); % %=a% web.xml ... web-app error-page exception-typejava.lang.Exception/exception-type location

Re: error-page in web.xml doesn't work

2003-02-11 Thread Alex
yes, i've tried to use java.lang.NumberFormatException, and, still, no result. Alex - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 4:45 PM Subject: RE: error-page in web.xml doesn't work Hi, Hmm. Did

error-page in web.xml

2003-02-11 Thread Alex
of the html page, as a error page, and, still, no result. But it doesn't work, so, can anyone help me ? thanks in advance... Alex here's the code for those 3 files: 1.jsp % int a = Integer.parseInt(a); % %=a% web.xml ... web-app error-page exception-typejava.lang.Exception/exception-type location

Building ISAPI connector with Ant - How to materialize apr.h?

2003-02-11 Thread Alex Cruise
someone help me find an ant-callable method for getting apr to the point where isapi_redirector2.dll will build? Ideally one that doesn't require Cygwin, please! :) Thanks, -- Alex Cruise - Programmer, Iconoclast, Opinionated Bastard. GCS/P v3.1a: d- s+:+ C$ UF++ UL++ P--- L++ E++ W++ N+ K w

Re: Building ISAPI connector with Ant - How to materialize apr.h?

2003-02-11 Thread Alex Cruise
... The question is how to get an apr.h that's correct for my configuration. :) -- Alex Cruise - Programmer, Iconoclast, Opinionated Bastard. GCS/P v3.1a: d- s+:+ C$ UF++ UL++ P--- L++ E++ W++ N+ K w-- O- M PS++ PE- Y+ PGP-- t+@ 5- X-- R !tv b++ DI++ D++ G e* h--- r+++ y

3.3.1 Standalone and Client-Auth

2003-02-11 Thread Alex Tang
at any of the certificate information. Also, yes, i know that this is possible (and i have done it) using apache and mod_jk, however due to various reasons, i can not run ANY web server (groan...) on the machine, so i need to be able to do this standalone. Thanks. ...alex

Re: Building ISAPI connector with Ant - How to materialize apr.h?

2003-02-11 Thread Alex Cruise
Alex Cruise wrote: Well aware... The question is how to get an apr.h that's correct for my configuration. :) Turns out the problem was that the .dsp files in apr-0.9.1.tar.gz have Unix line-endings, and MSDev can't handle it. I just threw a fixcrlf task into my build script and I'm moving

How do setup tomcat on www.domainname.com/~username/some.jsp

2003-02-11 Thread Alex K.
Hello, Any ideas? Best Regards, Alex Korneyev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat oddities

2003-01-09 Thread Korneyev,Alex
the data, it would display old data; Best Regards, Alex K. -Original Message- From: Subir Sengupta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 5:51 PM To: 'Tomcat Users List' Subject: RE: Tomcat oddities Issue One: If Tomcat used up all your memory, you would see

Tomcat 4.12 giving me big headaches. Please help.

2002-12-18 Thread Colic, Alex
for any help. Alex This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended

DBCP difficulties and Mysql!!

2002-12-16 Thread Colic, Alex
and connection. I am getting these errors with a load of about 5 users. Even though the error says that it can't find the mysql server I can connect to it manually. Any help in figuring out what is going on is appreciated. Thanks Alex parameter namemaxActive/name value100/value

URGENT HELP NEEDED PLEASE ADVISE

2002-12-08 Thread Alex K.
what is going on??!?!?!? Please help, our client are currently down because of this. Really interesting thing is that this setup has been up and running for some months now. Please let me know what is happening! Best Regards, Alex Korneyev

mod_jk does not work with jsp files, but works with servlets; please advise

2002-12-08 Thread Alex K.
/HelloWorldExample what is going on??!?!?!? Please help, our client are currently down because of this. Really interesting thing is that this setup has been up and running for some months now. Please let me know what is happening! Best Regards, Alex Korneyev

URGENT HELP NEEDED!

2002-12-07 Thread Alex K.
what is going on??!?!?!? Please help, our client are currently down because of this. Really interesting thing is that this setup has been up and running for some months now. Please let me know what is happening! Best Regards, Alex Korneyev

jk2 + SSL

2002-11-25 Thread Alex Fritze
and one with scheme=https on port 8019), but I don't know how to configure jk2 to map /foo/ to 8009 and /bar/ to 8019. Can anybody help? Thanks Alex -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Tomcat 4.12 no longer likes my admin directory.

2002-11-20 Thread Colic, Alex
an existing web app? Alex -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 3:10 PM To: 'Tomcat Users List' Subject: RE: Tomcat 4.12 no longer likes my admin directory. it doesn't care. The admin.xml just supplied a context definition for /admin

RE: Tomcat 4.12 no longer likes my admin directory.

2002-11-19 Thread Colic, Alex
Yup, I am in conflict. I deleted the admin.xml file and my sub directory called 'admin' worked fine. Seems like a bug to me. Why should tomcat car what I call the sub directories within my web app? Alex -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Tuesday

Tomcat 4.12 no longer likes my admin directory.

2002-11-18 Thread Colic, Alex
fine. Is admin a reserved folder? Thanks Alex This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information

RE: Tomcat 4.12 no longer likes my admin directory.

2002-11-18 Thread Colic, Alex
Hi, sorry I should have been clearer. My directory structure is: Tomcat/webapps/myApp/admin/menu.jsp Since I have moved from 4.06 to 4.12 nothing in the admin directory is accessable. Other sub directories off of myApp work fine. Is there problems with a directory name of 'admin'? Thanks Alex

Has anyone heard of this class:org.apache.catalina.INVOKER.pwCS S.css?

2002-11-13 Thread Colic, Alex
HI, I am getting the following error. Has anyone heard of this class:org.apache.catalina.INVOKER.pwCSS.css? Thanks Alex 2002-11-11 20:39:56 action: Creating new Action instance 2002-11-11 20:40:30 StandardWrapper[:org.apache.catalina.INVOKER.pwCSS.css]: Marking servlet

Removing Response Headers

2002-10-29 Thread Alex Muc
the processing took. I'm hoping someone can tell me if this is possible or not. Thank you for your assistance. Alex. -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

Re: Defining methods in JSP pages

2002-10-13 Thread Alex Muc
/controller/other)? Alex. Chris Means wrote: Alex, Are you aware that you could simply call the method that you defined directly in the JSP body? %! public String getTitle(HttpServletRequest request) { String id = request.getParameter(id); return id: + id; } % % String title

Defining methods in JSP pages

2002-10-12 Thread Alex Muc
be to add? Does any one have any comments about why defining methods in JSP pages is a good or bad idea? I would really appreciate hearing from you. Thanks for you time. Alex. *** Example method in a JSP page: *** %@ page language=java import=java.lang.reflect

Session.invalidate() not working

2002-10-08 Thread Alex Imbastari
I'm using Tomcat 4.1 and I can't log off users via session.invalidate(). I'm using Basic Authentication. Can anyone help Thanks Alex __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos More http://faith.yahoo.com -- To unsubscribe, e

Re: Session.invalidate() not working

2002-10-08 Thread Alex Imbastari
Thanks I tried it and it works Alex --- Craig R. McClanahan [EMAIL PROTECTED] wrote: I answered this question yesterday. The short answer is that it's not possible to portably log users off if you're using BASIC authentication, because the browser keeps sending the credentials

Session.invalidate() does not work

2002-10-07 Thread Alex Imbastari
Hi all I am using TOmcat 4.1 with Basic Authentication with JDBC Realm. I log off users using session.invalidate() but this doesn't seem to work. Any suggesstions would be appreciated Thanks Alex -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Mysql DataSource with Tomcat 4.1

2002-10-07 Thread Alex Imbastari
I'm using a mysql jdbc datasource with TOmcat 4.1. Two questions 1) Does TOmcat pool database connections? If so where are the number of pooled connections specified? 2) The server seems to hang after about 3 accesses to the database. Has anyone experienced this? THanks Alex

java.lang.ArrayIndexOutOfBoundsException

2002-10-03 Thread Alex Johansson
) Any clue to solve this problem regards _ Alex Johansson Systemutvecklare @ TechLex 0708 - 29 26 01 [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[Security] - using a connection pool with the jdbc realm

2002-09-29 Thread Alex Birch
the driver, but I don't know how (if possible at all) to initialise the pool before the realm initiliases - does anybody know a workaround to this? thanks in advance Alex __ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport

RE: Postgresql DataSource Tomcat 4.1 SQLException

2002-09-23 Thread Alex Wallace
I'm using postresql with tomcat usin jndi. If you still have problems tell me and I'll try to help. Quoting Ray Madigan [EMAIL PROTECTED]: Paul: Did you get this problem fixed. I have nearly the identical situation you are using working and will help if you need it. Thanks

Tomcat Email - JavaMail Advice.

2002-09-23 Thread Alex Wallace
I need to make a web app that will notify and monitor activity to users by email, and potentially thousands of users (therefor emails). I want to ask for advice as to how to handle this. Should the web app generate all the emails? May be use another machine as a mail server (linux with exim?),

Re: Question

2002-09-12 Thread Alex Chaffee / Purple Technology
RTFAQ: http://www.jguru.com/faq/view.jsp?EID=160 Have fun! - Alex On Wed, Sep 11, 2002 at 09:31:58AM -0700, Ralph Merrick wrote: Hello all, thanks a lot. Just one question would be, I have a jsp page that would be a form that would take input from the user, and the user has a choice

Anyone else have problems migrating apps to tomcat4.1.9.

2002-09-04 Thread Colic, Alex
? Thanks Alex --- This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use

JDBC Realm - changing password

2002-09-03 Thread Alex Kachanov
OK, a user wants to change his password for the Tomcat protected folder. The protection is done using JDBCRealm (or MemoryRealm). The password is changed using a special servlet. OK, password is changed in the database, BUT, you have to restrat Tomcat or restart the context to make new

HA: JDBC Realm - changing password

2002-09-03 Thread Alex Kachanov
work then Let us know D Alex Kachanov wrote: OK, a user wants to change his password for the Tomcat protected folder. The protection is done using JDBCRealm (or MemoryRealm

tomcat problem with struts *.do and /do/*

2002-09-03 Thread alex r
hi, i'm using tomcat 4.0.4 and struts 1.0.2 and have a problem with my mapping configuration file (struts-config.xml). in an action mapping such as: actionpath=/travel type=com.jazzdup.arak.user.TravelAction scope=request forward name=failure

RE: JDBC Realm - changing password

2002-09-03 Thread Alex Kachanov
browser deletes the cookie on exit. it might be, that the cookie lifetime is not set to 0 cu MZ -Ursprьngliche Nachricht- Von: Alex Kachanov [EMAIL PROTECTED] An: Tomcat Users List [EMAIL PROTECTED] Datum: Dienstag, 3. September 2002 11:44 Betreff: HA: JDBC Realm

RE: JDBC Realm - changing password

2002-09-03 Thread Alex Kachanov
I'm sorry What is tomcat 4.1? The latest build as I know is 4.0.4 with best wishes Alexander Kachanov -Original Message- From: David Cassidy [mailto:[EMAIL PROTECTED]] Sent: 3 „ƒ„u„~„„„‘„q„‚„‘ 2002 „s. 18:09 To: Tomcat Users List Subject: Re: JDBC Realm - changing password to

HA: JDBC Realm - changing password

2002-09-03 Thread Alex Kachanov
sorry, guys, my fault. if you use MemoryRealm - changes take place only after restart if you use JDBCRealm - changes take place after browser restart winmail.dat -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

How to set up a security constraint?

2002-08-30 Thread Colic, Alex
someone please point out what is wrong. Thanks Alex -- This e-mail may be privileged

How can listener read parameters?

2002-08-28 Thread Colic, Alex
the 'cloudscapeURL' parameters? Thanks for any info. Alex -- This e-mail may be privileged and/or confidential, and the sender does not waive any related rights

RE: How can listener read parameters?

2002-08-28 Thread Colic, Alex
Thanks just what I need. Alex -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: August 28, 2002 12:47 PM To: Tomcat Users List Subject: Re: How can listener read parameters? On Wed, 28 Aug 2002, Colic, Alex wrote: Date: Wed, 28 Aug 2002 12:26:11 -0400

tomcat4 doesn't display compile or runtime errors/exceptions in jsppages like tomcat3

2002-07-30 Thread Alex Muc
checked the configuration documentation for tomcat4 but I couldn't find anything. Can anyone tell me if this is possible, and if so how. If it is not currently possible maybe that is a feature I could add if someone could tell me generally where to look. Thank you for your help. Alex

Re: tomcat4 doesn't display compile or runtime errors/exceptionsin jsp pages like tomcat3

2002-07-30 Thread Alex Muc
to work fine. If you have questions please send me a mail privately as I don't follow this list very closely. Thanks Alex. Alex Muc wrote: Hi, I recently upgraded tomcat3.2.2 to tomcat 4.0.4. Most of the upgrade went smoothly. Tomcat4 certainly seems faster than tomcat3 which is good. One

[FAQ] jGuru FAQ Update

2002-07-12 Thread Alex Chaffee
jGuru maintains FAQs and Forums on Servlets, JSP, and Tomcat (as well as many other Java topics). Here is an automated update on recent postings to Tomcat-related FAQs. Please direct flames and feedback to [EMAIL PROTECTED] . - Alex

Re: configuration ofjames

2002-07-12 Thread Alex Short
Can you PLEASE remove your ridiculous setting of 'Sender requests receipt that you have received this message'. Its a bloody mailing list. Thanks - Original Message - From: Joseph E. Savard [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 12, 2002 11:44 PM

<    1   2   3   4   5   >