AW: ????: To Sender virus found and action taken.

2002-01-29 Thread Ralph Einfeldt
If whe are talking about the same mail, there happened something else: Someone sent the mail 8:22 GMT without a from header. There are some mail server and clients that use the receiver address if no from header is present. (e.g. Outlook/Exchange show this behaviour) If you use Outlook

Re: Binary Dist. tomcat 4.01 Win32 can't find jdk on installation

2002-01-29 Thread Galbayar
1. open register editor 2. find JavaSoft folder in SOFTWARE directory 3. find Java Development Kit folder in JavaSoft directory 4. add String key named CurrentVersion in Java Development Kit folder value is 1.4 5. add String key named CurrentVersion in Java Runtime Environment folder value is

Re: Sessions Timeout

2002-01-29 Thread Anja Falkner
Hi Jason, the session method getMaxInactiveInterval() gives you the time-value, after that your inactive session is killed. You can change this value in the web.xml file. Anja -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the

RE: LifecycleException

2002-01-29 Thread Anton Brazhnyk
Hi, -Original Message- From: Bill Saur [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 8:29 PM To: [EMAIL PROTECTED] Subject: RE: LifecycleException Oliver and Anton, I understand the concept of what you are saying but I am in need of practical details. I have

AW: gc() and sessions

2002-01-29 Thread Lauer, Oliver
I believe not - it isn't even guaranteed that the vm does gc when you call gc explicitly within your code. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59

AW: gc() and sessions

2002-01-29 Thread Ralph Einfeldt
No, the garbage collector runs whenever the jvm thinks it's needed. On which information the vm decides if a gc is needed depends on the vendor and the configuration. (Some newer VM's have configurable modes of operation for the garbage collector) -Ursprüngliche Nachricht- Von: Pablo

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-29 Thread Anton Brazhnyk
Hi, -Original Message- From: Brian Adams [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 8:41 PM To: 'Tomcat Users List' Subject: RE: com.oreilly.servlet.MultipartRequest IO Error I saw it in the past 6 weeks come across the list and I believe it is in the Warp

Tomcat 3.3a Apache 1.3.22 : Apache not hiding WEB-INF and not using default document (.jsp)

2002-01-29 Thread Elm Gysel
Hello, Tomcat seems to create all the configuration files as I want them (with -jkconf) but apache doesn't seem to get them right. I can browse all my directories through Apache, I can browse WEB-INF without problem? When I click on a .jsp it goes through Tomcat as its supposed to. This Tomcat

AW: Tomcat 3.3a Apache 1.3.22 : Apache not hiding WEB-INF and not using default document (.jsp)

2002-01-29 Thread Ralph Einfeldt
Do you mean with 'my directories' and 'WEB-INF' directories that are in the examples directory ? If not you must define the Directory and the Location tag for your base directory. -Ursprüngliche Nachricht- Von: Elm Gysel [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 29. Januar 2002

Using beans, accepting input from form

2002-01-29 Thread Nikola Milutinovic
Hi all. I have a HTML form which passes it's data to a JSP, which in turn uses a bean to collect the data. I have everything worked out, so far, except one field. The filed in question is a boolean property and I'm not sure how to achieve that. I have tried the following, with no success

[TC4] Disabling JSP pages in one context only

2002-01-29 Thread chris brown
Hello, I'd like to disable the jsp servlet for one context only. This servlet is declared in the global tomcat web.xml file. I'd like to disable it in one specific context only. However, I don't want to remove it from the global web.xml file and then copy it to each individual webapp's

Re: Tomcat 3.3a Apache 1.3.22 : Apache not hiding WEB-INF and not using default document (.jsp)

2002-01-29 Thread Elm Gysel
Yes, sorry for being not very clear. I do mean the WEB-INF directorie in the examples directory. Also on other mappings its not taking index.jsp as default as defined in the DirectoryIndex for that directory. But let me do say again that all this worked perfectly with 1.3.9 . I have also used

AW: Tomcat 3.3a Apache 1.3.22 : Apache not hiding WEB-INF and not using default document (.jsp)

2002-01-29 Thread Ralph Einfeldt
To see the some configuration of apache at runtime include the following in httpd.conf (If not already there): LoadModule info_module /apache dir/lib/mod_info.so IfModule mod_info.c Location /server-info SetHandler server-info /Location /IfModule Hit the Url

build new mod_webapp

2002-01-29 Thread lars_ake_gentz
hi ml, i have never build anything i´ve downloaded from a cvs. but i need the newest mod_webapp to connect apache 1.3.22 with tomcat 4.0.1. I hope there are some bugs fixed. I have downloaded the following files from jakarta cvs server: Makefile.in Makefile.win mod_webapp.c I use win2000Prof.

Re: OT: URL Rewrite and Tag Libs

2002-01-29 Thread Wolfgang Röckelein
Hi, Craig R. McClanahan wrote: Transparent URL rewriting is one of the things that the struts-html tag library in Struts does for you. You can use the tag libraries without using the entire application framework (although you'd be well advised to look at using that as well). Reading that I

RE: Where is wrapper.properties in Tomcat 4.0.1?

2002-01-29 Thread Anton Brazhnyk
Hi, -Original Message- From: Tom Bednarz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 5:12 PM To: Tomcat Users List Subject: RE: Where is wrapper.properties in Tomcat 4.0.1? Hi Anton, No parameter does not work but tomcat /? works. I guess it must be argc

Webservices with TC / Sun WSDP with TC

2002-01-29 Thread Lauer, Oliver
Hi all, I've studied the package and tried some examples. Everything worked fine, I've even registered with the IBM UDDI and did some lookups, but I didn't find anything that tells me how to find something (a service) within an UDDI (eg. IBM) and to invoke it straightaway ? Did I miss

Re: RE: RE: Unable to load class

2002-01-29 Thread liakim . ladipo
yes, I have done both of these have u imported the package 'test', which contains your java classes, in your jsp ? also have you kept your java class inside package test ? Sumit. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 10:45

RE: Sessions Timeout

2002-01-29 Thread Justin Rowles
Is there a way to configure Tomcat to check the expire time against last access time and not creation time? Sessions *are* invalidated when the timeout period has passed without access. *Not* when the timeout period has passed from creation. Justin. -- You're only jealous cos the little

Re: Errors using warp connector

2002-01-29 Thread Jean-Luc BEAUDET
Julien OIX a écrit : Donald Lee a écrit : Hello, I am trying to get the mod_webapp configured and have really been goofing it up bigtime. right now tomcat is inaccessible even when I place the :8080 after the server name. Has anybody seen this kind of error before? I am thinking I

RE: Sessions Timeout

2002-01-29 Thread Justin Rowles
the session method getMaxInactiveInterval() gives you the time-value, after that your inactive session is killed. You can change this value in the web.xml file. Or in the jsp - request.getSession.setMaxInactiveInterval(time in seconds). J. -- You're only jealous cos the little penguins

AW: Ap 1.3.22+TC 4.0.1+NT4+webapp=Hangs loading graphics

2002-01-29 Thread lars_ake_gentz
hi, i would like to help you... and i have ms Visual studio... but wich files do i need to build the mod_webapp.so for win??? i have the same problems:-( i have never worked with source code... i have downloaded the following files: Makefile.in Makefile.win mod_webapp.c when starting

RE: gc() and sessions

2002-01-29 Thread Justin Rowles
Does garbage collector run automatically when a session set by setMaxInactiveInterval() times out? No, gc runs when the jre thinks it should. That's all you need to know! (Well, that's the position of the java designers). When it runs it *will* remove inactive sessions and de-allocate their

AW: Webservices with TC / Sun WSDP with TC

2002-01-29 Thread Lauer, Oliver
A Sun engineer told me to have a look at: I recently posted a JAXR sample application that discovers all Organization that offer WSDL based Web Services. You may find it posted at the JAXR developer forum at the following URL: http://groups.yahoo.com/group/jaxr-discussion/message/116

Re: Client certificate with Apache 1.3, TC 4 and mod_webapp on SuSE Linux 7.3

2002-01-29 Thread Thor Tall
I have the same problem with tomcat 4.0.1 and mod_webapp and haven't been able to figure out how is should work. I have looked in the mod_webapp code and the SSL code seem to be in place. But I have not found out what the problem is. Just a question do you get a null point back from your call ?

Errors compiling warp connector

2002-01-29 Thread thys . deWet
i run the following: ./configure --with-apxs=/usr/local/Apache_EAPI/bin/apxs --with-java=/usr/j2se/ --with-tomcat=/tomcat4.0.2-compile/jakarta-tomcat-4.0.2-b2-src/dist/ and then after a while i get the following : APR configure: config.status: creating include/arch/unix/apr_private.h

Re: Errors compiling warp connector

2002-01-29 Thread Patrick Roumanoff
i run the following: ./configure --with-apxs=/usr/local/Apache_EAPI/bin/apxs --with-java=/usr/j2se/ --with-tomcat=/tomcat4.0.2-compile/jakarta-tomcat-4.0.2-b2-src/dist/ APR configure: config.status: creating include/arch/unix/apr_private.h Execution of ./configure --enable-static

Re: Tomcat 3.3a Apache 1.3.22 : Apache not hiding WEB-INF and not using default document (.jsp)

2002-01-29 Thread Elm Gysel
For anyone who may be interested I found the problem. I've staticly linked with a few modules also with mod_access and mod_mime and I had the LoadModule directive for those modules included in my httpd.conf. When you load them dynamicly and link with them static you really get a weird

change root directory

2002-01-29 Thread Andreas Panagiotidis
hello, I have installed tomcat standalone, and i have it to listen to my default port 80. but I want to change my welcome page. Instead of showing index.html that comes with tomcat, I want to show another directory. My purpose is to make /cocoon that default page for my localhost:80/ Thank you

Re: JNDIRealm

2002-01-29 Thread John Holman
JNDIRealm works by retrieving the password from the directory server and comparing it explicitly with the value given by the user. Unfortunately AFAIK this mode of operation will not work with eDirectory. There have been proposals (e.g. from me) to enhance JNDIRealm to allow it to

Question regarding loading Classpath for Tomcat

2002-01-29 Thread Pavel Brun
Hi all, I uderstand that Tomcat loads its own classpath based on the startup ClassLoader factory. However, is there any way to include other directories that are not located within the Tomcat hierarchy?? I am just curious to see if anybody has done this without diving into the Tomcat code.

tomcat build error

2002-01-29 Thread Nick Wesselman
while building tomcat: H:\tomcat_build\jakarta-tomcat-4.0\webapps\tomcat-docs\build.xml:80: javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found am i just missing something from my classpath?? do i need to download

Re: SSL and certificates, AGAIN

2002-01-29 Thread Jason Barr
Hi there, There shouldn't be any problems using our SSL certs with Tomcat, I have spoken to a lot of clients who use SSL certs with Tomcat, the only problems have been in making client auth work with our Personal Certificates, in which case adding the personal cert intermediate root is the

Redirecting error pages

2002-01-29 Thread Amine AMAR
Hi all, I have the following lines in my web.xml: error-page error-code500/error-codelocation/html/defaultError.htm/location /error-page error-page error-code404/error-codelocation/html/defaultError.htm/location /error-page The 404 errors get correctly redirected to the

RE: Question regarding loading Classpath for Tomcat

2002-01-29 Thread Larry Isaacs
For Tomcat 3.3, see the online documentation at: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html#configuring_classes Item #2 towards the end of this section mentions two System properties that can used to add entries to a couple of the classloaders. Cheers, Larry

Re: OT: URL Rewrite and Tag Libs

2002-01-29 Thread Wolfgang Röckelein
Hi, Craig R. McClanahan wrote: Transparent URL rewriting is one of the things that the struts-html tag library in Struts does for you. You can use the tag libraries without using the entire application framework (although you'd be well advised to look at using that as well). What files do

AW: change root directory

2002-01-29 Thread lars_ake_gentz
hi, you can change the standard welcome file by changing/ adding the following lines in the tomcat web.xml in TOMCAT HOME/conf/web.xml welcome-file-list welcome-fileindex.html/welcome-file welcome-fileindex.htm/welcome-file welcome-fileindex.jsp/welcome-file /welcome-file-list

RE: Ap 1.3.22+TC 4.0.1+NT4+webapp=Hangs loading graphics

2002-01-29 Thread Brian Adams
I wish I could tell you how but I don't know. I know you need to get webapp source from jakarta-tomcat-connectors cvs. and I know you have to get apr source from the apr cvs module. but then I have no clue on how to build it in Windows. I read about export a Makfile and run NMAKE.exe on it

RE: Question regarding loading Classpath for Tomcat

2002-01-29 Thread Pavel Brun
Would this not be possible in Tomcat 4.0.1??? Paul -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 8:47 AM To: 'Tomcat Users List' Subject: RE: Question regarding loading Classpath for Tomcat For Tomcat 3.3, see the online documentation

AW: Ap 1.3.22+TC 4.0.1+NT4+webapp=Hangs loading graphics

2002-01-29 Thread lars_ake_gentz
thnx for tips.. i will try a little... perhaps it works in a few hour´s day´s ... Lars. -Ursprüngliche Nachricht- Von: Brian Adams [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 29. Januar 2002 15:02 An: 'Tomcat Users List' Betreff: RE: Ap 1.3.22+TC 4.0.1+NT4+webapp=Hangs loading

RE: Question regarding loading Classpath for Tomcat

2002-01-29 Thread Larry Isaacs
At the moment, I'm not aware of a similar mechanism in Tomcat 4.x. Cheers, Larry -Original Message- From: Pavel Brun [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:05 AM To: Tomcat Users List Subject: RE: Question regarding loading Classpath for Tomcat Would this

Re: Client certificate with Apache 1.3, TC 4 and mod_webapp on SuSE Linux 7.3

2002-01-29 Thread Markus Maeder
Zitat von Thor Tall [EMAIL PROTECTED]: I have the same problem with tomcat 4.0.1 and mod_webapp and haven't been able to figure out how is should work. I have looked in the mod_webapp code and the SSL code seem to be in place. But I have not found out what the problem is. Just a question

Tomcat non native server code

2002-01-29 Thread Yann LE GUERN
Hi, Is there a way to configure Tomcat to let a web server handle and interpret some non java server code generated by a servlet. For example, I would like my servlet to generate (besides standard html code) some ASP code which will be interpreted by IIS before sending to the browser. Thanks,

RE: Tomcat non native server code

2002-01-29 Thread Randy Layman
The only way to do this is have your JSP/servlet write a file to the disk where IIS can see it and then send a redirect to that file. IIS doesn't allow the chaining of filters (which the Tomcat plugin is) so this is a limitation of the web server, not Tomcat. Randy

Re: Job situation in the US

2002-01-29 Thread dderry
Speaking from my experience in Georgia: I was laid-off in June. I've had one 2 month contract since then. I find a lot of job postings that do not seem to be real (I never get any response, and the positions are constantly being reposted). Many job postings have a shopping list of 'required'

Re: Job situation in the US

2002-01-29 Thread Lars Nielsen Lind
Anyone there have links to freelance jobs (java, jsp, javabeans, jakarta, apache, postgresql, linux)? Best regards, Lars Nielsen Lind - Original Message - From: dderry [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 2:32 PM Subject: Re: Job

AW: Job situation in the US

2002-01-29 Thread Lauer, Oliver
Hi Dave, Wow, it seems to be much more worse than I supposed it to be :-(. The IT market in Europe is quite, too, at the moment, but with C++ and Java you still can find a job rather easily. Good luck to you, too. Oliver - giving up the American Dream for while :-) AXA eSolutions GmbH

AW: Job situation in the US

2002-01-29 Thread Lauer, Oliver
Hi Lars, try http://www.jobserve.com . I believe in Frankfurt/Munich/Germany (that's where all the banking and telco business is) is still a demand for Java/J2EE/C++ contractors without having to speak German, just using English as business language. Oliver AXA eSolutions GmbH AXA Konzern AG

Re: JNDIRealm

2002-01-29 Thread Fredrik Westermarck
John Holman wrote: JNDIRealm works by retrieving the password from the directory server and comparing it explicitly with the value given by the user. Unfortunately AFAIK this mode of operation will not work with eDirectory. Reading the Realm HOWTO again made me realize that... Why would

Unknown Source in stack trace??

2002-01-29 Thread Liu, Xiaoyan
Hi, Can anyone tell me why exception.printStackTrace() sometimes does not show the line number in java code, but instead displays 'Unknown Source'?? THis is very annoying for debugging. thanks. Liu

Re: [TC4] Disabling JSP pages in one context only

2002-01-29 Thread Craig R. McClanahan
On Tue, 29 Jan 2002, chris brown wrote: Date: Tue, 29 Jan 2002 10:10:41 +0100 From: chris brown [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: tomcat-user [EMAIL PROTECTED] Subject: [TC4] Disabling JSP pages in one context only Hello, I'd like to disable the jsp

4.0.2/EJB InitialContext conflict

2002-01-29 Thread Christopher Cobb
I have a web/EJB application that ran in Tomcat 3. It calls InitialContext() assuming that it will get the EJB server's service implementation of jndi so that it can locate various enterprise beans. Within tomcat4, when I call InitialContext(), I appear to be getting tomcat's jndi

Re: 4.0.2/EJB InitialContext conflict

2002-01-29 Thread Remy Maucherat
I have a web/EJB application that ran in Tomcat 3. It calls InitialContext() assuming that it will get the EJB server's service implementation of jndi so that it can locate various enterprise beans. Within tomcat4, when I call InitialContext(), I appear to be getting tomcat's jndi

Re: Job situation in the US

2002-01-29 Thread Lars Nielsen Lind
Yeps - approx. 27000 IT-related jobs :-) - Original Message - From: Lauer, Oliver [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 4:00 PM Subject: AW: Job situation in the US Hi Lars, try http://www.jobserve.com . I believe in

Re: OT: URL Rewrite and Tag Libs

2002-01-29 Thread Craig R. McClanahan
On Tue, 29 Jan 2002, Wolfgang Röckelein wrote: Date: Tue, 29 Jan 2002 10:49:16 +0100 From: Wolfgang Röckelein [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: OT: URL Rewrite and Tag Libs Hi, Craig R. McClanahan

Re: OT: URL Rewrite and Tag Libs

2002-01-29 Thread Craig R. McClanahan
On Tue, 29 Jan 2002, Wolfgang Röckelein wrote: Date: Tue, 29 Jan 2002 14:52:54 +0100 From: Wolfgang Röckelein [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: OT: URL Rewrite and Tag Libs Hi, Craig R. McClanahan

Re: tomcat build error

2002-01-29 Thread Craig R. McClanahan
On Tue, 29 Jan 2002, Nick Wesselman wrote: Date: Tue, 29 Jan 2002 07:20:43 -0600 From: Nick Wesselman [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: tomcat build error while building tomcat:

Re: [TC4] Disabling (Was: JSP pages, Now: dir. listings) in one context only

2002-01-29 Thread chris brown
Thanks Craig, I posted a similar question recently asking whether it was possible to have different settings for the default servlet (per-context settings). For example, in some contexts, I'd like to see directory listings, in others, I'd prefer not to. I tried overriding the default servlet,

Re: 4.0.2/EJB InitialContext conflict

2002-01-29 Thread chris brown
Quick related question: I've noticed that when using ServletContext.getResource(), Tomcat returns a URL in which jndi:// is the protocol. Would using the nonaming option disable this?! -Chris - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Connecting Apache to Tomcat

2002-01-29 Thread Cleber Hostalácio de Melo
Hi, I have conectiva linux 7.0 (kernel 2.4.5), apache 1.3.19 and Tomacat 4.0.1 Tomcat are working well with the url: http://Myserv:tomcat_port/examples/jsp/index.html But when I try to access this application from Apache with the URL: http://Myserv/examples/jsp/index.html I receive the

AW: Session visibility

2002-01-29 Thread Lauer, Oliver
I guess a session is only valid within the context it was created if that's what you meant. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59

Re: change to IBM jre for Tomcat 4.01 running as service

2002-01-29 Thread Remy Maucherat
Is there any way to run Tomcat 4.01 as a service under Win2k using the IBM jre instead of the Sun Hotspot jre? I tried changing the value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat\Parameters but wasn't clear what the appropriate IBM dll to point to was.

AW: Connecting Apache to Tomcat

2002-01-29 Thread lars_ake_gentz
hi, i have no defaultHost Parameter in my config everything else ist the same - so i have no more idea - Sorry... Are you sure that apache ist running correctly??? try http://yourApacheServer there must be a standard site: apacheWebServer is running... perhaps you have to look for the

PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Richard S. Huntrods
Greetings! Well, my ISP nuked your last issue of the digest (tomcat-user Digest 29 Jan 2002 07:19:31 - Issue 352) because it was emailed with the Party virus intact. I know this list has been talking about SPAM removal, but now it is not only annoying, but has begun to SERIOUSLY IMPACT the

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Randy Layman
I would like to point out that the virus was sent by members of the list. Would Virus filtering of the list be useful? Yes. Would it be cost-effective? No. (Since Jakarta has no real income to spend on this). Randy -Original Message- From: Richard S. Huntrods

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Thad Humphries
Maybe users shouldn't use Microsoft products! At least for email... On Tue, 2002-01-29 at 10:45, Randy Layman wrote: I would like to point out that the virus was sent by members of the list. Would Virus filtering of the list be useful? Yes. Would it be cost-effective? No. (Since

WebAppDeploy Vs WebAppMount

2002-01-29 Thread Cressatti, Dominique
what's the difference between the 2? I grabed what I think was the lastest mod_webapp module ( http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.2-b2/rpms/) and it added the following in my httpd.conf WebAppConnection WarpConnection warp localhost:8008 WebAppDeploy examples

RE: Session visibility

2002-01-29 Thread Justin Rowles
I have sessions setup for a couple of different servlets. For some reason the session that are created using one servlet are not valid in a different servlet. Is there a way to make this happen? Assuming when you say servlet you mean jsp page (which is slightly different): If they are in

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Mike Curwen
So, is an open-source Anti-Virus project (perhaps at Jakarta) self-defeating? ;) -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:45 AM To: 'Tomcat Users List' Subject: RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST... I

Exception explanation

2002-01-29 Thread John Wadkin
Apologies is this has been asked before... What does this error mean - java.net.SocketException: socket closed: Bad file number - in the apache_log.date.txt file? Had a look on the net but couldn't find anything useful. I don't write servlets, so socket exceptions have no meaning to me! Seems

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Randy Layman
The real problem with Virus scanners as an open source project is two fold: 1. The virus writers can look at the source code and determine new patterns that will be outside of the scanner's view (granted the script kiddies won't be able to do this, but the more advanced virus

Re: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Nick Wesselman
perhaps a JAMES Mailet would be appropriate? :-) Mike Curwen wrote: So, is an open-source Anti-Virus project (perhaps at Jakarta) self-defeating? ;) -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:45 AM To: 'Tomcat Users List'

struts tag examples in JSP form page

2002-01-29 Thread Henry Lu
Is there any one who may send me a real JSP file with a form with the struts tags of text, radio, textare, checkbox, select hidden items? Thanks, Henry -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Re: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Dean Hiller
I say go to Norton, and ask for a free license. Try to get some free virus scanner software. Alot of companies are up for donating their product. just a thought, dean -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

RE: LifecycleException

2002-01-29 Thread Bill Saur
All: I solved the problem I was having and I wanted to post the solution in case others may learn from this. Tomcat was not shutting down properly on my computer because of the Microsoft Instant Messaging program that typically runs in my system tray. Until I exited the IM program the

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Mike Curwen
The real problem with Virus scanners as an open source project is two fold: 1. The virus writers can look at the source code and determine new patterns that will be outside of the scanner's view (granted the script kiddies won't be able to do this, but the more advanced virus writers

Tomcat on hpux

2002-01-29 Thread Laurent Michenaud
Hi, Does Tomcat work on hpux ? Which version should i use ? thx Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: WebAppDeploy Vs WebAppMount

2002-01-29 Thread Patrick Roumanoff
WebAppConnection WarpConnection warp localhost:8008 WebAppDeploy examples WarpConnection /examples IfModule mod_webapp.c WebAppConnection warpConnection warp localhost:8008 WebAppMount examples warpConnection /examples/ WebAppMount manager warpConnection /manager/

AW: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Ralph Einfeldt
- There is already an open anti virus project: http://www.openantivirus.org - I don't think that an anti virus software is needed - I think the list could be improved by the following: - only allow special kinds of attachments (zip, text, v-card, images) with the given community it

IIS/Tomcat: address in use (you can ignore it)

2002-01-29 Thread Oliver Wulff
Hi I've installed tomcat 3.3a and IIS 4 and use jdk 1.2.2. I launch Tomcat using jk_nt_service. Everything is working fine, if I start tomcat before IIS. 1) net start jakarta 2) net start iisadmin 3) Manually start the Web Site in the Internet Information Manager If I do the steps 2 and 3

JDBC Class Location on Linux

2002-01-29 Thread Timlin, Bob
Can anyone tell which directory I should place JDBC class files in on Linux. Specifically I am running SuSE Linux 7.2 and Oracle9i. Thanks

RE: JDBC Class Location on Linux

2002-01-29 Thread Gapinski, Gary (GEL, MSX)
Rename classes12.zip to classes12.jar and place it in CATALINA_HOME/common/lib. -Original Message- From: Timlin, Bob [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 12:33 PM To: [EMAIL PROTECTED] Subject: JDBC Class Location on Linux Can anyone tell which directory I should

RE: WebAppDeploy Vs WebAppMount

2002-01-29 Thread Cressatti, Dominique
you can always try to compile it, it's quite easy now where do I get the latest source of mod_webapp? Beside how do specify the mapping? What I want to be able to do is point my browser to: http://localhost/examples/HelloWorldExmample instead of having to do:

RE: PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Justin Rowles
Well, my ISP nuked your last issue of the digest (tomcat-user Digest 29 Jan 2002 07:19:31 - Issue 352) because it was emailed with the Party virus intact. Nuked your last issue? Surely the last issue?! It would be mailed intact cos the listbot doesn't strip attachments. That would

RE: JDBC Class Location on Linux

2002-01-29 Thread Timlin, Bob
Thanks for the info. Do I have to create the common/lib directory under CATALINA. My Tomcat doesn't have that directory. Thanks, Bob. -Original Message- From: Gapinski, Gary (GEL, MSX) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 9:34 AM To: 'Tomcat Users List' Subject:

RE: IIS/Tomcat: address in use (you can ignore it)

2002-01-29 Thread Larry Isaacs
The error line is accurate. The JIT in jdk1.2.2 has a known (and unlikely to be fixed) bug which is triggered by crimson.jar. You can either upgrade to jdk1.3 or later, or replace crimson.jar (along with xalan.jar) with earlier versions that don't trigger the JIT bug. I would recommend

Re: PORT 80 tomcat/Apache??

2002-01-29 Thread James C. McMaster (Jim)
It is not possible for any two applications to share a port. You would need either (a) apache to pass through to tomcat or (b) a front-end app to pass requests to both apache and tomcat. Sorry. -- Jim McMaster mailto:[EMAIL PROTECTED] In message [EMAIL PROTECTED], Brett O' Malley said:

RE: IIS/Tomcat: address in use (you can ignore it)

2002-01-29 Thread Larry Isaacs
Forgot to mention one other alternative which is to simply ignore the message. Cheers, Larry -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 12:43 PM To: 'Tomcat Users List' Subject: RE: IIS/Tomcat: address in use (you can ignore it)

Tomcat 4.0.1 and the latest nightly build exception....

2002-01-29 Thread Faraj Meir
I've a servlet and a filter that work well but each time throws an exception when it finish the chain.doFilter(request,response); any idea the exception is: 2002-01-29 19:29:58 StandardWrapper[/mhn:org.apache.catalina.INVOKER.]: Marking servlet org.apache.catalina.INVOKER. as unavailable

Tomcat and JNI

2002-01-29 Thread Brian Hanuska
What ClassLoader should load the java classes that contain JNI calls? Currently the java classes that load the JNI calls are in the global web.xml file, in the jsp servlet's classpath: servlet servlet-namejsp/servlet-name servlet-classorg.apache.jasper.servlet.JspServlet/servlet-class

Unload a servlet in tomcat

2002-01-29 Thread Héctor Garcia Peris
Hello everybody, I'm using tomcat 3.22 + apache to serve servlets in a web. Normally, when I modify a servlet and I recompile it, the servlet in memory is substituted by the new servlet, but sometimes the old servlet remains in the server memory. Anybody knows some way to unload the servlet

Re: Is this a stupid question or something? Why no nibbles?

2002-01-29 Thread August Detlefsen
This is actually the second time I posted this exact same config to the list. If someone tells me how to update the docs, I will put it there too. -August --- Micael Padraig Og mac Grene [EMAIL PROTECTED] wrote: Thank you, August. A couple of these examples (pictures) in the documentation,

RE: JDBC Class Location on Linux

2002-01-29 Thread Swart, James (Jim) %
Is this how I update my ODBC to 3.0 or is that in the JDK? - J a m e s B. S w a r t Agere Systems - Colorado Design Centers Everything IT Related. Period. VOICE: 720-494-2330 ¿ FAX: 720-494-2331 -Original Message-

Re: problem with manager for virtual hosts

2002-01-29 Thread August Detlefsen
I had to specify the full path to the manager app to get it to work for virtual hosts. Because manager is mounted at /manager, but is actually installed at /usr/local/catalina/webapps/manager. If you just specify manager for docbase it looks for it at /home/infoelog/website/manager Here is my

RE: directory browsing

2002-01-29 Thread August Detlefsen
In web.xml look for this section, and make sure param-name listings is false: servlet servlet-namedefault/servlet-name servlet-classorg.apache.catalina.servlets.DefaultServlet/servlet-class init-param param-namedebug/param-name param-value0/param-value /init-param

Re: struts tag examples in JSP form page

2002-01-29 Thread Craig R. McClanahan
On Tue, 29 Jan 2002, Henry Lu wrote: Date: Tue, 29 Jan 2002 12:03:24 -0500 From: Henry Lu [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: struts tag examples in JSP form page Is there any one who may send me a real JSP file with a form with

Re: some tuning ...

2002-01-29 Thread August Detlefsen
You shouldn't need to define 2 services in server.xml. Just use 1 service with 2 virtual hosts. -August --- Julien OIX [EMAIL PROTECTED] wrote: hi, I'm using Tomcat 4.0.1-1, Apache 1.3.22 under RedHat Linux 7.1 here's my problem: my website can be accessed by a front-office or a

Re: SOAP Tutorial

2002-01-29 Thread faisal
check the www.java.sun.com. A soap pack was just released today - Original Message - From: Magnus Jansson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 25, 2002 7:45 AM Subject: OT: SOAP Tutorial Hi! I'm very new to SOAP and I have no idea what it is. Is there a small

Re: SOAP Tutorial

2002-01-29 Thread Denny Chambers
This site may also provide some useful information: http://www.w3.org/2002/ws/ faisal wrote: check the www.java.sun.com. A soap pack was just released today - Original Message - From: Magnus Jansson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 25, 2002 7:45 AM

RE: Session visibility

2002-01-29 Thread Jason Webber
I am using Cookies to keep the sesison information. I am using servlets to preform some autheication for a standalone program. From the standalone program(which is in Java), I also pop up a browser window and want it to login automatically to some JSP pages, in other words I want the session to

  1   2   >