Re: Connecting to mysql - Server configuration denies accessto data source

2002-10-30 Thread Jean-Luc BEAUDET
Well i don't have all the whole pb cause i just set up my brand new netscape It seems yu got in troubles with connection to mysql database. I just made it yesterday night to have my Tomcat's manager properly set up... First make yur database and tables. I can give yu a .sql script.

/Webapp-info and security...

2002-11-14 Thread Jean-Luc BEAUDET
Hi all, Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production. I'd like to get /webapp-info/ secured by login/password - even BASIC - when asked by http://my.sever.com/webapp-info/ Any help welcome. Jean-Luc B :O) -- To unsubscribe, e-mail:

Question about webapp connector

2002-11-15 Thread Jean-Luc BEAUDET
Hi all, Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production. I'd like to get /webapp-info/ secured by login/password - even BASIC - when asked by http://my.sever.com/webapp-info/ Any help welcome. Jean-Luc B :O) -- To unsubscribe, e-mail:

Question about webapp connector

2002-11-18 Thread Jean-Luc BEAUDET
Hi all, Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production. I'd like to get /webapp-info/ secured by login/password - even BASIC - when asked by http://my.sever.com/webapp-info/ Any help welcome. Jean-Luc B :O) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Who can help ???

2002-11-18 Thread Jean-Luc BEAUDET
Hi all, Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production. I'd like to get /webapp-info/ secured by login/password - even BASIC - when asked by http://my.sever.com/webapp-info/ Any help welcome. Jean-Luc B :O) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: Who can help ???

2002-11-18 Thread Jean-Luc BEAUDET
regards. Jean-Luc B :O) Jean-Luc BEAUDET wrote: Hi all, Runnin' Tomcat 4.0.2 and Apache 1.3.26 on SOLARIS 8 in Production. I'd like to get /webapp-info/ secured by login/password - even BASIC - when asked by http://my.sever.com/webapp-info/ Any help welcome. Jean-Luc B :O

Re: Apache 1.3.20 + Tomcat 4.0.1 + WARP Connector

2002-02-04 Thread Jean-Luc BEAUDET
Anthony Jones a écrit : Hi, I am having problems implementing servlets and JSP pages using Tomcat 4.0.1 and Apache 1.3.20 (mod_ssl) on Solaris 8. Initially, after searching on the web, I used the AJP connector as this (according to what I read) was the recommeded connector to use. After

Re: Problem with Manager App

2002-02-05 Thread Jean-Luc BEAUDET
Cox, Charlie a écrit : privileged=true simply allows the servlet to call tomcat internal functions. it is a security feature so that you can control what can talk to the tomcat internals. I am not using mod_webapp, but I have received that error('Manager is privileged...') when I tried to

Re: Session not sticking after timeout BUG?

2002-02-05 Thread Jean-Luc BEAUDET
Ivan E. Markovic a écrit : Ralph, Some more detail for you. Now I have the headers printed out after I attempt to extract the Session ID info from the Request object. As you can see the Session ID is present, BUT the values I get when requesting Session info from the Request object are

Re: Problem with Manager App

2002-02-05 Thread Jean-Luc BEAUDET
Cox, Charlie a écrit : have you tried with 4.0.2b2 to see if its a fixed problem with the connector? I know that they have made lots of fixes to the connector, but since I don't use it, I haven't paid attention to what was broken/fixed. It could just be that the connector isn't passing your

Re: Problem with Manager App

2002-02-05 Thread Jean-Luc BEAUDET
Cox, Charlie a écrit : well, you can file a bug to make sure that one of the developers looks into it. It *may* still be possible to get it fixed for 4.0.2 final, but you should submit it soon as I don't know the timeline... Charlie -Original Message- From: Jean-Luc BEAUDET

Pb with the reloadable option with Apache/Tomcat.

2002-02-06 Thread Jean-Luc BEAUDET
Don't pay attention if this is the second Message, please. Hi everybody, I'm using SOLARIS 8, apache 1.3.22, tomcat 4.0.1 Tomcat is configured to communicate with Apache via the WARP Connector. As it is set for devlopement stuff, i want all the changes made in the WEB_INF/lib or classes

Reloadable pbs...

2002-02-07 Thread Jean-Luc BEAUDET
Hi everybody, I'm using SOLARIS 8, apache 1.3.22, tomcat 4.0.1 Tomcat is configured to communicate with Apache via the WARP Connector. As it is set for devlopement stuff, i want all the changes made in the WEB_INF/lib or classes under CATALINA_BASE/webapps to be automatically reloaded. Below

Is it possible to execute a reloadable...

2002-02-08 Thread Jean-Luc BEAUDET
Hi everybody, I'm using SOLARIS 8, apache 1.3.22, tomcat 4.0.1 Tomcat is configured to communicate with Apache via the WARP Connector. As it is set for devlopement stuff, i want all the changes made in the WEB_INF/lib or classes under CATALINA_BASE/webapps to be automatically reloaded. Below

Arrrghhh how can i do it ?

2002-02-13 Thread Jean-Luc BEAUDET
Hi all, Well i just decided to migrate against Tomcat 4.0.2 Final to test it. I compiled from source tomcat itself; it works, no pb. As i'm runnin' Apache 1.3.22, i want to build the mod_webapp too. I downloaded the jakarta-tomcat-connectors-4.0.2-src.gz file and expanded it in /usr/local. I

Re: Arrrghhh how can i do it ?

2002-02-13 Thread Jean-Luc BEAUDET
David Smith a écrit : Did you run ./support/buildconf.sh before attempting to run ./configure? I don't clearly remember, but it seems the last time I built mod_webapp, configure didn't exist until after I ran buildconf.sh. --David On Wednesday 13 February 2002 09:44 am, you wrote: Hi

Re: Arrrghhh how can i do it ?

2002-02-13 Thread Jean-Luc BEAUDET
Remy Maucherat a écrit : David Smith a écrit : Yep i did it. But unluckyly it seems i miss the apr modules/sources... Is that normal ? JF pointed that out, but I don't see why we should include the sources of another project. I consider the user should get them himself. Well in

Re: Arrrghhh how can i do it ?

2002-02-13 Thread Jean-Luc BEAUDET
David Smith a écrit : For those following the thread, my reply is at the bottom... On Wednesday 13 February 2002 10:52 am, you wrote: David Smith a écrit : Did you run ./support/buildconf.sh before attempting to run ./configure? I don't clearly remember, but it seems the last time

Re: Arrrghhh how can i do it ?

2002-02-13 Thread Jean-Luc BEAUDET
Remy Maucherat a écrit : Remy Maucherat a écrit : David Smith a écrit : Yep i did it. But unluckyly it seems i miss the apr modules/sources... Is that normal ? JF pointed that out, but I don't see why we should include the sources of another project. I

Re: Arrrghhh how can i do it ?

2002-02-14 Thread Jean-Luc BEAUDET
Julien OIX a écrit : Jean-Luc BEAUDET a écrit : Remy Maucherat a écrit : Remy Maucherat a écrit : David Smith a écrit : Yep i did it. But unluckyly it seems i miss the apr modules/sources... Is that normal ? JF pointed that out

Compilation error with ant...

2002-02-14 Thread Jean-Luc BEAUDET
Hi all ! Well, who can help for this non blockin' pb: When i compil tomcat 4.0.2 with ant, i've got 2 set of warnings: [javadoc] Building tree for all the packages and classes... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes...

Does Someone Really knows about...

2002-02-14 Thread Jean-Luc BEAUDET
WHO can Affirm TOMCAT 4.0.2 DOES or NOT support load-balancing and handle sessions persistence across multiple tomcat instances. Thanks for answers. I'm stuck for my Project Decisions... Thanks a lot. Jean-Luc B :O) -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Re: Compilation error with ant...

2002-02-14 Thread Jean-Luc BEAUDET
Martin van den Bemt a écrit : javadoc is rather verbose while generating (in this case it doesn't know where the javadoc of the jdk can be found..) Mvgr, Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Thursday

Re: Compilation error with ant...

2002-02-14 Thread Jean-Luc BEAUDET
Christopher K. St. John a écrit : Jean-Luc BEAUDET wrote: When i compil tomcat 4.0.2 with ant, i've got 2 set of warnings: [javadoc] javadoc: warning - Tag @see: Class or Package not found: http://java.sun.com/j2se/javadoc/faq.html#namenotreferenced -- Christopher St. John [EMAIL

Re: 4.0.2 connectors

2002-02-15 Thread Jean-Luc BEAUDET
Dan Zehme a écrit : Can anyone tell my why there are no binaries corresponding to the sources jakarta-tomcat-connectors-4.0.2-01-src.zip for Solaris, Linux, and Win32 (I need all three)? Dan Zehme [EMAIL PROTECTED] Yu should build it by yur own with The source I downloaded was a bit

Re: 4.0.2 connectors

2002-02-15 Thread Jean-Luc BEAUDET
Dan Zehme a écrit : Thanks for the pointer. The package seemed somewhat incomplete. - Original Message - From: Jean-Luc BEAUDET [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 15, 2002 10:55 AM Subject: Re: 4.0.2 connectors Dan Zehme a écrit

Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Hi all ! Well i try hard to get Manager working well through Warp Connector. We use Tomcat 4.0.2/Warp 1.0.2 with Apache 1.3.22. All is correct except a few little things like... Manager ! I really found no way to do it. Error messages like Can't deploy manager cause it's a priviliged

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Christopher Chan a écrit : Create a user in conf/tomcat-users.xml and give the use a manager role instead of tomcat and so on. Then try to login again. - Original Message - From: Jean-Luc BEAUDET [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Christopher Chan a écrit : maybe you should lose the slash at the end of /manager/. (try /manager) Is the name of your webappconnection Warp_conn? Christophe - Original Message - From: Jean-Luc BEAUDET [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Yoav Shapira a écrit : Hi, Sorry to bump in late in the thread, maybe this was already raised, but in your server.xml, did you specify the privileged=true attribute for the Manager context? Yoav If i enter http://myserver/managerstuff/list it then ask for login/password - OK and

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Cox, Charlie a écrit : you should probably file a bug report as it appears to be a problem with manager through the connector as opposed to something with just the manager app. This way one of the developers is sure to look at it. Charlie -Original Message- From: Jean-Luc

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Cox, Charlie a écrit : you should probably file a bug report as it appears to be a problem with manager through the connector as opposed to something with just the manager app. This way one of the developers is sure to look at it. Charlie -Original Message- From: Jean-Luc

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Thank yu for the answer, john. I verified again and again, but... John Wadkin a écrit : Works fine on my Solaris 8, TC 4.0.1, Apache 1.3 system. I'm actually runnin' SOLARIS _ TC 4.0.2/Warp 1.0.2 Apache 1.3.22 full dso httpd.conf: WebAppConnection warpConnection warp servername:8008

For Test only

2002-02-20 Thread Jean-Luc BEAUDET
Don't pay attention. Test only message. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
-Original Message- From: Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 16:26 To: Tomcat Users List Subject: Re: Manager options... Thank yu for the answer, john. I verified again and again, but... John Wadkin a icrit : Works fine on my Solaris 8, TC 4.0.1, Apache

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
think of anything else other than the web.xml for manager - is it there and complete? Thanks, John -Original Message- From: Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 17:03 To: Tomcat Users List Subject: Re: Manager options... John Wadkin a icrit

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
for manager - is it there and complete? Thanks, John Thankyou for yur kind answer, John and for yur help. I'll try to make it the same and tets it. Jean-Luc B (:0 ) -Original Message- From: Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 17:03 To: Tomcat

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
John Wadkin a écrit : Oh boy :) You must have missed the great debate thread on engines, hosts and name. It was debated as to whether an engine needs a host. I set the defaulthost attribute and specified a host. Is this necessary? The doc's aren't clear. The default server.xml has a

Re: Mapping a servlet to respond to /??????????

2002-02-21 Thread Jean-Luc BEAUDET
Donie Kelly a Ýcrit : OK I got around the problem by using an /ID/* at the end instead of the ?. Slightly more awkward but functional... Wouldn't it be nice though to be able to use regular expressions :) Thanks Donie -Original Message- From: Luke Studley [mailto:[EMAIL

Re: Multiple Tomcat-servers on a single machine

2002-02-21 Thread Jean-Luc BEAUDET
Charles N. Harvey III a écrit : I have a question relating to this... We run around 6 sites each of which has a www and a java directory. We will be moving everything to tomcat very soon. The web servers I will have seperately from the tomcat servers with the ajp (mod_jk) connector

Re: Classpath Issue

2002-02-25 Thread Jean-Luc BEAUDET
[EMAIL PROTECTED] a écrit : Tomcat takes care of this for you so that you don't have to mess around with classpath issues. Put your unpacked classes in the WEB-INF/classes directory of you webapplication. jar files go under the WEB-INF/lib. And you are good to go. If you wish to make your

Re: Classpath Issue

2002-02-25 Thread Jean-Luc BEAUDET
directory are used internally too. My bad! :-) Thanks for correcting me. RS Jean-Luc BEAUDET [EMAIL PROTECTED] @toolchest.cyber.kodak.com on 02/25/2002 11:15:15 AM Please respond to Tomcat Users List [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc

Re: problems useing tomcat with virtual domains. (fwd)

2002-02-26 Thread Jean-Luc BEAUDET
[EMAIL PROTECTED] a écrit : i have name based virtual domains ( many domains one ip address ) and i have problems with tomcat, i want to be able to keep my servlet directoryes in different parents. now everything is at one place i have no problems with jsp's i can put one jsp in witch

Re: Tomcat: Servlets in another directory

2002-02-26 Thread Jean-Luc BEAUDET
[EMAIL PROTECTED] a écrit : Hi. I would like to serve my servlets in another directory (not in $TOMCAT_HOME/webapps/examples/WEB-INF/classes). Just keep in mind one important thing. $TOMCAT_HOME/webapps represents the appBase=webapps item of the default Context attribute. + I created a

Re: Unix + Tomcat

2002-02-27 Thread Jean-Luc BEAUDET
[EMAIL PROTECTED] a écrit : Hello, I try to install tomcat on Unix solaris 8 wich have this id 108528-03. I use the jdk 1.3.1. And at a moment the jvm freeze. Do you have an idea, or the minimal configuration to use tomcat on solaris with jdk 1.3.1(like patch ...) Thx in advance.

Re: mulitple ports in server.xml

2002-02-27 Thread Jean-Luc BEAUDET
chad kellerman a écrit : Good morning, It is my understanding that if I set multiple virtual hosts up in Apache 1.3.22/webapp module, for tomcat 4.0.1, the WebAppConnection directive for the virtual host section needs to contain a different port for the app to deploy. This port

Re: Error Using 4.0.1 Manager

2002-03-08 Thread Jean-Luc BEAUDET
[EMAIL PROTECTED] a Ýcrit : Check if there is a corresponding Context/ element defined for manager in server.xml. There should be a manager under webapps: Context path=/manager docBase=manager debug=0 privileged =true/ Thanks. RS Mike Millson [EMAIL PROTECTED] on

Re: reloadable=true not working in 4.0.3?

2002-03-13 Thread Jean-Luc BEAUDET
Neil Aggarwal a écrit : Hello: Is reloadable=true working in 4.0.3? Tomcat does not seem to be reloading my classes when I upload a newer version to the server. Here is what I put in my /usr/local/jakarta-tomcat-4.0.3/conf/server.xml file: !-- BurnRateDiet Context --

Re: Manager App in 4.0

2002-03-14 Thread Jean-Luc BEAUDET
Scott Shorter a écrit : I would speculate that that was a typo for $CATALINA_HOME/conf/tomcat-users.xml - Scott -Original Message- From: John Regan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 6:00 PM To: 'Tomcat Users List' Subject: RE: Manager App in 4.0

Re: 100% cpu on one of two processor

2002-03-14 Thread Jean-Luc BEAUDET
Chris Newland a écrit : Hi, There is a known memory leak in javac (used to compile the JSP pages). This could be causing your Java VM to use up nearly all of its memory and start to perform heavy garbage collection. If you use the -Xms and -Xmx JVM switches (to set the initial and maximum

Re: Problem reloading server.xml without restarting TC

2002-03-20 Thread Jean-Luc BEAUDET
Khurram Munir a Ýcrit : Can Tomcat reload server.xml after editing without restarting. I m adding datasource entry in server.xml programmatically and wants that my application should use that recently added datasource without restarting tomcat i m adding that in application context

Re: automatic loading..

2002-03-20 Thread Jean-Luc BEAUDET
Shashank a écrit : HI ! I deployed new application PetStore (my own) on tomact. but whenever i recompile and put new files in the application folder..correctly..the server doesn't reloads the servlet automatically. Everytime I have to restart the serever...time consuming and

Re: multilple tomcat instances

2002-03-20 Thread Jean-Luc BEAUDET
Chris Ruegger a Ýcrit : I need to run multiple tomcat instances on a single machine each on a different port. Is there some documentation out there that explains how to configure this? Thanks! Well. The basic document give some interresting clues for it. But i give yu some informations i

Re: Multiple Tomcat 4.0.2 instances

2002-03-20 Thread Jean-Luc BEAUDET
Chris Ruegger a Ýcrit : I should have been more specific earlier. I'm running Tomcat 4.0.2 and interested in setting up multiple instances on one machine. Any references greatly appreciated! -Chris -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: many java processes

2002-03-21 Thread Jean-Luc BEAUDET
D. Jay Newman a écrit : I looked at my ps output, and they do seem to each have a different pid. However, I will look into this. I *think* that I have native threads on this machine. I don't know ps well enough to find the right option, but there is always man ps... than why do they

Re: Solaris Install Question

2002-03-21 Thread Jean-Luc BEAUDET
Scott Purcell a Ýcrit : I am trying to install Tomcat 4.0.3 on Solaris and I am having some issues getting the product to start. I downloaded the jakarta-tomcat.4.0.3.tar.gz from the site and extracted the files. I am a new employee here and I am installing it as myself in my own

Re: AW: AW: Debian Woody / Tomcat / Example JSPs

2002-03-22 Thread Jean-Luc BEAUDET
[EMAIL PROTECTED] a écrit : Ralph, thanks for your help :) /usr/lib/j2sdk1.3/bin/jar -tvf /usr/lib/j2sdk1.3/jre/lib/rt.jar java/beans This worked perfect... Test.java import java.bean.Bean; public class Test { public Test() { System.out.println(Test: +

Re: mod_webapp.so Solaris 2.6

2002-03-25 Thread Jean-Luc BEAUDET
[EMAIL PROTECTED] a écrit : Does anyone have mod_webapp compiled for Solaris 2.6? If so, where can I download it from? I can't find it at jakarta.apache.org. If no one has one,does anybody know how to fix this error that happens with the WebAppDeploy directive: Invalid port number (p1)

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.

Re: Process won't die

2002-03-27 Thread Jean-Luc BEAUDET
Martin Erlandsson a écrit : Hi List! I am running Tomcat 4.0.2 on Solaris. When Tomcat is shut down with the shutdown.sh script, it always leaves a process behind, which I have to kill manually. However, when starting it from the command line (catalina.sh run) and stopping it with Ctrl-C,

Re: Reloading Web Applications without manager and without reloadable=true

2002-03-28 Thread Jean-Luc BEAUDET
Tarun Ramakrishna Elankath a écrit : Thanks for replying . I'll look at the tomcat docs and source and see whether there is a way of modifying tomcat to allow this functionality. Or whether I can write a class to check for changes only after a certain time period - say 3 or 4 minutes.

Re: Tomcat4 and Virtual Hosts

2002-04-08 Thread Jean-Luc BEAUDET
Giovanni P. Tirloni a écrit : Hi, First let me say I´m not a guru on this whole thing and I´m trying to set up Tomcat 4.0.1 for a friend. I have some little experience with Tomat 3.2.4 but I would like to move to 4.0.1 to be able to use virtual hosts support (and get the lastest code

Re: Tomcat4 and Virtual Hosts

2002-04-08 Thread Jean-Luc BEAUDET
Well, well Let's have some breath: Yu said that the actual code WebAppConnection conn warp localhost:8008 WebAppDeploy mydomain-context conn /context was just runnin' OK before yu declared that one below: VirtualHost 1.2.3.4 ServerName mydomain.com ServerAlias www.mydomain.com

Re: NIGHTMARE

2002-04-08 Thread Jean-Luc BEAUDET
Williams Mark L DLPC a Ýcrit : Would you all quit this? It's silly to generate so much email in defense of a product we're all working with. If someone doesn't like it, so be it. BTW, our correspondent may already be off the group, which could mean that we're all just reading our own flames.

Re: NIGHTMARE

2002-04-09 Thread Jean-Luc BEAUDET
Dominic Parry a Ýcrit : Ever heard of Opera? Now that works Damn well. Dominic Parry B.Sc. (Computer Science, Information Systems) B.Sc Hons Computer Science M.Sc. I Computer Science Rhodes University Hi ! I had yur address on Tomcat's User List. Well, do yu know if Opera is avalaible

Re: mod_webapp build problem

2002-04-09 Thread Jean-Luc BEAUDET
Srinidhi H. a écrit : Hello, I am trying to build mod_webapp module on hp-ux platform and getting the following error while running configure script of this module. I ran the following command after building libtool and placing it in current path. #./configure

Re: wrapper.class_path in Tomcat4.0.4b2

2002-04-09 Thread Jean-Luc BEAUDET
Árni Arent a écrit : Hi, I installed Tomcat 4.0.4b2, I previously had Tomcat 3.2.4, and in this new release all the config files have changed. In the 3.2.4 I had in the wrapper.properties file: wrapper.class_path=path to class Now in the 4.0.2b2 I have no clue where to find this.

Re: zipped class file.

2002-04-09 Thread Jean-Luc BEAUDET
Xiao, Wei a écrit : Can I still use zip file as archived class file? I put it in the /webapps/app/web-inf/lib directory, it doesn't not seem to work. Thanks. Wei Wei Xiao Web Development Safelite Glass Corp 614.798.2361 Just rename the zip files in jar files ( considerin' the

Re: Error in XML

2002-04-09 Thread Jean-Luc BEAUDET
João Augusto Charnet a écrit : Which XML ??? Server.xml Web.xml or tomcat-users.xml [EMAIL PROTECTED] wrote: what's your xml file like? -Original Message- From: João Augusto Charnet [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 7:35 AM To: Jakarta Subject:

Re: port

2002-04-11 Thread Jean-Luc BEAUDET
chuck amadi a écrit : Atif Munir wrote: Hi, in which file the port is set fro tomcat? atif -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED] Hi default port setting for tomcat is

Re: problem with opencms - where to specify java memory

2002-04-11 Thread Jean-Luc BEAUDET
Christoph Kukulies a écrit : I'm running apache 1.3.23 with tomcat 4.0.3 (mod_webapp) (although the tomcat examples still cannot be seen under /examples through apache - - :8080 (tomcat) sees them). Anyway, strange things were happening when OpenCMS loaded itself and a project was

webapp-info and security

2002-04-26 Thread Jean-Luc BEAUDET
Hi everybody ! Well Working on SOLARIS8 with Apache1.3.22/Tomcat 4.0.2-Final and Warp 1.0.2 I find the http://MyServer/webapp-info very usefull for many things. I customized the manager to manage my Servlets Zone and it works good with the basic tomcat-users.xml meyhod. I added WebAppInfo

webapp-info and security

2002-04-29 Thread Jean-Luc BEAUDET
Hi everybody ! Well Working on SOLARIS8 with Apache1.3.22/Tomcat 4.0.2-Final and Warp 1.0.2 I find the http://MyServer/webapp-info very usefull for many things. I customized the manager to manage my Servlets Zone and it works good with the basic tomcat-users.xml meyhod. I added

Question about security...

2002-04-30 Thread Jean-Luc BEAUDET
Hi everybody ! Working on SOLARIS8 with Apache1.3.22/Tomcat 4.0.2-Final and Warp 1.0.2 I find the http://MyServer/webapp-info very usefull for many things. I customized the manager to manage my Servlets Zone and it works good with the basic tomcat-users.xml method. I added WebAppInfo

webapp-info and security

2002-05-13 Thread Jean-Luc BEAUDET
Hi everybody ! Well Working on SOLARIS8 with Apache1.3.22/Tomcat 4.0.2-Final and Warp 1.0.2 I find the http://MyServer/webapp-info very usefull for many things. I customized the manager to manage my Servlets Zone and it works good with the basic tomcat-users.xml meyhod. I added WebAppInfo

webapp-info and security: need HELP.

2002-05-13 Thread Jean-Luc BEAUDET
Hi everybody ! Well Working on SOLARIS8 with Apache1.3.22/Tomcat 4.0.2-Final and Warp 1.0.2 I find the http://MyServer/webapp-info very usefull for many things. I customized the manager to manage my Servlets Zone and it works good with the basic tomcat-users.xml meyhod. I added WebAppInfo

Automatic start from /etc/rc3.d ???

2002-06-06 Thread Jean-Luc BEAUDET
Hi all, Using SOLARIS 2.8, Tomcat 4.0.2 on a SUN 220R Server Well my Tomcat engine is runnin' under a special user, let's say wildcat. I'm looking for a way to automatically start this engine at system boot, like i do with Apache. Apache has a special way - start by root and change user to

Re: Automatic start from /etc/rc3.d ???

2002-06-06 Thread Jean-Luc BEAUDET
and shutdown.sh do. This worked for me on Linux, don't know Sun, sorry. cheers fillup On 6/6/02 3:05 AM, Jean-Luc BEAUDET [EMAIL PROTECTED] wrote: Hi all, Using SOLARIS 2.8, Tomcat 4.0.2 on a SUN 220R Server Well my Tomcat engine is runnin' under a special user, let's say wildcat

Re: Automatic start from /etc/rc3.d ???

2002-06-06 Thread Jean-Luc BEAUDET
Alexander ten Bruggencate a Ýcrit : On Thu, 2002-06-06 at 12:05, Jean-Luc BEAUDET wrote: Hi all, Well my Tomcat engine is runnin' under a special user, let's say wildcat. I'm looking for a way to automatically start this engine at system boot, like i do with Apache. Jean-Luc

Re: Can't Stop Tomcat 4.03

2002-06-10 Thread Jean-Luc BEAUDET
Marek, Tomas a Ýcrit : Thanks, it sounds promising. -Original Message- From: Sven Woltmann [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 11:22 AM To: 'Tomcat Users List' Subject: AW: Can't Stop Tomcat 4.03 Hi, you've probably installed Tomcat with the NT Service

Re: tomcat-apache with webapp connector

2002-06-10 Thread Jean-Luc BEAUDET
Stanish, Brian a écrit : I am using Tomcat 4.0.3 with Java SDK 1.4.0 along with Apache 1.3.24. These are all running on a RedHat 7.2 box on which I do have root access. I have followed the readme and install files and managed to get Tomcat working standalone. Then I installed mod_webapp as

Re: Tomcat and servlet

2002-06-11 Thread Jean-Luc BEAUDET
Marek, Tomas a écrit : Could give more details, please. tom -Original Message- From: Markus Kirsten [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 10:36 AM To: Tomcat Users List Subject: Re: Tomcat and servlet Hi Med, Deploy your servlet in the ROOT context instead.

Re: Tomcat and servlet

2002-06-11 Thread Jean-Luc BEAUDET
and missing something essential? And Markus, what do you mean by ROOT context? Setting ROOT in conf/server.xml as /mypath/servlet will solve the case? Thanx in advance, Cheers. Med -Message d'origine- De : Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]] Envoyé : mardi 11 juin 2002 10:48 À

Re: Plz help!! Consulted archives!! RE: JSP examples error but servelts examples running

2002-06-11 Thread Jean-Luc BEAUDET
Lynne Gurney a écrit : -Original Message- From: Lynne Gurney [mailto:[EMAIL PROTECTED]] Sent: 11 June 2002 12:18 To: Tomcat Users List Subject: JSP examples error but servelts examples running hello everyone!! I am a new Tomcat user and am anxious to get things moving. However I

Context Pb with Jakarta 4.x

2002-01-08 Thread Jean-Luc BEAUDET
will be In Order to be Used ! I don't know how to do it except declaring a special Context for each of them... Any comments/advices/answers will be welcome. Best regards. Jean-Luc BEAUDET :O) -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

Is there a way to deploy a Context like...

2002-01-09 Thread Jean-Luc BEAUDET
a special Context for each of them... Any comments/advices/answers will be welcome. Best regards. Jean-Luc BEAUDET :O) -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: URGENT! PLEASE..

2002-01-10 Thread Jean-Luc BEAUDET
Catalin a écrit : I have a jakarta tomcat 3.3m4 with an web apps with servlets. How can I do to tell to my web app where is javax package (not to put it everytime to \web-inf\classes)? 10x 2 all -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: Experience with multiple Apache's hitting one Tomcat?

2002-01-11 Thread Jean-Luc BEAUDET
of experiment is really benefic for most of us; Thank yu. Jean-Luc BEAUDET :O) -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Experience with multiple Apache's hitting one Tomcat?

2002-01-11 Thread Jean-Luc BEAUDET
Nikola Milutinovic a écrit : I think that all people will be highly interested in such a project. BTW maybe yu had to solve, with two Apaches and one Tomcat the pb of LoadBalancing. It used to exist in Tomcat 3.x, and documented - with mod_jk -, but there is neither documentation nor

Re: Integrating TC 4.0 with Apache 1.3.12

2002-01-15 Thread Jean-Luc BEAUDET
application web.xml file... Hope this 'll help Jean-Luc BEAUDET :O) WebAppDeploy examples warpConnection /examples/ WebAppDeploy chetna warpConnection /chetna/ WebAppInfo /webapp-info Just wanted to confirm about the port no. mentioned on 3rd line...is it the port no. of TC or should

Strange behaviour; i don't understand...

2002-01-18 Thread Jean-Luc BEAUDET
via Warp Connector somewhere else than under $CATALINA_HOME/webapps Am i Right ??? Any help will be welcome ... Jean-Luc BEAUDET :O( -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Strange behaviour; i don't understand...

2002-01-18 Thread Jean-Luc BEAUDET
on it ? Try http://Server:80/StressZone/ (trailing slash is the answer for mod_webapp) Yes, yu got it ! Tkanks alot. Jean-Luc :O) Any help will be welcome ... Jean-Luc BEAUDET :O( Anton. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: Strange behaviour; i don't understand...

2002-01-18 Thread Jean-Luc BEAUDET
Anton Brazhnyk a écrit : -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Friday, January 18, 2002 4:51 PM To: Tomcat Users List Subject: Re: Strange behaviour; i don't understand... Any difference

Re: servlets work but JSPs not!

2002-01-24 Thread Jean-Luc BEAUDET
Elif Zeynep Buyukduman a écrit : Tomcat is said to require JDK 1.2 or above. But it didn't reject to set itself up with this version and the servlet examples work well with this verison of JDK. the main problem: at sun`s web page I couldn't find JDK 1.2 or newer versions. I am gonna get

Re: Apache 1.3.23 + Tomcat 4.0.2 Load balancing HOWTO

2002-01-25 Thread Jean-Luc BEAUDET
Furmaniak Christophe a écrit : Good job! Except that you might specify that creating two instances of the tomcat installation is not needed as you can share the main binaries and libs by specifying 2 distinct CATALINA_BASE variables. Just maybe one more question, why does Craig R.

Re: AW: Load balancer - no session affinity

2002-01-25 Thread Jean-Luc BEAUDET
Lauer, Oliver a écrit : Really keen on having that, too :-))) 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 e-Mail: [EMAIL PROTECTED]

Is there a way to ...

2002-01-25 Thread Jean-Luc BEAUDET
Hi all, According i use SOLARIS 6 Apache 1.3.22 Tomcat 4.1-dev Warp Connector I made a connection via mod_webapp with a web application nested in $CATALINA_HOME/webapps/MyApp the declaration is well done in httpd.conf: WebAppDeploy FirstApp warpconn /FirstApp and runs good. When i

Options Indexes

2002-01-28 Thread Jean-Luc BEAUDET
Hi everybody, According i'm using SOLARIS 6 Apache 1.3.22 Tomcat 4.1-dev Warp Connector I made a connection via mod_webapp with a web application nested in $CATALINA_HOME/webapps/FirstApp the declaration is well done in httpd.conf: WebAppDeployFirstAppwarpconn/FirstApp and runs

Re: new photos from my party!

2002-01-28 Thread Jean-Luc BEAUDET
Moin Anjum H a écrit : Hi, Can anybody explain me what is this?... is this a virus? Best Regards Moin. [EMAIL PROTECTED] wrote: Hello! My party... It was absolutely amazing! I have attached my web page with new photos! If you can please make color prints of my photos.

Re: INSTALLING TOMCAT

2002-01-28 Thread Jean-Luc BEAUDET
Rafael a écrit : It comes with .BIN extension, I'm using Linux Slackware 7.1 and I have no Idea about how to install the j2sdk-1_3_1_02-linux-i386.bin file. Thank you for your help and time. Rafael Azevedo - Original Message - From: Anja Falkner [EMAIL PROTECTED] To: Tomcat

  1   2   >