RE: Tomcat IIS + MemoryRealm

2002-03-26 Thread Lee Kyon
It seems that noone got an answer to this one but if someone knows where I can find a documentation of the problem or something like an official bug statement that would help too. Need it for a diploma work :P thanks -Original Message- From: Lee Kyon Sent: Montag, 25. Marz 2002 13:27

advice on how to deploy webapps for students

2002-03-26 Thread Thierry Delaitre
Hi, What is the best way to deploy tomcat for 100 students ? I've created 75 webapp contexts for students but tomcat now creates approx. 165 threads ! Is it really necessary to create a context for each student, so that they have their own webapp area or should is be ok to create a number of

Re: Multiple users share java bean?

2002-03-26 Thread Soefara Redzuan
Wow, you boys made me realize how little I know, and now I'm even starting to doubt my prior understanding. Can you please help me clarify the following. First, am I correct in saying that the default behaviour for a Javabean is that each servlet or JSP that uses it will create a new

SV: mod_jk problem

2002-03-26 Thread Klosa Uwe
Hi Fabian, have you configured the ajp13 connector in the server.xml? Uwe -Ursprungligt meddelande- Fran: Fabien Nisol [mailto:[EMAIL PROTECTED]] Skickat: den 25 mars 2002 22:29 Till: [EMAIL PROTECTED] Amne: mod_jk problem Hello all.. I've got some problems accessing my tomcat pages

Simple Question

2002-03-26 Thread Gabriel López Millán
Support Tomcat IPv6? If so, support Tomcat IPv6+SSL? Thanks a lot, Gabi. -- - Gabriel Lopez Millan - Grupo ANTS-CIRCuS Facultad de Informática Universidad de Murcia (España) Tfo: +34 968367645 -- To unsubscribe: mailto:[EMAIL

What is j_security_check?

2002-03-26 Thread Lee Kyon
What exactly is j_security_check in the authentication form? Built in security servlet? And if so is there any way to modify or even look at it? Thanks Lee -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Re: Multiple users share java bean?

2002-03-26 Thread Fabian Sommer
Hello guys, i expect beans and servlets to behave different? As i know servlets should only be instanced once in the servlet container, and each request should be handled by the same instance of the servlet. To handle different data for different users, you need to use session tracking and

RE: Configuring Tomcat 4

2002-03-26 Thread Chris Pheby
Apache, MySQL, Tomcat, Netbeans and Mozilla --- Hope this helps Chris. - 1) Install Apache Install Apache_1.3.22-win32-x86.exe (Windows Installer of latest stable release) to c:\server\ (actually places it in Apache subdirectory

AW: Multiple users share java bean?

2002-03-26 Thread Alexander Reifinger
First, am I correct in saying that the default behaviour for a Javabean is that each servlet or JSP that uses it will create a new instance of that Javabean ? For example, if we have Register.jsp which uses a Javabean called memberData.java then if 2 people were to submit data to

Tomcat Multicast

2002-03-26 Thread Jesus Saez
Hi: I'm trying to modify Tomcat code to make it multicast, working over UDP channels. Could you help me telling me which modules or codes should i work with, please? Thanks -jesus- -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with

RE: Multiple users share java bean?

2002-03-26 Thread Robert Douglass
What is the German book you were going to recommend? -Original Message- From: Alexander Reifinger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 10:04 AM To: Tomcat Users List Subject: AW: Multiple users share java bean? First, am I correct in saying that the default

AW: Multiple users share java bean?

2002-03-26 Thread Alexander Reifinger
http://shannon.informatik.fh-wiesbaden.de/jsp/jsp/index.html Alexander -Ursprüngliche Nachricht- Von: Robert Douglass [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 26. März 2002 10:21 An: Tomcat Users List Betreff: RE: Multiple users share java bean? What is the German book you

problem with tomcat

2002-03-26 Thread Stella Martzoukou
well.. i expect that this may sound silly but i encounter the following problem with Tomcat 3.2.1 on a win2000 machine I have a file called main.htm in the webapps directory that should be loaded when calling it from the url 127.0.0.1:8080/main.htm Still, I get a page not found 404 error and

Re: Problem with Apache and Tomcat connection

2002-03-26 Thread Jean-Luc BEAUDET
John Burnley a écrit : My apologies in advance for the rookie questions. We are trying to put up a demo app using Apache for static content and Tomcat for the JAVA base applications. Both work fine standalone, but when we try to 'marry' the two together we encounter some problems.

Problems compiling programs.

2002-03-26 Thread Laurence Turpin
hi, I know this is probably quite a basic question but I have been trying for ages to sort it out. Please help. I have Windows XP home edition on my PC, and have Jakarta Tomcat 4.03 running with Java 2 sdk1.4.0. I find that I am having trouble compiling programs that have import statements

Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Manuel Mall
Has the session semantic changed between Tomcat 3 and Tomcat 4? We have a servlet/JSP application in which users establish their servlet session using https but conduct the rest of their interactions using http. This works fine under Apache 1.3.22 with Tomcat 3.2.1 connecting using ajp12. After

RE: Problems compiling programs.

2002-03-26 Thread Carlos Martins
Hi Laurence, Copy the servlet.jar file located in your (CATALINA_HOME)\common\lib directory into your (JDK_HOME)\jre\lib\ext where CATALINA_HOME = the folder where you have your Tomcat instalation (ex: c:\program files\Tomcat 4) and JDK_HOME = the folder where your java development kit

everybody seems ignoring me, HELP........

2002-03-26 Thread atmo argo
there is no more jws for win9x. anybody can tell me what is the difference tomcat v.s javawebserver. thank's. _ Run a small business? Then you need professional email like [EMAIL PROTECTED] from Everyone.net

Re: everybody seems ignoring me, HELP........

2002-03-26 Thread tek1
i believe that jws is simply a reference implementation that sun offers. if you want to use it commercially, i believe that you have to pay a license fee. however, tomcat is open source. it's been an extremely long time since i last looked at jws, but i believe that tomcat offers a lot more

Re: JNDI / DataSource problems

2002-03-26 Thread Dave Minter
Thanks - I've tried both the latest stable (which doesn't appear to contain a DataSource implementation) and the latest dev version (which does) of the postgres jdbc drivers. Both fail... I'd kind of assumed that even a completely non-existant class would still result in an instantiated

Re: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Anders Rundgren
You are right Manuel, Tomcat 4.0.2 using SSL unfortunately always sets a Secure flag on JSESSIONIDs, which do not (depending on browser) allow you to do this https-http switch. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6983 A Macintosh using IE 5 cannot even obtain a _standard_ SSL

Re: Simple Question

2002-03-26 Thread Toru Watanabe
Hi López, Please note form Java2 SDK v1.4, Java starts to support IPv6. If you use Tomcat with j2sdk v1.4, then it might work. But it is very danger because there are only few (or no) achievement. Regards, Watanabe. In the message Simple Question [EMAIL PROTECTED] Gabriel López

Crashing tomcat - different path problem?

2002-03-26 Thread Fabian Sommer
Hi there! I have a servlet running fine if i put it in the tomcat examples directory (adding a servlet and servlet-mapping definitions in web.xml), but when i try to put it in an own application directory (with slightly adopted sample web.xml-file (as found in the conf-directory), tomcat just

Re: JNDI / DataSource problems

2002-03-26 Thread Nikola Milutinovic
Thanks - I've tried both the latest stable (which doesn't appear to contain a DataSource implementation) and the latest dev version (which does) of the postgres jdbc drivers. Both fail... I have both of them, but there is no DataSource implementation class. What was your download link?

security fraud in mod_jk

2002-03-26 Thread Robert Douglass
Can anybody tell me what this means? It is from the mod_jk log. Security fraud sound ominous, and I know very little about security anyway. Thanks, RD [jk_uri_worker_map.c (424)]: In jk_uri_worker_map_t::map_uri_to_worker, found a security fraud in

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Gurmeet
Hi, I just read this and tested for my app also wherein I would have the same problem in coming days. Any better way of overcoming this problem other than persisting the session manually. Regards, Gurmeet -Original Message- From: Anders Rundgren [mailto:[EMAIL PROTECTED]] Sent:

Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-26 Thread Schulze Christian
Hi I have a problem with my configuration of tomcat connected to apache (with mod_ssl) via mod_webapp Apache is configured to listen to Port 80 and 443, connecting to https://intra.home.de/examples gives an '404 not found' (Why that ? this worked with apache an JRun)

Re: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Anders Rundgren
Gurmeet, The only known workarounds I know of are handling sessions in URLs or patching the CookieTools class which we did. Anders - Original Message - From: Gurmeet [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 13:51 Subject: RE: Session lost

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Gurmeet
Thanks Anders, But as you must be knowing if I implement a HttpSessionBindingListener then it would still be a problem. Can u please elaborate on the patching u did on CookieTool class. Regards Gurmeet -Original Message- From: Anders Rundgren [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

RE: What is j_security_check?

2002-03-26 Thread John Niven
-Original Message- From: Lee Kyon [mailto:[EMAIL PROTECTED]] Sent: 26 March 2002 08:42 To: 'Tomcat Users List' Subject: What is j_security_check? What exactly is j_security_check in the authentication form? Built in security servlet? And if so is there any way to modify or

Re: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Anders Rundgren
Gurmeet, I (or rathe my college), removed the line that appends Secure to JSESSIONIDs. Anders - Original Message - From: Gurmeet [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 14:32 Subject: RE: Session lost when switching from https to http in

Filter - Tomcat 4.01 Post methods

2002-03-26 Thread Jerome Moliere
Hi all, I'm using filters in Tomcat 4.01 (bundled with Jboss 2.4.4) for a while, I just faced a problem with filters applied on servlets using POST requests. All other filters applied on servlets invoking GET methods work fine, but a working filter (with some other servlets) while applied to a

Re: problem with tomcat

2002-03-26 Thread rsequeira
If you have the main.htm under the webapps directory then this won't work. Since you are accessing it from under a ROOT context (http://localhost:8080/main.htm), you need to put the file in the webapps/ROOT directory (assuming that there is a context ROOT configured in your server.xml). RS

RE: Session lost when switching from https to http in Tomcat 4

2002-03-26 Thread Gurmeet
Anders thanks a lot. -Original Message- From: Anders Rundgren [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 7:34 PM To: Tomcat Users List Subject: Re: Session lost when switching from https to http in Tomcat 4 Gurmeet, I (or rathe my college), removed the line that appends

RE: security fraud in mod_jk

2002-03-26 Thread Ignacio J. Ortega
De: Robert Douglass [mailto:[EMAIL PROTECTED]] Enviado el: martes 26 de marzo de 2002 13:12 8 /* * We are now in a security nightmare, it maybe that somebody sent * us a uri that looks

RE: RE: Configuring Tomcat 4

2002-03-26 Thread Larry Chambers
4) Integrate Tomcat and Apache Add the following lines to httpd.conf: LoadModule webapp_module modules/mod_webapp.so AddModule mod_webapp.c You need to configure a connector in httpd.conf (examples shown for the modules you can export initially - remove the comments to enable them):

Failure to get removed from list

2002-03-26 Thread Paul Brown
I cannot remove myself and nobody will remove me. So i'm going to try and get banned as a last resort. CUNT PISS FUCK WANK SHIT BOLLOCKS PRICK sorry about this chaps but i see no alternative. This message contains confidential information and is intended only for the named individual and

ClassCastException for JNI class loaded from common/lib

2002-03-26 Thread James Sheridan
Hi, I would be keen to get help on an issue with using JNI classes from multiple webapps. I have 2 webapps both of which need to load a class which wraps JNI code. According to the release notes it is a good idea to place the code which loads the library (loadLibrary()) outside the webapps dir,

AJP vs WARP

2002-03-26 Thread Kirill Maximov
Hello! I tried to fing the information about the subject, but failed. I'd like to know, what are advantages and disadvantages of using AJP and warp connectors to TomCat 4.0.x. I need one of these connectors, because I'd like to use Apache httpd's SSL capabilities, and, if possible,

Problem with cache clearing in Tomcat

2002-03-26 Thread somya_iyer
Hi, I'm using apache tomcat 4.0 and my application has been developed using only servlets and an oracle database. After a user logs out, when the next one logs in, the application continues with the old pages belonging to the previous user. The old session has been invalidated and the new

Re: JNDI/EJB: looking for some references

2002-03-26 Thread alberto bolchini
Hi! Thanks for the suggestions. I'm actually able to invoke the remote EJB setting either the properties you mentioned in the call of the codenew InitialContext/code or setting them in the codeSystem/code properties and then calling codenew InitialContext/code without parameters ; anyway, I

help on NT 4 Servicese

2002-03-26 Thread ramesh piyathilaka
please can you help me to find the following file to start windows NT4 Servicese with tomcat server when i was finding the file on the apache site i could not find it the file is jk_nt_servicese.exe regards ramesh rohan __ Do You Yahoo!? Yahoo!

where must i put my applets ?

2002-03-26 Thread atmo argo
i've make a simple applet but i don't know how to make it servlet. what must i do ? where must i put this file? _ Run a small business? Then you need professional email like [EMAIL PROTECTED] from Everyone.net

RE: RE: Configuring Tomcat 4

2002-03-26 Thread Chris Pheby
This question seems to get asked every few days. How could I get a HOWTO included in the Tomcat distribution?? -- Tomcat isn't the main server - however, for mod_web_app to work and integrate the two Tomcat must start /before/ Apache which is what the dependency

JNDI Realm getRoles by group Membership attribute

2002-03-26 Thread Mark Teegarden
Okay, I'm doing this a little backwards, but I think this should work. I'm trying to figure out what roles a user has by querying the attribute list for groupMembership for the authenticated user. I know that the demonstrated method is to query the names of all the groups that a user is a

RE: help on NT 4 Servicese

2002-03-26 Thread Chris Pheby
You will find tomcat.exe which comes with Tomcat 4. This is the recommended way to start Tomcat 4. Tomcat.exe is really javaservice.exe which is documented at http://www.alexandriasc.com/software/JavaService/ Hope this helps, Chris. -Original Message- From: [EMAIL PROTECTED]

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-26 Thread Ralph Einfeldt
http://intra.home.de:443/examples/servlets/index.html Tomcat (or apache) doesn't switch to https you told the browser to do it :) The port 443 is the port for https. But as you tell the browser to use http it's trying to talk http to the https port. (Have a close look at the leading http://)

Re: mod_jk problem

2002-03-26 Thread Fabien Nisol
Thank for your reply :) I'm really stuck out there I've changed my mod_jk.conf to : ## Auto generated on Mon Mar 25 15:27:15 GMT-05:00 2002## IfModule !mod_jk.c LoadModule jk_module libexec/mod_jk.so /IfModule JkWorkersFile

Re: SV: mod_jk problem

2002-03-26 Thread Fabien Nisol
I've configured my server.xml file like this (sorry, I forgot to mention server.xml in my last mail) red lines with *** in front of them are the lines that I added... I'm not quite sure if I need to uncomment lines starting with +++ in red, i did not see this in mod_jk/ AJP documentation

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-26 Thread Schulze Christian
I noticed this, but if i view the source of this page (obviously generated by Tomcat) the links just looks this way a href=/examples/servlets/ so the Adress should be right. It seems , that if Tomcat creates an index.html when I access a Directory i maps the URL from https to http ... ???

Re: JNDI/EJB: looking for some references

2002-03-26 Thread Jeff Larsen
Hi! Thanks for the suggestions. I'm actually able to invoke the remote EJB setting either the properties you mentioned in the call of the codenew InitialContext/code or setting them in the codeSystem/code properties and then calling codenew InitialContext/code without parameters ;

Re: Problem with cache clearing in Tomcat

2002-03-26 Thread Jeff Larsen
You may also want to try META http-equiv=Expires content=0 However, I don't really trust META tags. Browser implementations of META tags are not always reliable. Write to the response headers directly. I embed the following at the top of every jsp page. % response.setHeader(Cache-Control,

RE: JSP Examples not working HTTP 500

2002-03-26 Thread John Niven
-Original Message- From: balash hauser [mailto:[EMAIL PROTECTED]] Sent: 26 March 2002 04:24 To: [EMAIL PROTECTED] Subject: JSP Examples not working HTTP 500 I just installed Tomcat 4.0.3 in my w2k pc. I can get to http://localhost:8080/index.html OK. But if I view the JSP

Problem with mime types, nobody answers?

2002-03-26 Thread Héctor Garcia Peris
Hello all, I have tomcat 3.2.2 running in a debian potato 2.2.l9. I have a problem with mime types. When I get a page with extension .css I see that the mime type that the server returns to me is text/plain. I find a file under the conf directory that is web.xml that there are lines with

JSP TagLib Help...pleease

2002-03-26 Thread Pavel Brun
Hello all, Are there any people on this list who are experienced with custom taglib, especially, its lifecyle? Is there a website that might help me understand taglib's or is there some kind of a taglib forum? Please let me know. I am encountering problems. Thanks Paul

Re(2): Multiple Tomcat 3.2.4 JVMs Document

2002-03-26 Thread Robert Walther
Dear Dan, A few weeks ago you commented on my Multiple Tomcat JVM's posting. Thank you for you comments. i have had several similar comments to yours about my use of mod_rewrite to redirect URL's to their approporiate JkMounted contexts. If you remember, my httpd.conf had the following

Default servlet - listings = 0 doesn't work?

2002-03-26 Thread scott . merritt
In my web.xml file I've been trying to turn off directory listings by setting the listing parameter to 0 or false, but it it doesn't do anything. I can always see the contents of the directory in my web app. My web app does have it's own web.xml file but it doesn't specify anything unusual,

Re: JSP TagLib Help...pleease

2002-03-26 Thread Vijay Shinde
Hey Paul, I am sending you one link ,I hope this will help you. http://java.sun.com/webservices/docs/ea1/tutorial/doc/JSPTags.html Regards Vijay Pavel Brun wrote: Hello all, Are there any people on this list who are experienced with custom taglib, especially, its lifecyle? Is there a

RE: JSP TagLib Help...pleease

2002-03-26 Thread Pavel Brun
ThanksHas anybody encountered the following problem where tags are evaluated twice, my output statements show that my doStartTag(), doAfterBody() and doEndTag() are evaluated twice?? Any ideas, please let me know. Thanks Paul -Original Message- From: Vijay Shinde [mailto:[EMAIL

tomcat 4.0.3 - apache 1.3.24 - windoze 2k (send mod_jk plz)

2002-03-26 Thread Neil Streeter
I have installed all binary packages is there a binary version of mod_jk available that fits this setup? -- or -- will the 'old' binary that I could find for tomcat 3.x work w/o problems? (it says it was compiled agains the x.17 version of apache - so I'm guessing not) I don't have

Re: mod_jk problem

2002-03-26 Thread Bernd Koecke
I have a line with LoadModule and one with AddModule and without the '!'. But someone seems to call mod_jk, so your config could be ok. I think you don't need the ajp12 worker for mod_jk. Than your worker list contains only the ajp13 worker. Next I saw in your server.xml that the

Problems with compiling .jsp running as Windows NT service 4.0x

2002-03-26 Thread warper
Hi all, First of all, congratulations to the Ant developers. I haven't tried it yet, but that situation won't last long. Especially since I do not like Makefile's either. But now for the real thing. I have installed Apache Tomcat on 2 computers using the .exe binary distribution. Both

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-26 Thread Ralph Einfeldt
Just to verify that I understood everything: You request: https://intra.home.de/examples/ and get a directory listing that contains the link: a href=/examples/servlets/ that link resolves to http://intra.home.de:443/examples/servlets/index.html That means, that the browser thinks that

context realm and mod_webapp

2002-03-26 Thread Ove Heimark
I have some questions regarding the elements within the Apache Connector Service in the server.xml file. My wish is to use Apache as the web server for static content and Tomcat as the appsrv engine without the internal http connector. But where do I define the webapp contexts? Inside this

Virus in yuval.levav@mobiletek.com

2002-03-26 Thread Micael Padraig Og mac Grene
This user is spreading a virus with the following message Hi How are yo? look to bill caricature it's vvvery vey unny :-) :-) i promise you will love it? ok buy Micael

Virus

2002-03-26 Thread Micael Padraig Og mac Grene
A virus is being spread under your email address's name. At 06:50 PM 3/26/02 +0200, you wrote: Hi, Does anyone have mod_jk.so compiled for apache 1.3 for solaris. If so, I would aprreciate it if you send it to me. Thanks, Yuval -- To unsubscribe: mailto:[EMAIL

Virus is Win32cari and the file is cari.src, also dwarf4you.exe

2002-03-26 Thread Micael Padraig Og mac Grene
The virus that was attached to Yuval Levav's email was Win32cari and in my Quarantine is cari.src. That may also have carried dwarf4you.exe, which has newly showed up in my Quarantine. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

RE: Problem with mime types, nobody answers?

2002-03-26 Thread Larry Isaacs
The conf/web.xml file is no longer read by Tomcat 3.2.x. You will need to add these entries to the WEB-INF/web.xml in each web application that needs them. Cheers, Larry -Original Message- From: Héctor Garcia Peris [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 10:47 AM

Integrating Tomcat 3.3 in Jbuilder 6

2002-03-26 Thread Laurent Michenaud
Hi, Does anyone know how to integrate Tomcat 3.3 with JBuilder 6 ? Bye 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: Integrating Tomcat 3.3 in Jbuilder 6

2002-03-26 Thread Serhiy Brytskyy
Laurent Michenaud wrote: Hi, Does anyone know how to integrate Tomcat 3.3 with JBuilder 6 ? Bye Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ] -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

RE: problem with getting SSL to work

2002-03-26 Thread Bill Graham
Setting up Tomcat as you described will cause it to listen for the https protocol on port 8443. try going to https://localhost:8443. -Original Message- From: Rocky [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 4:00 PM To: [EMAIL PROTECTED] Subject: problem with getting SSL

RE: Integrating Tomcat 3.3 in Jbuilder 6

2002-03-26 Thread Laurent Michenaud
Yes, i want to integrate the version 3.3. I don't want to use the 3.2.3 and 4.0.1 versions installed by jbuilder. -Message d'origine- De : Serhiy Brytskyy [mailto:[EMAIL PROTECTED]] Envoyé : mardi 26 mars 2002 18:37 À : Tomcat Users List Objet : Re: Integrating Tomcat 3.3 in Jbuilder 6

RE: Problem with mime types, nobody answers?

2002-03-26 Thread Héctor Garcia Peris
At 18:32 26/03/02, you wrote: The conf/web.xml file is no longer read by Tomcat 3.2.x. You will need to add these entries to the WEB-INF/web.xml in each web application that needs them. But, there would be a default file with the mime types. Or not?

Re: AW: Multiple users share java bean?

2002-03-26 Thread Soefara Redzuan
First of all, thank you so much Alexander for taking the time to explain this so thoroughly. First, am I correct in saying that the default behaviour for a Javabean is that each servlet or JSP that uses it will create a new instance of that Javabean ? For example, if we have

Classpath Problems

2002-03-26 Thread João Augusto Charnet
I hava some classes that are grouped up in a package called SFWClasses in the following directory: /Web-inf/classes/SFWClasses. I used to use Jakarta 3.2.3, but now I have upgraded to 4.03. With the older version everything worked fine, now with this new version I get an Error that Jakarta

Re: Tomcat 4.0.4-b2 available?

2002-03-26 Thread Jonathan Eric Miller
Thanks! Jon - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 1:00 AM Subject: Re: Tomcat 4.0.4-b2 available? I noticed that the following directory now exists on the Jakarta Web site.

RE: Problem with mime types, nobody answers?

2002-03-26 Thread Larry Isaacs
-Original Message- From: Héctor Garcia Peris [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 12:44 PM To: Tomcat Users List Subject: RE: Problem with mime types, nobody answers? At 18:32 26/03/02, you wrote: The conf/web.xml file is no longer read by Tomcat 3.2.x.

RE: Configuring Tomcat 4/mod_webapp

2002-03-26 Thread Sanjay Bahal
What is the exact link to get mod_jk. I can't seem to find it- 4) Integrate Tomcat and Apache Stop the Tomcat and Apache services. Then download mod_webapp from jakarta.apache.org Thanks Sanjay --- Chris Pheby [EMAIL PROTECTED] wrote: Apache, MySQL, Tomcat, Netbeans and Mozilla

tomcat 4.1 - 3/7 and 3/23 build jndi contribute alias host

2002-03-26 Thread todd tredeau
Hello; We have a jndi source written for manager which works with Netware / NDS. I would like to contribute it so it can be intergrated with current builds. It works with the 3-7 build, and of course now would have to be re-written because of changes in the latests builds. Perhaps it can

AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching

2002-03-26 Thread Schulze Christian
Hi, thanks for your quick reply -Ursprüngliche Nachricht- Von: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 26. März 2002 17:42 An: Tomcat Users List Betreff: AW: Tomcat, Webapp, Apache and mod_ssl, Protocol is switching Just to verify that I understood

Tomact-Apache Link

2002-03-26 Thread Sanjay Bahal
How do I link Apache and Tomcat. Is it mod_jk or mod_webapp. What are the links to get them. Thanks a lot, Sanjay __ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ -- To unsubscribe: mailto:[EMAIL

RE: Problem with mime types, nobody answers?

2002-03-26 Thread Larry Isaacs
Tomcat 4.x does read the conf/web.xml to establish web application default settings. It is where default support for JSP and static files, among other things, is defined and configured. Cheers, Larry -Original Message- From: Reto Badertscher [mailto:[EMAIL PROTECTED]] Sent:

RE: Servlet mapping question

2002-03-26 Thread Sanjay Bahal
I found a problem with this. If you don't do /* it becomes case sensitive. So that again becomes an issue. Sanjay --- Sanjay Bahal [EMAIL PROTECTED] wrote: Yes this works? I will paly with it more and post. Thanks a lot, Sanjay --- Lance Smith [EMAIL PROTECTED] wrote: Sanjay, Try

AW: Multiple users share java bean?

2002-03-26 Thread Chenming Zhao
In fact, it's a good and difficult topic. Now I haven't still understood it completely. I have a question about my application. I describe the work what I need to finish. First the jsp file gets a user name, then pass it to java bean. And the bean get some values from the database accoding to

Re: Integrating Tomcat 3.3 in Jbuilder 6

2002-03-26 Thread Jeff Larsen
If you haven't done so already, try posting this question to the appropriate newsgroups at http://www.borland.com/newsgroups. I've found them to be very helpful on issues like this. Jeff - Original Message - From: Laurent Michenaud [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: AW: Multiple users share java bean?

2002-03-26 Thread peter lin
One common technique to solve this is to use JMS. All beans that are instances of the same user listen to the same topic. when one instance of the user's bean is updated, the other instances are notified. Each bean then goes to the database to refresh itself. peter lin Chenming Zhao wrote:

Multiple Tomcat instances

2002-03-26 Thread Vijay Kandy
Hello all, Iam having problems configuring multiple instances of Tomcat with Apache. I have 7 instances of Tomcat talking to Apache. But Tomcat is serving both HTML and Servlet content. I want Apache to serve HTML and Tomcat to serve out Servlet content. I have a _server.xml file for each

Re: AW: Multiple users share java bean?

2002-03-26 Thread Chenming Zhao
What's the meaning of JMS? I'm not sure my problem is just what you said. I want to get independent instance or the same bean for each user. So they can work independently, and won't influence with each other. Thanks. - Original Message - From: peter lin [EMAIL PROTECTED] To: Tomcat

Re: AW: Multiple users share java bean?

2002-03-26 Thread Vijay Shinde
JMS - Javs Messaging Service Chenming Zhao wrote: What's the meaning of JMS? I'm not sure my problem is just what you said. I want to get independent instance or the same bean for each user. So they can work independently, and won't influence with each other. Thanks. - Original Message

RE: AW: Multiple users share java bean?

2002-03-26 Thread Wagoner, Mark
Are you sure you really want independent instances of the bean, or just the ability to keep the variable values separate by user? If it is the latter, then just use local variables in your bean methods. -Original Message- From: Chenming Zhao [mailto:[EMAIL PROTECTED]] Sent: Tuesday,

Getting a JSP re-compiled from run-time (I don't mean reloadable=true)

2002-03-26 Thread Zsolt Koppany
Hi, my application wants to generate JSP files during runtime and depending on application logic. I understand that setting reloadable=true would solve the problem but that would affect the run time performance of tomcat. What I mean: when I generate (modify) a JSP file I want tomcat to

Re: mod_jk problem

2002-03-26 Thread Fabien Nisol
At 05:28 PM 26/03/2002 +0100, you wrote: I have a line with LoadModule and one with AddModule and without the '!'. But someone seems to call mod_jk, so your config could be ok. I think you don't need the ajp12 worker for mod_jk. Than your worker list contains only the ajp13 worker. Next I saw

Re: AW: Multiple users share java bean?

2002-03-26 Thread peter lin
I misunderstood. You want many users to use the same bean to get common information, kind of like a message board. each user works independently, but they are using a common bean. someone else said If it is the latter, then just use local variables in your bean methods. more information about

RE: AW: Multiple users share java bean?

2002-03-26 Thread Dahnke, Eric
Referring to this point: Great, that's what I thought. But here's why I'm getting confused. The servlet tutorial says that a servlet is created once and once only (that's when the init() is run). If I comment out the init() method in my servlet do I get an instance of it for each request?

RE: Getting a JSP re-compiled from run-time (I don't mean reloadable=true)

2002-03-26 Thread Anthony Eden
If the JSP file is modified it will be recompiled. If you are actually generating JSP files then when the generation finishes and the page is first requested the JSP will be compiled. You can also force compilation by updating the last modified time by 'touch'ing the file. Sincerely, Anthony

Tag pooling

2002-03-26 Thread Arnaud Level
Hi every one, Tag pooling has been implemented in Tomcat 3.3. Does someone know where I can find any test application that shows an improvement in performance because so far I could not see any... Costin wrote Most tests I run show a (significant) improvement in performance. I wish I could know

[ANNOUNCEMENT] Tomcat 4.0.4 Beta 2 released

2002-03-26 Thread Remy Maucherat
The second beta release of Tomcat 4.0.4 has been released. This release includes bugfixes and small feature additions over Tomcat 4.0.2/4.0.3 (please refer to the release notes for the complete list). Of particular interest in this beta release is the inclusion of a new standalone HTTP/1.1

Integration of Tomcat and custom Server

2002-03-26 Thread Karthik M.
Hello all, I am to new to Tomcat and group.I want to integrate Tomcat web server will our Server. Basically I want to start Tomcat from our server and deploy wars in it. Is there any proper interface in tomcat to do this and how to use it. TIA Karthik

creating mod_jk.so AIX

2002-03-26 Thread Steve Starks
I am using Aix 4.3.3 and apache 1.3 and am trying to make my mod_jk.so file for tomcat 3.3a. Following the directions I try the build_unix.sh. Everytime I run anything I get a ksh: apxs not found Yes the file is there it is in /usr/HTTPServer/bin and its called apxs I can just go to that

Properties files.

2002-03-26 Thread Xiao, Wei
Hi all, I was trying to migrating an existing application to Tomcat 4.0. We used a lot of properties files and just specified the directory in classpath, then we can call load(/abc.properties). Where should I put properties files (*.properties) in tomcat? How should I call to load it? Thanks a

  1   2   >