Re: Logger Problem

2003-01-06 Thread Paul Campbell
This is supported in log4j. http://jakarta.apache.org/log4j/docs/index.html At 01:24 AM 1/7/2003 -0500, you wrote: >I am using a simple logger I made for an application. It is used to debug my server >side Java classes and JSPs . The idea is that the logger file name is made on the >current da

Logger Problem

2003-01-06 Thread Triptpal Singh Lamba
I am using a simple logger I made for an application. It is used to debug my server side Java classes and JSPs . The idea is that the logger file name is made on the current date. Now the file name and path are set only once in the Lifecycle of the application(when the server is started). How

Re: server.xml- linking to a context containing a jndi resource fromanother context

2003-01-06 Thread Craig R. McClanahan
On 6 Jan 2003, Nick Torenvliet wrote: > Date: 06 Jan 2003 22:52:05 -0500 > From: Nick Torenvliet <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: server.xml- linking to a context containing a jn

Re: server.xml- linking to a context containing a jndi resource fromanother context

2003-01-06 Thread Rosdi bin Kasim
Why didnt you use the tomcat manager/admin?? The manager/admin has been pretty stable and reliable since 4.1.16... No need to edit server.xml directly.. - Original Message - From: "Nick Torenvliet" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January

server.xml- linking to a context containing a jndi resource fromanother context

2003-01-06 Thread Nick Torenvliet
Hi, I have a sever.xml that contains two webapps, one with a jndi resource to a mysql data base and another that I would like to link into that resource with with. I understand I might have to use a global link into the later context from the former but I am unsure how to proceed, does anyone have

Re: limiting access by IP address

2003-01-06 Thread Nick Torenvliet
I don't know of any documentation on the subject, but one way I've seen it done was to search though the http header for the sender of the request. This will (if I remember right) always be an ip address. You can then do a regex check on the ip and if it checks out let it through your gateway acti

datewise catalina.out

2003-01-06 Thread rf
While other log files are on a daily basis, catalina.out is not. Is there any configuration option, I use 4.0.6? Thanks, rf __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail

RE: limiting access by IP address

2003-01-06 Thread Turner, John
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/valve.html Remote Address Filter Valves and Remote Host Filter Valves might do the trick (both take regular expressions), or perhaps there is an easier way to do it in web.xml. Another alternative would be to write your own Filter that look

RE: newbie ? - linking to webapps (in server.xml ??)

2003-01-06 Thread Turner, John
Search the archives for "allowLinking". I don't use it, so I can't tell you the exact syntax. Something about adding a Resource that has "allowLinking=true" in it, but I don't remember which class the Resource uses. Symlinks are disabled by default. John -Original Message- From: un

limiting access by IP address

2003-01-06 Thread icewind
Could anyone tell me how to limit access to a particular servlet by IP address or hostname? Any pointer to documentation that cover this topic would be appreciated. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailp

RE: unsubscribing to this mailing list

2003-01-06 Thread Turner, John
Understood. I brought it up because I've never seen "asia.bigfoot.com", only "bigfoot.com". Thus, if the mailing list thinks he is "@asia.bigfoot.com" but the address he uses is "@bigfoot.com", there would be an issue. John -Original Message- From: Milt Epstein To: Tomcat Users List C

Can't get of a servlet genertated page to work

2003-01-06 Thread Ben Monnahan
Hi all, I have a jsp page that I want to be able to include a page generated by one of my servlets. I am pretty new to jsp/servlet programming so I may be going about this all wrong. From looking at the documentation happens at request time so it seems I should be able to use a servlet generate

Re: changing the jndi datasource example

2003-01-06 Thread Peng Tuck Kwok
Looks like the driver you asked it to load cannot be found. Are you sure you have placed the driver(if it is the correct one) in the right place ? Nick Torenvliet wrote: Hi, so I managed to get the jndi data example on the tomcat site working locally. What I want to do is use the resource insid

Re: unsubscribing to this mailing list

2003-01-06 Thread Milt Epstein
On Tue, 7 Jan 2003, Jon Eaves wrote: > Hi Mark, John > > These lists are using ezmlm. You can unsubscribe from a > "wrong address" by sending a blank email to this address: > > [EMAIL PROTECTED] Note that this may not necessarily work, as I described in a message I just sent to the list. It does

RE: unsubscribing to this mailing list

2003-01-06 Thread Milt Epstein
On Mon, 6 Jan 2003, Turner, John wrote: > Are you sure you are using the correct "from" address? I was able > to unsubscribe and resubscribe myself twice in the past 6 weeks when > going on vacation. > > FYI, the mail header I get says your address is "@asia.bigfoot.com". > Is that what you are u

changing the jndi datasource example

2003-01-06 Thread Nick Torenvliet
Hi, so I managed to get the jndi data example on the tomcat site working locally. What I want to do is use the resource inside on my existing webapp. So I take the server.xml entry given in the example and I change the path and docBase to what I want it to be and run the new webapp with the exam

Re: What is the difference between...

2003-01-06 Thread David Boyer
Apache Tomcat 4.1.18 This release of Tomcat 4.1 is available in two different packaging options: a.. Standard: This is a full binary distrbution of Tomcat 4, which includes all optional libraries and an XML parser (Xerces 2.0.1), and can be run on JDK 1.2+. b.. JDK 1.4 LE: This is a lightweigh

Re: Tomcat Distrobution Bundle

2003-01-06 Thread Jared Walker
All, The problem is missing or unparsable XML files, the error messages vary. I know that the LE version does have all the goodies, but I do have JDK 1.4 and we are using crimson as a parser because xerces has issues with our xml. I accidentally added the xercers parse for a whil

Re: Unable to compile class for JSP

2003-01-06 Thread Paul Campbell
It may be looking for tools.jar. Stick a pointer to it in a CLASSPATH and see what happens. At 06:12 PM 1/6/2003 -0600, you wrote: >I have just installed Tomcat 4.1.18 under Windows 2000 (using Java JDK >1.4.0). When I try to run the examples I get >"org.apache.jasper.JasperException: Unable to c

Re: unsubscribing to this mailing list

2003-01-06 Thread Jon Eaves
Hi Mark, John These lists are using ezmlm. You can unsubscribe from a "wrong address" by sending a blank email to this address: [EMAIL PROTECTED] That should end up with the right mail address being sent to ezmlm and your confirmation email hopefully will end up in your inbox. Then reply to tha

RE: unsubscribing to this mailing list

2003-01-06 Thread Mark Goking
yes. when i first joined this mailing list, i had no problem at all. i was even able to unsubscribe directly. but when i subscribed for the 2nd time, i had problems. it took me about 2 days to subscribe again. i didnt have any idea why it acted that way. within those 2 days i emailed the admin

RE: mod_jk tomcat/apache connector issue

2003-01-06 Thread Turner, John
The default connector on port 8009 can handle JK and JK2 both (CoyoteConnector). Ajp13Connector is deprecated. Going forward, only CoyoteConnector will be supported. John -Original Message- From: adrian To: Tomcat Users List Sent: 1/6/03 6:55 PM Subject: Re: mod_jk tomcat/apache conne

RE: mod_jk tomcat/apache connector issue

2003-01-06 Thread Turner, John
Try binaries from the Jakarta site. John -Original Message- From: John Bullock To: 'Tomcat Users List' Sent: 1/6/03 6:46 PM Subject: RE: mod_jk tomcat/apache connector issue I'll try to explain.. :) For a long time, I've tried to build mod_jk with the 4.1.18 connectors package to no

RE: unsubscribing to this mailing list

2003-01-06 Thread Turner, John
Are you sure you are using the correct "from" address? I was able to unsubscribe and resubscribe myself twice in the past 6 weeks when going on vacation. FYI, the mail header I get says your address is "@asia.bigfoot.com". Is that what you are using? John -Original Message- From: Mar

GZIP filter problem....

2003-01-06 Thread Jacob Kjome
I'm trying to use a GZIP servlet filter under Tomcat-4.1.18. I am basing this filter on an existing example at Orion ( http://www.orionserver.com/tutorials/filters/5.html ) It GZIPs fine and, in my debugging, I can decompress the data back to what it was originally (more on that below). The pr

unsubscribing to this mailing list

2003-01-06 Thread Mark Goking
why cant tomcat mailing list manually remove users? ive been trying to remove myself from the mailing list for four darn months yet it still cant?!? im hoping that som admin here can manually remove me because there is no other way mark --- Outgoing mail is certified Virus Free. Checked by AVG

Re: Tomcat Distrobution Bundle

2003-01-06 Thread David Hemingway
Hey, I think that is one of the main differences of the LE edition. You must have at least jdk1.4.0 or add in the xml parsers yourself. from jakarta site: a.. JDK 1.4 LE: This is a lightweight binary distribution of Tomcat 4, designed to be run on JDK 1.4. It does not include any of the optional

Re: Tomcat Distrobution Bundle

2003-01-06 Thread Jeanfrancois Arcand
What kind of errors are you seeing? There is a defaut parser that comes with JDK 1.4.x (Crimson) and if you want to use Xerces, copy the xercesImpl,.jar under ${catalina_home}/common/endorsed. With which Tomcat version it was working before? -- Jeanfrancois Jared Walker wrote: hi all, I recen

Tomcat opens new DB Connections on Restart

2003-01-06 Thread Raible, Matt
I am using DBCP and a JDBCRealm with Tomcat 4.1.18. Everytime I re-deploy my application (using Ant), Tomcat restarts because it detects that classes have been refreshed. However, it also created two additional database connections - so after re-deploying for a long time (an hour) - I get up to 5

Unable to compile class for JSP

2003-01-06 Thread Gary Pollreis
I have just installed Tomcat 4.1.18 under Windows 2000 (using Java JDK 1.4.0). When I try to run the examples I get "org.apache.jasper.JasperException: Unable to compile class for JSP" . I have validated that my JAVA_HOME and CATALINA_HOME environment variables are correct. Any/all help would be a

RE: Tomcat Distrobution Bundle

2003-01-06 Thread Brandon Cruz
I don't think the LE version contains any XML parsers. -Original Message- From: Jared Walker [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 7:37 PM To: Tomcat Users List Subject: Tomcat Distrobution Bundle hi all, I recently upgraded to the jakarta-tomcat-4.1.18-LE-jdk14 dist

seems to load servlets twice

2003-01-06 Thread David Hemingway
Hi, Does anyone know anything about servlets in the web.xml to be loaded on startup loading more than once? I have noticed this in both tomcat-4.1.12 and tomcat-4.1.18. Its causing a few problems in my setup. Any ideas? Thanks in advance. regards, Dave

Re: Tomcat-4-1-12 Connection Pool problem JNDI Datasource

2003-01-06 Thread Peng Tuck Kwok
Paul Carpenter wrote: Now I just checked my machine, and I'm running JDK 1.3.1. However, checking the API documents on the Sun site, 1.3.1 has no javax.sql.* package implemented - it doesn't appear until JDK 1.4. Which may explain the 'null' me thinks? The javax.sql package is optional

Tomcat Distrobution Bundle

2003-01-06 Thread Jared Walker
hi all, I recently upgraded to the jakarta-tomcat-4.1.18-LE-jdk14 distribution and I was wondering if it included any XML parsers or related tools? It seems that something in this new version is now killing my XML code in my web application (unreadable/missing files). Anyone know whats been added

Re: mod_jk tomcat/apache connector issue

2003-01-06 Thread adrian
John Bullock wrote: I'll try to explain.. :) For a long time, I've tried to build mod_jk with the 4.1.18 connectors package to no avail... it wouldn't give any errors, but I'd wind up with a mod_jk.la file (617 bytes) and no .so file whatsoever. Using a link from John Turner's how-to, I downloa

newbie ? - linking to webapps (in server.xml ??)

2003-01-06 Thread unix guy
I need to have things in the webapps directory softlinked off to other disks. Can someone point me to a thread discussing this, or tell me how to do this? Thank you very much, -- ___ Talk More, Pay Less with Net2Phone Direct(R), up to 1500 minutes fre

RE: mod_jk tomcat/apache connector issue

2003-01-06 Thread John Bullock
I'll try to explain.. :) For a long time, I've tried to build mod_jk with the 4.1.18 connectors package to no avail... it wouldn't give any errors, but I'd wind up with a mod_jk.la file (617 bytes) and no .so file whatsoever. Using a link from John Turner's how-to, I downloaded a pre-compiled bin

Re: mod_jk tomcat/apache connector issue

2003-01-06 Thread adrian
John Bullock wrote: Haven't seen this anywhere, but when I try to start apache (2.0.43) with the mod_jk module enabled, I get: #apachectl start Syntax error on line 4 of /usr/local/tomcat/conf/auto/mod_jk.conf: Can't locate API module structure `jk_module' in file /usr/local/apache2/modules/mod_

RE: What is the difference between...

2003-01-06 Thread Twiggs, Glenn
Thanks! The mirror I was redirected to (http://apache.oregonstate.edu/jakarta/tomcat-4/binaries/) doesn't include that extra bit of info. Glenn. - Original Message - From: David Boyer Subject: Re: What is the difference between... Date: Fri, 03 Jan 2003 17:25:59 -0800 Check out the bott

Re: Tomcat-4-1-12 Connection Pool problem JNDI Datasource

2003-01-06 Thread David Hemingway
I tried 4.1.18 this morning. Still get the identical error :-( Dave - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 2:41 PM Subject: Re: Tomcat-4-1-12 Connection Pool problem JNDI Datasource

Re: Virtual Host + Tomcat + Apache

2003-01-06 Thread adrian
Actually I would just as soon pull index.jsp instead. I tried setting Document Roots myself, including my own mod_jk.conf from another directory and it works for the first, and the second ignores its DocumentRoot. Here is my mod_jk.conf Turner, John wrote: index.html doesn't go to Tomcat, so y

mod_jk tomcat/apache connector issue

2003-01-06 Thread John Bullock
Haven't seen this anywhere, but when I try to start apache (2.0.43) with the mod_jk module enabled, I get: #apachectl start Syntax error on line 4 of /usr/local/tomcat/conf/auto/mod_jk.conf: Can't locate API module structure `jk_module' in file /usr/local/apache2/modules/mod_jk.so: ld.so.1: /usr/l

RE: Virtual Host + Tomcat + Apache

2003-01-06 Thread Turner, John
index.html doesn't go to Tomcat, so you would need to set the DocumentRoot in httpd.conf for Apache to find that file. Can you add your second host, start Tomcat, and then post the resulting mod_jk.conf file? That would give us an idea of what Apache is being told. John -Original Message

Re: Connection Pool

2003-01-06 Thread Nick Stuart
what db are you using? I know in MySQL you can simple do a query such as: show processlist in the mysql client. You can see all the connections that are currently active. Of course this wont tell you which ones are in use, but you can kinda figure that out by the amount of time that the thread as b

Re: Tomcat-4-1-12 Connection Pool problem JNDI Datasource

2003-01-06 Thread David Hemingway
I am using j2se1.4.1 (jdk1.4) - Original Message - From: "Paul Carpenter" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 11:03 PM Subject: Re: Tomcat-4-1-12 Connection Pool problem JNDI Datasource > Hi Again > > I've just spotted something

Virtual Host + Tomcat + Apache

2003-01-06 Thread Adrian Damn it!
Having trouble with the vhosts with mod_jk. I can`t seem to get http://stafford.com/index.html to show up unless I set the DocumentRoot in the VirtualHost directive to /usr/local/tomcat/webapps/stafford. But when I add an additional Virtual host it pulls the same DocumentRoot.

Re: Tomcat 4.1.18 changes https into httpss

2003-01-06 Thread Jeff Tulley
Yeah, I find most problems of "it worked on version 4.x, but not 4.y" are resolved down to: 1) The app really did change even though the person reporting the problem claims it did not 2) The app is coded around a "feature"(read: Bug), which has been fixed. :) This has gotten us mostly with respe

Re: Tomcat 3.3.1 Problem

2003-01-06 Thread Nathan Smith
Tomcat 3.3.1 can only use WEB.XML file that uses the servlet 2.2 dtd. To be more clear the top of your web.xml file should contain the following: http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> The web-apps_2_2.dtd in the url above is the file that basically describes how the web.xml should be

Re: JDBCRealm

2003-01-06 Thread Rick Fincher
Hi Rob, You have two separate sets of usernames and passwords here. One that the JDBC driver uses to open the database connection, and another set that Tomcat reads from a database table and compares to what you type in when prompted The realm stuff sets up when Tomcat starts, but it just sits t

Re: Tomcat 3.3.1 Problem

2003-01-06 Thread Sarah Stevens
Thanks, Larry and Paul. (Paul, I don't think I got your whole message, it seemed to be truncated) The '-' at the beginning or some lines are *not* in the actual file. I run tomcat from a window so that I can have live debugging on my development computer instead of running it as a service..

ClassCastException when pulling an object from ServletContext.

2003-01-06 Thread Nathan Smith
    We have a development tomcat 3.3.1 final on a server that has Red Hat Linux release 7.1 (Seawolf) Kernel 2.4.2-2 on an i686. There are no problems here whatsoever when retrieving an object from the ServletContext and casting it to it's original type.       On my machine running windows2

RE: Tomcat 4.1.18 has problem castor??

2003-01-06 Thread Jacob Hookom
I remember reading that one of the distributions of Castor had the same issue you are describing with parsing. My recommendation is to upgrade to Castor 4.1 and see if that fixes your issue, it did for me. Jacob -Original Message- From: Ali Kaplan [mailto:[EMAIL PROTECTED]] Sent: Monday

JNDIRealm login failure

2003-01-06 Thread Gil Chilton
I have created a simple tomcat web app that uses a JNDIRealm for authentication per the instructions in the Tomcat 4.1 documentation. When I start tomcat, the login process for this web app works fine for a few minutes or logins. Eventually, I reach a state where the first login always fails unti

RE: ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS

2003-01-06 Thread Krishna_R . _Nagaraj
Sorry. I didn't mean to send 4 times. The first 2 times only the attached document was displayed in the mail. That's why I sent it out again by adding more explanation into the attached doc. Again I apologize for the inconvenience.

RE: Tomcat 4.1.18 changes https into httpss

2003-01-06 Thread Turner, John
Can't you determine if something is over SSL using ServletRequest.isSecure()? In any case, your filter can still check for 443 regardless of the implementation differences between .12 and .18 using ServletRequest.getServerPort(). Just don't use getRequestURL(). John > -Original Message

Tomcat 4.1.18 has problem castor??

2003-01-06 Thread Ali Kaplan
Hi, I am working on a project which uses Tomcat as servlet container and castor (ver 0.9.39) which is embedded in Jbuilder 7/8. My problem is that Unmarshaller.unmarshal(class, reader) has problem with Tomcat 4.1.18. Unmarshal method does not return proper java object, however, it does not throw an

Re: Error in Tomcat 4.18 + Apache 2.0.43 + JK2 Conenctor

2003-01-06 Thread Jason Pyeron
Ms. Krishna please read: http://www.tuxedo.org/~esr/faqs/smart-questions.html here is the contents of her attached document: If I try to browse a jpg file of size greater than 34KB then I get an image which has a dark pattern from the middle of the image. This only happens if the image is gre

RE: ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS

2003-01-06 Thread Turner, John
This is the fourth time you've posted this today. We get it. If someone has an answer, I'm sure they will reply. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: ERROR IN TOMCAT 4.18 + APACH

Re: Tomcat 4.1.18 changes https into httpss

2003-01-06 Thread Alexander Wallace
Thank you very much for the reply. After double checking all my settings and for hunting where the problem was, i disabled a filter i had implemented to ensure that https was being used when i wanted. Disabling the filter allowed tc 4.1.18 to work using https. So now the problem becomes why th

ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS

2003-01-06 Thread Krishna_R . _Nagaraj
I have explained the error in this attached document. (See attached file: problem.doc) Thanks a lot Krishna problem.doc Description: MS-Word document -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: war file deploy/redeploy/reload mechanisms?

2003-01-06 Thread Hanasaki JiJi
The "delete the existing dir and restart" is necessary when unpackWARs=true. Is it also required for unpackWARs=false? for false there are no directories. The goal is to hot redeploy just by coping in the new WAR. What is the "gotcha" that you refer to? Paul Campbell wrote: I also delete th

Connection Pool

2003-01-06 Thread Hari Venkatesan
Is there a way to find out the number of active connections in a connection pool? Hari

RE: jakarta-taglibs DBTags

2003-01-06 Thread Vladimer Shioshvili
thanks... At 01:52 PM 1/6/2003, you wrote: jdbc:oracle:thin:@machine:port:database -Original Message- From: Vladimer Shioshvili [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 1:44 PM To: Tomcat Users List Subject: jakarta-taglibs DBTags i know this is not a tomcat problem, b

RE: REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
> -Original Message- > From: Sam Ewing [mailto:[EMAIL PROTECTED]] > > > On the same issue... does using DIGEST Authentication > work when the password itself is stored in digest > form? No, it doesn't. I tried with MD5 digested passwords ( set "digest" attribute of Realm element to "MD5"

RE: jakarta-taglibs DBTags

2003-01-06 Thread Ted Haynes
jdbc:oracle:thin:@machine:port:database -Original Message- From: Vladimer Shioshvili [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 1:44 PM To: Tomcat Users List Subject: jakarta-taglibs DBTags i know this is not a tomcat problem, but i think someone will be able to help me ou

Re: Strange behaviour of Tomcat classloader

2003-01-06 Thread Will Hartung
> > My understanding is, that the DB2 JDBC driver is loaded by the > > webapplication. However once the commons-dbcp.jar from the common/lib > > dir has been loaded and utilized then all at a sudden shared/lib > > seems no longer part of the searchpath. But when commons-dbcp.jar > > is taken from t

Re: 4.1.17 Problems - Possibly Coyote Connector?

2003-01-06 Thread Fabio Mengue
Hi Torsten, Sorry the delay (and for sending a copy directly to your address). I got a little vacation :) Torsten Fohrer wrote: Please try this steps. 1. hang on catalina.out, access.log OK. I assume that access.log is localhost_log., is that correct ? 2. request the page with the brow

jakarta-taglibs DBTags

2003-01-06 Thread Vladimer Shioshvili
i know this is not a tomcat problem, but i think someone will be able to help me out on this from this list.. i am trying to use dbTags and access Oracle DB, but i think i am not getting the url right.. i tried "jdbc:oracle:thin:@server:port:service" but doesn't seem to like it.. any help appre

Re: Tomcat 4.1.18 changes https into httpss

2003-01-06 Thread Jeff Tulley
>Hello there... I have a web app that works perfect under tomcat 4.1.12. > >I'm using apache + mod_jk. > >It works partially ok with 4.1.18, everything under http works fine, but if i >call something using https, i get the following error: > >An error occured while loading >https://my.server.com

RE: REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread Sam Ewing
On the same issue... does using DIGEST Authentication work when the password itself is stored in digest form? I wasnt able to get it to work... /s --- Sam Ewing <[EMAIL PROTECTED]> wrote: > I might be wrong.. but there is a difference between > using Digest for authentication and storing the >

REPOST: JAASRealm Configuration

2003-01-06 Thread Sam Ewing
Any help appreciated! Can't find any documentation :-( --- Sam Ewing <[EMAIL PROTECTED]> wrote: > Has anyone got a successfully working JAASRealm > configuration? Would like to see the Realm > configurations.. any help appreciated. Thanks! > > /s >

Re: war file deploy/redeploy/reload mechanisms?

2003-01-06 Thread Paul Campbell
I also delete the existing directory and then restart. Your message didn't mention the restart. There is another gotcha. That I have encountered that occurs it you have an entry for that Is that your case? At 11:56 AM 1/6/2003 -0600, you wrote: >Reading the docs, it seems that deploying or rede

RE: REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread Sam Ewing
I might be wrong.. but there is a difference between using Digest for authentication and storing the passwords as digest version in the user tomcat-users.xml file. The former is what Pankaj is tying to do.. this causes the passwords to be transmitted as digests version of themselves from the users

RE: REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
When you switched to Digest mode did you convert the original clear text passwords to the digest format you wish to use? -Original Message- From: KUMAR,PANKAJ (HP-Cupertino,ex1) [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 11:13 AM To: '[EMAIL PROTECTED]' Subject: REPOST: Tomc

Re: Tomcat 3.3.1 Problem

2003-01-06 Thread Paul Campbell
Should it be apps-BS.xml? This is what I saw in the docs: · Add a entry in the Tomcat apps.xml configuration file. This approach is described briefly below, and allows you to position the document root of your web application at some point other than the $TOMCAT_HOME/webapps/ directory. D

Re[2]: Relative paths in servlets?

2003-01-06 Thread Jacob Kjome
Hello Øyvind, I'm not aggravated, I was just pointing out the misconception. Jake Monday, January 06, 2003, 9:30:26 AM, you wrote: ØH> On Mon, 2003-01-06 at 16:31, Jacob Kjome wrote: >> Assuming the .war file is in CATALINA_HOME/webapps >> >> >> Make sure to stop tomcat before you put the .w

REPOST: Tomcat 4.1.18: Digest authentication not working?[RBS2003010600005391]

2003-01-06 Thread techassistance
Ahoy there! This is an automated response, to let you know that we have received your query and will answer your email as soon as possible. We know you'd like to get back to playing our state-of-the-art online games. We'd therefore like to assure you that we are determined to keep our service at

REPOST: Tomcat 4.1.18: Digest authentication not working?

2003-01-06 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
Hi, I am resposting this message as I did not get any answer/comment/advice. Has anyone ever got Digest authentication working with Tomcat? -Original Message- From: KUMAR,PANKAJ (HP-Cupertino,ex1) [mailto:[EMAIL PROTECTED]] Subject: Tomcat 4.1.18: Digest authentication not working? Hi,

Re: Loading XML Files - Best Pracitices

2003-01-06 Thread Will Hartung
What I did was I wrote a reflective class loader based on SAX. The idea is that with a few hints, XML files, particularly simpler XML files, are self-describing. Since a majority of XML fields are scalar (number, string, dates), the loader can handle those automatically. It uses the first tag of

war file deploy/redeploy/reload mechanisms?

2003-01-06 Thread Hanasaki JiJi
Reading the docs, it seems that deploying or redeploying a WAR file should be as dropping the WAR in the right directory or copying a revised WAR over an already deployed WAR. This is not working. Any ideas as to what to check into? unpackWARs = false autoDeploy = true Thank you -- To unsu

RE: Tomcat 3.3.1 Problem

2003-01-06 Thread Larry Isaacs
There doesn't appear to be anything wrong with the XML below, assuming the '-' at the beginning of some lines are *not* in the actual file. Check the log output of Tomcat to make sure no problems are being reported at startup and when tomcat receives the browser request. Cheers, Larry > -Ori

Re: reloading webapp from build.xml

2003-01-06 Thread Paul Campbell
"ant" does reload. Look in the Application Developer documentation http://localhost:8080/tomcat-docs/appdev/index.html At 08:04 AM 1/6/2003 -0500, you wrote: >Hi, > >I have an ant script (small, b/c I'm new to ant) that builds some classes and copies >them over to my WEB-INF/classes directory.

RE: Reading Property files...related to servlets

2003-01-06 Thread Shrotriya, Sumit
Thanks Yoav. that helped...I was running after the wrong horse:) Regards, -Sumit -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 10:31 AM To: Shrotriya, Sumit Subject: RE: Reading Property files...related to servlets Hi, It looks like th

enterprises that use Tomcat as Web Server.

2003-01-06 Thread Sérgio Rocha
I need a list of enterprises that use Tomcat as Web Server. Can someboby help me? _ MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com -- To unsubscribe, e-mail: For additional commands,

Tomcat 3.3.1 Problem

2003-01-06 Thread Sarah Stevens
Hello! I am having a problem with Tomcat 3.3.1 running with Apache. I have set up an xml file named apps-BS.xml under the conf directory as is shown with the apps-examples.xml file. However, I am still unable to access the BS app from a browser. Basically, I copied the apps-examples.xml fil

Re: Strange behaviour of Tomcat classloader

2003-01-06 Thread Craig R. McClanahan
On Mon, 6 Jan 2003, Michael Gerdau wrote: > Date: Mon, 06 Jan 2003 10:21:02 +0100 > From: Michael Gerdau <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: Strange behaviour of Tomcat classloader > > Hi ! > > I've come a

RE: web apps and directory structure...

2003-01-06 Thread Jason Pyeron
thats only for windows 2000, but thanks. also we are looking for a more general solution not dependant on the OS On Sun, 5 Jan 2003, Noel J. Bergman wrote: Jason, Does this help at all? http://www.mvps.org/win32/ntfs/lnw.html --- Noel -- To unsubscribe, e-mail:

RE: RE: TOMCAT Not listening on 80

2003-01-06 Thread Turner, John
Nice list. John > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 11:14 AM > To: Tomcat Users List > Subject: Re: RE: TOMCAT Not listening on 80 > > > Hi there, > Hi vivek, > > John Turner's suggestion is right on. Try setting

Re: RE: TOMCAT Not listening on 80

2003-01-06 Thread jmong
Hi there, Hi vivek, John Turner's suggestion is right on. Try setting it up on a development box first. This will save you and your colleagues a lot of headaches later on. Besides it is good practice. But here are some pointers. 1. Log in as root or su to it su - 2. Search for perl which per

Add PostgreSQL DataSource to 4.1.18-LE-JDK14

2003-01-06 Thread awc
Hi! I am trying to add postgresql datasource to tomcat 4.1.18 running on RedHat 7.3, with sun jdk 1.4.0_02. My addition to server.xml as follows. factory org.apache.commons.dbcp.BasicDataSourceFactory maxActive 20

Re: How to manage Sessions?

2003-01-06 Thread Felipe Schnack
To manage session in your applications, you have to set the "privileged" attribute in server.xml (for your context) and then implement an interface I just can't remember which one... You can find out which one is it downloading tomcat sources and looking for session management classes On Mon, 2

Re: Reading Property files...related to servlets

2003-01-06 Thread Andreas Probst
Hi Sumit, you could read the properties file yourself as InputStream, create a temp file from this and pass this temp file or the real path to the temp file to the other app. It shouldn't be bad for performance, if only done once. But you can't write to it any more, because it's temp. Andreas O

Re: Changed file name now webapp not working right [RBS2003010600002295]

2003-01-06 Thread Erik Price
Turner, John wrote: We're just lucky the tech support app they are using is well-behaved enough to understand that it should only reply to each new thread with one message instead of one message for the thread itself and every reply in that thread. Is there not someone with some kind of aut

HELP PLEASE

2003-01-06 Thread Krishna_R . _Nagaraj
I had some problems sending the mail with this content. Can you please open the file where I have described the error I am receiving. (See attached file: config_files.doc) Thanks a bunch for the help. Krishna Nagaraj config_files.doc Description: MS-Word document -- To unsubscribe, e-mail:

RE: Need your help - Configuring tomcat with apache - webapp - linux server

2003-01-06 Thread Turner, John
JK: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.2 /bin/linux/i386/ JK2: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 1/bin/linux/i386/ John > -Original Message- > From: Vincent Geneste [mailto:[EMAIL PROTECTED]] > Sent:

Re: Relative paths in servlets?

2003-01-06 Thread Øyvind Hvamstad
On Mon, 2003-01-06 at 16:31, Jacob Kjome wrote: > Assuming the .war file is in CATALINA_HOME/webapps > > > Make sure to stop tomcat before you put the .war file into webapps. Add > the above to your server.xml or a context configuration file (like > admin.xml or manager.xml are set up). Then

RE: HELP PLEASE ON TOMCAT 4.x + APACHE 2.0.43 + mod_jk2-2.0.43.dll

2003-01-06 Thread Krishna_R . _Nagaraj
config_files.doc Description: MS-Word document -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: java.lang.OutOfMemoryError

2003-01-06 Thread Jacob Kjome
The latest Sun javac compiler has, supposedly, fixed the memory leak. Grab j2sdk1.4.1_01. Unfortunately, for those on Windows, jikes cannot be used to compile jsp's because it doesn't support some encoding options on Windows, only Unix/Linux. Jake At 02:58 PM 1/6/2003 +, you wrote: There

Re: Relative paths in servlets?

2003-01-06 Thread Jacob Kjome
You are confusing the WAR structure with the actual .war archive. The .war archive is a .jar format archive. I challenge you to try to use File IO to access a file inside a .jar or .war archive. If you can do it, please let us all know because you will have broken new ground in Java :-) Rem

Re: reloading webapp from build.xml

2003-01-06 Thread Tim Funk
You could always use a .wgetrc to contain those parameters. Or ant's GET task probably does the trick too since it supports BASIC authentication. In the near future - I hope to change my deploy tasks to use ant's GET instead of wget. -Tim Erik Price wrote: Tim Funk wrote: I use wget(http:

  1   2   >