CSJakharia: Difference between Tocmat 5.5.2 and Tomcat 4.1

2005-07-08 Thread Chirag
I am undergoing Project development in Tomcat 5.5.2 which has to be converted for another Client in Tomcat 4.1 but I have no idea regarding the improvements/Difference between Both the version and so am confused to say how much time would be required If any one knows the difference or any Link

Re: CSJakharia: Difference between Tocmat 5.5.2 and Tomcat 4.1

2005-07-08 Thread Rahul Akolkar
On 7/8/05, Chirag [EMAIL PROTECTED] wrote: I am undergoing Project development in Tomcat 5.5.2 which has to be converted for another Client in Tomcat 4.1 but I have no idea regarding the improvements/Difference between Both the version and so am confused to say how much time would be required

Re: difference between tomcat 5.0 and tomcat 5.5

2005-04-26 Thread Mark Thomas
Posting multiple copies of the same message and posting the same message to both the tomcat-user and the tomcat-dev lists is a sure-fire way to make sure your message is ignored by most, if not all, members of this list. Please read http://jakarta.apache.org/site/mail.html for guidance. Mark

Re: difference between tomcat 5.0 and tomcat 5.5

2005-04-26 Thread Patrick Lacson
I just want to let everyone know that I'm ignoring this post. On 4/26/05, Mark Thomas [EMAIL PROTECTED] wrote: Posting multiple copies of the same message and posting the same message to both the tomcat-user and the tomcat-dev lists is a sure-fire way to make sure your message is ignored by

difference between tomcat 5.0 and tomcat 5.5

2005-04-25 Thread Remo rahman
can any one plz provide me with information regarding diference between tomcat 5.0 and tomcat 5.5 some of the differences that i have noted are 1)no entry of context in server.xml- so where this entry should be made 2)no logger component in server.xml and also related to tomcat manager

difference between tomcat 5.0 and tomcat 5.5

2005-04-25 Thread Remo rahman
can any one plz provide me with information regarding diference between tomcat 5.0 and tomcat 5.5 some of the differences that i have noted are 1)no entry of context in server.xml- so where this entry should be made 2)no logger component in server.xml and also related to tomcat manager

Help: Context.xml Resource difference between 5.0.x and 5.5.x ?

2005-01-17 Thread TomK
I'm having trouble moving my webapp from Tomcat 5.0 to 5.5. The dataSource in Context.xml seems to be the issue. According to the 'JNDI how-to' documentation for 5.0 and 5.5, it looks like the 'ResourceParams' tag has been removed from the Context.xml and instead you can now supply arbitrary

Re: Help: Context.xml Resource difference between 5.0.x and 5.5.x ?

2005-01-17 Thread Sean M. Duncan
On Mon, 2005-01-17 at 16:57 -0800, TomK wrote: I'm having trouble moving my webapp from Tomcat 5.0 to 5.5. The dataSource in Context.xml seems to be the issue. According to the 'JNDI how-to' documentation for 5.0 and 5.5, it looks like the 'ResourceParams' tag has been removed from the

Re: Help: Context.xml Resource difference between 5.0.x and 5.5.x?

2005-01-17 Thread Parsons Technical Services
] To: tomcat-user@jakarta.apache.org Sent: Monday, January 17, 2005 8:45 PM Subject: Re: Help: Context.xml Resource difference between 5.0.x and 5.5.x? On Mon, 2005-01-17 at 16:57 -0800, TomK wrote: I'm having trouble moving my webapp from Tomcat 5.0 to 5.5. The dataSource in Context.xml seems

Solved: Context.xml Resource difference between 5.0.x and 5.5.x?

2005-01-17 Thread TomK
- From: Sean M. Duncan To: Sent: Monday, January 17, 2005 8:45 PM Subject: Re: Help: Context.xml Resource difference between 5.0.x and 5.5.x? On Mon, 2005-01-17 at 16:57 -0800, TomK wrote: I'm having trouble moving my webapp from Tomcat 5.0 to 5.5. The dataSource in Context.xml seems

Difference in compilation by Tomcat and JSPC

2004-12-22 Thread Abhay Hiwarkar
I am picking up a difference in the way Tomcat compiles a JSP when accessed from a browser and the way JSPC compiles - Tomcat produces class file with class as - public class client$jsp extends HttpJspBase {...} while, Jspc produces java file with class as - public class client extends

re: performance difference between tomcat 5.0 and 5.5?

2004-10-22 Thread James Black
I am curious if there is any performance improvements over Tomcat 5.5 vs Tomcat 5.0, using jdk1.5. We are in the process of doing testing to prepare for our December upgrades and I don't know if we should try to move to Tomcat 5.5 this year or wait till summer. The main webapp is a webservice

RE: performance difference between tomcat 5.0 and 5.5?

2004-10-22 Thread Shapira, Yoav
Hi, Yes, there are performance difference. Yoav Shapira http://www.yoavshapira.com -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 8:34 AM To: Tomcat Users List Subject: re: performance difference between tomcat 5.0 and 5.5? I am curious

[OT]: performance difference between tomcat 5.0 and 5.5?

2004-10-22 Thread Filip Hanik - Dev
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 22, 2004 7:34 AM Subject: re: performance difference between tomcat 5.0 and 5.5? I am curious if there is any performance improvements over Tomcat 5.5 vs Tomcat 5.0, using jdk1.5. We are in the process of doing testing

RE: What is the difference in classloading between tomcat 4.1.x and 5.0.x

2004-09-17 Thread tomcat-user
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 3:58 PM To: [EMAIL PROTECTED] Subject: What is the difference in classloading between tomcat 4.1.x and 5.0.x In a web application running under Tomcat, I have defined a filter in the web.xml file. The filter is pointing to a class

What is the difference in classloading between tomcat 4.1.x and 5.0.x

2004-09-02 Thread tomcat-user
, September 01, 2004 3:58 PM To: [EMAIL PROTECTED] Subject: What is the difference in classloading between tomcat 4.1.x and 5.0.x In a web application running under Tomcat, I have defined a filter in the web.xml file. The filter is pointing to a class that is packed in a jar- file, and the jar-file

What is the difference in classloading between tomcat 4.1.x and 5.0.x

2004-09-01 Thread tomcat-user
In a web application running under Tomcat, I have defined a filter in the web.xml file. The filter is pointing to a class that is packed in a jar-file, and the jar-file is kept in the $CATALINA_HOME/shared/lib directory. In Tomcat 4.1.x the application is working without any problems. When

RE: What is the difference in classloading between tomcat 4.1.x and 5.0.x

2004-09-01 Thread Shapira, Yoav
PROTECTED] Sent: Wednesday, September 01, 2004 3:58 PM To: [EMAIL PROTECTED] Subject: What is the difference in classloading between tomcat 4.1.x and 5.0.x In a web application running under Tomcat, I have defined a filter in the web.xml file. The filter is pointing to a class that is packed

Difference between org.apache.axis.client.Stub.setTimeout() vs. org.apache.axis.client.Call.setTimeout()?

2004-05-11 Thread tom ly
What's the difference between org.apache.axis.client.Stub.setTimeout() vs. org.apache.axis.client.Call.setTimeout()? - Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs

Difference between org.apache.axis.client.Stub.setTimeout() vs. Call.setTimeout()?

2004-05-11 Thread tom ly
tom ly [EMAIL PROTECTED] wrote:What's the difference between org.apache.axis.client.Stub.setTimeout() vs. org.apache.axis.client.Call.setTimeout()? - Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs

timestamp on catalina.out different from system time (approximately 1 hour difference)

2004-05-06 Thread Harish . Chakravarthy
Hi Everyone, timestamp on catalina.out is approximately 1 hour different from the system time, any reason as to why ? using tomcat 4.1.18 and jdk 1.4.1_02 here is a sample output - promptdate Thu May 6 11:22:18 PDT 2004 // from catalina.out May 6, 2004 10:22:19 AM

difference in jsp:usebean between tomcat 4 and 5

2004-04-15 Thread Daniel Gibby
Hi, I've noticed a change in the java code that results from a jsp:usebean when upgrading from tomcat 4 to tomcat 5. I'm wondering if this is a change in the spec or just a coding difference between versions: *This jsp:* jsp:useBean id=payment class=mybeans.ValidateableBean scope=session

Re: difference in jsp:usebean between tomcat 4 and 5

2004-04-15 Thread Daniel Gibby
a jsp:usebean when upgrading from tomcat 4 to tomcat 5. I'm wondering if this is a change in the spec or just a coding difference between versions: *This jsp:* jsp:useBean id=payment class=mybeans.ValidateableBean scope=session / *Results in this java code: * *on tomcat-5.0.19:* mybeans.ValidateableBean

Difference between Basic Form authentication ??

2004-03-22 Thread Halcyon62 .
Hi all What is the difference between Basic Form authentication ?? Is it possible to pass the j_username j_password in the very first request to avoid the forward to a login page (or a popup window) Eric. _ MSN Premium

Difference found with jsp:include when migrating from 4.1.X to 5.0.18

2004-03-01 Thread Steve Burns
In our deployment we have hundreds of jsp files with static include statements, like !-- style 1 -- jsp:include page=SomeOtherJspFile.jsp flush=true /jsp:include Instead of shortening this to: !-- style 2 -- jsp:include page=SomeOtherJspFile.jsp flush=true/ we decided in our jsp coding

RE: Difference found with jsp:include when migrating from 4.1.X to 5.0.18

2004-03-01 Thread Shapira, Yoav
: Difference found with jsp:include when migrating from 4.1.X to 5.0.18 In our deployment we have hundreds of jsp files with static include statements, like !-- style 1 -- jsp:include page=SomeOtherJspFile.jsp flush=true /jsp:include Instead of shortening this to: !-- style 2 -- jsp:include page

Re: Difference found with jsp:include when migrating from 4.1.X to 5.0.18

2004-03-01 Thread Tim Funk
Here's why: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25448 -Tim Steve Burns wrote: In our deployment we have hundreds of jsp files with static include statements, like !-- style 1 -- jsp:include page=SomeOtherJspFile.jsp flush=true /jsp:include Instead of shortening this to: !-- style

Whats the difference between Tomcat, Tomcat embedded and Tomcat Deplyer

2004-02-16 Thread Johan Bång
Hi! There are three downloadable tomcat tarballs; Tomcat, Tomcat Embedded and Tomcat Deployer (ment) What is the difference between the versions? I have tried to figure it out by my self, but I cant find any particular information about the differences. I downloaded the files and there are some

Manager context reload behavior difference in TC 5 vs 4

2003-12-10 Thread David Rees
When reloading an app in TC 4 with the Manager app, it had the nice behavior of blocking any new requests until the app was reloaded. TC 5 seems to return blank pages while a context is reloading. The behavior of TC 4 is preferred since that way if someone happens to hit the context during

Re: Manager context reload behavior difference in TC 5 vs 4

2003-12-10 Thread Remy Maucherat
David Rees wrote: When reloading an app in TC 4 with the Manager app, it had the nice behavior of blocking any new requests until the app was reloaded. TC 5 seems to return blank pages while a context is reloading. The behavior of TC 4 is preferred since that way if someone happens to hit

Re: Manager context reload behavior difference in TC 5 vs 4

2003-12-10 Thread David Rees
Remy Maucherat wrote: David Rees wrote: When reloading an app in TC 4 with the Manager app, it had the nice behavior of blocking any new requests until the app was reloaded. TC 5 seems to return blank pages while a context is reloading. The behavior of TC 4 is preferred since that way if

Re: Difference between JK 2.0.2 JK 4.1.29

2003-11-26 Thread Nikola Milutinovic
Jose wrote: Hello. What is the difference between both ? I use tomcat-4.1.29 then which i must use to works with apache 2.0.48 ? Connectors accompanying TC distribution are for that version. WARP, JK and JK2 consist of two parts: Tomcat part (Java classes) and Apache/(otehr web servers) part (C

Difference between JK 2.0.2 JK 4.1.29

2003-11-25 Thread Jose
Hello. What is the difference between both ? I use tomcat-4.1.29 then which i must use to works with apache 2.0.48 ? Thanks. -- Tu portal de Aix en Español http://aixpanish.com --

Difference between path-mapped and servlet-mapped filters

2003-09-26 Thread Julien Martin
Hello, Can anyone please explain to me what the difference is between path-mapped and servlet-mapped filters. Thanks in advance, Julien. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Difference between path-mapped and servlet-mapped filters

2003-09-26 Thread Tim Funk
A filter can be mapped against a URL. (path mapped) or A filter can be mapped against a servlet declaration(servlet mapped) -Tim Julien Martin wrote: Hello, Can anyone please explain to me what the difference is between path-mapped and servlet-mapped filters. Thanks in advance, Julien

Windows / Linux Context Difference (Weirdness with HTML Links)

2003-09-09 Thread Brandon M. Blank
I have recently developed a site using Tomcat 4.1.27 under Linux. The site resides at http:// http://%3chost%3e/%3cappName host/appName. When using an html link with the href set to /index.jsp it goes to http:// http://%3chost%3e/%3cappName%3e/index.jsp host/appName/index.jsp When implementing

Can you tell me what is the difference between these two sets of rpm version of tomcat4.1.24?

2003-09-09 Thread Mary
Hi, I have downloaded tomcat4-4.1.24-full.2jpp.noarch.rpm ,tomcat4-admin-webapps-4.1.24-full.2jpp.noarch.rpm and tomcat4-webapps-4.1.24-full.2jpp.noarch.rpm.They did work. I have also downlaoded tomcat4-4.1.24-12jpp.noarch.rpm, tomcat4-admin-webapps-4.1.24-12jpp.noarch.rpm and

Windows / Linux Context Difference (Weirdness with HTML Links)

2003-09-09 Thread Brandon M. Blank
I have recently developed a site using Tomcat 4.1.27 under Linux. The site resides at http:// http://%3chost%3e/%3cappName host/appName. When using an html link with the href set to /index.jsp it goes to http:// http://%3chost%3e/%3cappName%3e/index.jsp host/appName/index.jsp When implementing

difference between session expired or session new

2003-08-14 Thread Hans Wichman
Hi, I have an app in which users do not have to login, but each user does have its own session. I tried to come with a way to detect whether the users current session has expired, but I can't seem to find a way to differentiate between 'no' session and an 'expired' session. What I had was:

RE: Is there any difference between Shutdown and context reload ?

2003-06-25 Thread Filip Hanik
To: tomcat mail list Subject: Is there any difference between Shutdown and context reload ? Hi, I would like to know whether Tomcat behaves the same when Tomcat is Restarted and a context reload ?. Another question is why Tomcat is reloading all servlets when a single servlet

RE: Is there any difference between Shutdown and context reload ?

2003-06-25 Thread Shapira, Yoav
Howdy, I would like to know whether Tomcat behaves the same when Tomcat is Restarted and a context reload ?. No. Tomcat restart restarts all the webapps, context reloads only affects one specific webapp. Other minor details are different as well, e.g. creation of System.out/System.err

Is there any difference between Shutdown and context reload ?

2003-06-24 Thread Antony
Hi, I would like to know whether Tomcat behaves the same when Tomcat is Restarted and a context reload ?. Another question is why Tomcat is reloading all servlets when a single servlet is changed. Antony - To unsubscribe,

RE: difference between apache and tomcat webserver

2003-01-10 Thread Deepa Raja
: [EMAIL PROTECTED] Subject: RE: difference between apache and tomcat webserver krip pane, I was under the impression that apache is needed to serve the jsp pages - looks like not. Too many people are under that impression. what is the advantage or disadvantage of installing/using apache

RE: difference between apache and tomcat webserver

2003-01-10 Thread Deepa Raja
] Subject: RE: difference between apache and tomcat webserver krip pane, I was under the impression that apache is needed to serve the jsp pages - looks like not. Too many people are under that impression. what is the advantage or disadvantage of installing/using apache as your webserver

RE: difference between apache and tomcat webserver

2003-01-10 Thread Evans, Michael
to tomcat in order to process the requests. -Original Message- From: krip pane [mailto:[EMAIL PROTECTED]] Sent: 09 January 2003 22:05 To: tomcat Subject: difference between apache and tomcat webserver All, I hope I am understanding and asking this answer correctly. I recently installe tomcat

RE: difference between apache and tomcat webserver

2003-01-10 Thread Turner, John
Users List Subject: RE: difference between apache and tomcat webserver Hi Julius could you please enlighten me on the following line please. 'Feels safer when using port 1024 on linux/unix.' Thanks Deepa -Original Message- From: Julius Davies [mailto:[EMAIL PROTECTED

RE: difference between apache and tomcat webserver

2003-01-10 Thread Mike Millson
windows in a server environment. -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 8:04 AM To: 'Tomcat Users List' Subject: RE: difference between apache and tomcat webserver On UNIX/Linux, ports less than 1024 are privileged ports. To run

RE: difference between apache and tomcat webserver

2003-01-10 Thread Deepa Raja
John and Mike Thanks the info -Original Message- From: Mike Millson [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 1:33 PM To: Tomcat Users List Subject: RE: difference between apache and tomcat webserver This is a valuable security feature of unix/linux/solaris/free bsd/etc

RE: difference between apache and tomcat webserver

2003-01-09 Thread Julius Davies
PROTECTED], Ph: 604.730.6385 The contents of this message are my own personal opinions, and not those of CUCBC. -Original Message- From: krip pane [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 2:05 PM To: tomcat Subject: difference between apache and tomcat webserver

difference between apache and tomcat webserver

2003-01-09 Thread krip pane
All, I hope I am understanding and asking this answer correctly. I recently installe tomcat 4.1 with default values and was able to server jsp pages. I was under the impression that apache is needed to serve the jsp pages - looks like not. So the question is what is the advantage or

RE: What is the difference between...

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

Re: What is the difference between...

2003-01-06 Thread David Boyer
. This package does not contain JavaMail, Java Activation Framework, Xerces, JNDI or the JDBC Standard Extension. - Original Message - From: Twiggs, Glenn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 06, 2003 5:36 PM Subject: RE: What is the difference between... Thanks

What is the difference between...

2003-01-03 Thread Twiggs, Glenn
apache/dist/jakarta/tomcat-4/binaries/tomcat-4.1.18-LE-jdk14.zip and apache/dist/jakarta/tomcat-4/binaries/tomcat-4.1.18.zip ??? The LE version is smaller. What is the difference and the purpose of the difference? Thanks! Glenn. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: What is the difference between...

2003-01-03 Thread David Boyer
Check out the bottom of this page: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.18/bin/ - Original Message - From: Twiggs, Glenn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 03, 2003 5:04 PM Subject: What is the difference between... apache/dist

Difference between the coyote and Catalina connector ?

2002-11-18 Thread Joseph Stephen Vaithara
Hi All, Can someone enlighten me on the difference between the coyote connector and the Catalina httpconnector. Which one of the two is the recommended connector with Tomcat 4.0.4. I am using tomcat primarily for file uploads and downloads. Regards, Joseph -- To unsubscribe, e-mail

Weird difference between 4.0.6 and 4.1.12 - speed of downloading a .jar

2002-10-26 Thread vsajip \(yahoo.com\)
I'm experiencing a weird delay when downloading a .jar file in Tomcat 4.1.12. I have an unremarkable 56K .jar file which downloads from 4.1.12 only after a noticeable delay, whereas under 4.0.6 it's almost instantaneous. I did a test with the same JAR file copied to the examples folder of a clean

Difference between installing tomcat4.1.12 in win 98 nd win2000?

2002-10-25 Thread tomcat-user
I could not load the tomcat home page on win98, even if I had installed it the same way as I did on win2000. All I could get was the listing of files in the home folder. I already set the catalina_home and java_home names properly. Directory Listing For /

Difference between ajp13 and ajp14

2002-09-10 Thread Marc
Hi everybody!!! What is the difference between ajp13 and ajp14? is ajp14 an improve over ajp13? Wich do u think is the best (performance, estability, ...) for connecting tomcat4.1.10 to apache1.3.26?? Thank u all!!! Marc -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Difference between ajp13 and ajp14

2002-09-10 Thread Turner, John
success. John -Original Message- From: Marc [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 7:39 AM To: Tomcat Users List Subject: Difference between ajp13 and ajp14 Hi everybody!!! What is the difference between ajp13 and ajp14? is ajp14 an improve over ajp13

Re: Difference between ajp13 and ajp14

2002-09-10 Thread Marc
, please let me know. I've already spent several hours trying to do it, without success. John -Original Message- From: Marc [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 7:39 AM To: Tomcat Users List Subject: Difference between ajp13 and ajp14 Hi everybody

What is the difference between mod_jk and mod_jk2 modules?

2002-09-09 Thread Dev Zero G Ltd
Hello. Can anybody suggest what is the difference (benefits/shortages) beetween mod_jk and mod_jk2 connectors from the user point of view? Thanks for help! Dev Zero G Ltd team. http://devzerog.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

difference between jakarta-tomcat-4.0.4.exe and jakarta-tomcat-4.0.4.zip installations

2002-08-29 Thread Ed Maher
I am running Tomcat 4.0.4 on Windows 2000. I have installed both the jakarta-tomcat-4.0.4.exe and the jakarta-tomcat-4.0.4.zip packages and am experiencing different behavior between the two installations. The 'exe' version was installed to: C:\Program Files\Apache Tomcat 4.0. The 'zip'

JDBCRealm - difference between no user/password and SQLException

2002-08-26 Thread Michael Remijan
if if the database is down. Is there any way to tell the difference so that a relogin page can be displayed in one instance and a fatal error page in the other? thanks, mike/ -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 12:01 PM To: 'Tomcat Users List

Difference between JK and JK2 tomcat connectors

2002-06-24 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, Is JK2 connector a rewrite and a improved version of JK? Do they both support the AJP 13 protocol (is there any connector yet that supports AJP14?) If both support AJP13 - which one should I be using ? Is JK2 production ready? What is the official word on that? Thanx Ganesh -- To

/lib and /common/lib What's the difference?

2002-04-10 Thread August Detlefsen
Is there a difference between $CATALINA_HOME/lib and $CATALINA_HOME/common/lib ? Does it matter whether something is deployed in one or the other? __ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com

Re: /lib and /common/lib What's the difference?

2002-04-10 Thread Jacob Kjome
access to this (if any). You will likely not have to mess with this one, just know its purpose. Jake Wednesday, April 10, 2002, 3:33:52 PM, you wrote: AD Is there a difference between $CATALINA_HOME/lib and AD $CATALINA_HOME/common/lib ? AD Does it matter whether something is deployed in one

what is the difference tomcat v.s javawebserver?

2002-03-24 Thread atmo argo
hi, i'm new with 'java world', when i'm looking for javawebserver i found this url, so 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

Difference

2002-03-11 Thread Venkatesh . Sangam
Hi, can anyone please tell me whats the difference between Tomcat 3.x and Tomcat 4.0. I wanted to know whats catalina used for. Can I get away without starting Catalina ?? I had to download Tomcat for Linux, I was confused as to which one to use .. Thanks, Venkatesh -- To unsubscribe

Re: Difference

2002-03-11 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
can anyone please tell me whats the difference between Tomcat 3.x and Tomcat 4.0. Tomcat 3.x = Servlet 2.2 Container Tomcat 4.x = Servlet 2.3 Container -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

mod_webapp, mod_jk - Whats the difference

2002-02-21 Thread Laurie Young
Hi Can anyone tell me what the difference is between these two - as far as I can tell in Tomcat 3 we are suppose to use mod_jk, but in tomcat 4 this has been upgraded to mod_webapp which has no documentation, and as far as I can tell does nothing other than just send the request to tomcat

Re: mod_webapp, mod_jk - Whats the difference

2002-02-21 Thread Tim Cooke
+, you wrote: Hi Can anyone tell me what the difference is between these two - as far as I can tell in Tomcat 3 we are suppose to use mod_jk, but in tomcat 4 this has been upgraded to mod_webapp which has no documentation, and as far as I can tell does nothing other than just send the request

Difference: TOMCAT and APACHE

2002-01-03 Thread Mando Ruckotte
Hello All, I would like to implement servlets on a webserver/http server what would i use: Tomcat, Apache or IIS??? what do i need? what are the differences between tomcat and apache??? can i use one without the other??? Thanks, Mando

RE: Difference: TOMCAT and APACHE

2002-01-03 Thread Lai Kok Cheong
Ruckotte [SMTP:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 2:03 AM To: Tomcat Users List Subject: Difference: TOMCAT and APACHE Hello All, I would like to implement servlets on a webserver/http server what would i use: Tomcat, Apache or IIS??? what do i need

RE: Difference: TOMCAT and APACHE

2002-01-03 Thread Mando Ruckotte
Sir Lai, you mean i could use TOMCAT alone as an HTTP/WEB Server? for use with servlets and JSP? And also why do they integrate TOMCAT to IIS or APACHE? Can TOMCAT implement ASP? Cheers, Mando Forgive me, im a newbie =) --- Lai Kok Cheong [EMAIL PROTECTED] wrote: If you wre to

RE: Difference: TOMCAT and APACHE

2002-01-03 Thread Mando Ruckotte
Sir Lai, How do i set it up? any good links on how to do it? Cheers, Mando Forgive me, im a newbie =) --- Lai Kok Cheong [EMAIL PROTECTED] wrote: If you wre to implement servlets then amongst the three options , tomcat has to be in your wishlist Apache and IIS is only use to serves

RE: Difference: TOMCAT and APACHE

2002-01-03 Thread Artigas, Ricardo Y.
] Subject: RE: Difference: TOMCAT and APACHE Sir Lai, you mean i could use TOMCAT alone as an HTTP/WEB Server? for use with servlets and JSP? And also why do they integrate TOMCAT to IIS or APACHE? Can TOMCAT implement ASP? Cheers, Mando Forgive me, im a newbie

RE: Difference: TOMCAT and APACHE

2002-01-03 Thread Lai Kok Cheong
PROTECTED] Subject: RE: Difference: TOMCAT and APACHE Sir Lai, you mean i could use TOMCAT alone as an HTTP/WEB Server? for use with servlets and JSP? And also why do they integrate TOMCAT to IIS or APACHE? Can TOMCAT implement ASP? Cheers, Mando Forgive me, im a newbie

difference between 3.2.3 and 4.0-b6?

2001-08-02 Thread Bryan Rood
Hey All, logistics question: In Tomcat 3.2.3, I put .war file in the tomcat_home/webapps directory. I am now trying to find a place to put them under catalina(4.0), and have no idea. there are no .war examples for catalina yet, or at least 4.0-b6 can someone give me a hint? thanks a lot, Bryan

mod_rewrite.so / mod_rewrite.dll / difference

2001-03-19 Thread brian luk
Hi, can any one tell me what's the difference between .so file and .dll files inside the module directory (Win32 )? what i think is .so is module file for unix and dll is for win32 is that right? But when i install the apache web server, inside module dir is all .so files. any where i can

need explanation about config difference between JServ and Tomcat

2001-03-14 Thread Thomas Klein
Hi All, I retrieved a lot of Guidelines How-To from jakarta.apache.org before trying to install my Apache/Tomcat server. And I succeed in setting up an Apache + Tomcat server using mod_jserv. But now, I'm trying to replace mod_jserv by mod_jk and I encounter some config problems (see my

Servlet preLoad difference between IBM JDK Sun JDK

2001-02-07 Thread Kwan, Kenneth Y
Recently I have tried IBM JDK1.3 to run my tomcat and everything seems ok. However, when I wanted to pre-load a servlet from a package, I found that the behavior of IBM¡¦s JDK Sun¡¦s JDK are different where IBM¡¦s only works with package.class while Sun¡¦s is package/class. Can anyone advise

Servlet preLoad difference between IBM JDK Sun JDK

2001-02-07 Thread Kwan, Kenneth Y
Recently I have tried IBM JDK1.3 to run my tomcat and everything seems ok. However, when I wanted to pre-load a servlet from a package, I found that the behavior of IBM¡¦s JDK Sun¡¦s JDK are different where IBM¡¦s only works with package.class while Sun¡¦s is package/class. Can anyone advise