tomcat stand alone versus IIS plug in...another newbie question!

2004-05-17 Thread Coolguys
Ok is there a difference or is the same program? I cannot find a specific tomcat download that says IIS plug in I think (which is dangerous sometimes) that the standalone IS the plug in and that people intermingle the terms. Or is it? When operated within a webserver (IIS/Apache/Etc) there

another newbie question?

2004-02-12 Thread FRANCOIS Dufour
hello sombody could tell mee how to increase memory off the jvm? got only 7mg left after aplication deployed tanks [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc _ MSN Search, le moteur de recherche qui pense comme vous

RE: another newbie question?

2004-02-12 Thread Shapira, Yoav
To: [EMAIL PROTECTED] Subject: another newbie question? hello sombody could tell mee how to increase memory off the jvm? got only 7mg left after aplication deployed tanks [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc _ MSN

RE: another newbie question?

2004-02-12 Thread Edson Alves Pereira
Users List Assunto: RE: another newbie question? Howdy, Use the -Xmx java runtime option, set via the JAVA_OPTS environment variable as defined in $CATALINA_HOME/bin/catalina.sh. Yoav Shapira Millennium ChemInformatics -Original Message- From: FRANCOIS Dufour [mailto

RE: another newbie question?

2004-02-12 Thread STOCKHOLM, Raymond
Users List' Objet : RE: another newbie question? In my opnion, isn´t so necessary to set a inicial memory value to JVM, because it will take more memory as needed. -- De: Shapira, Yoav[SMTP:[EMAIL PROTECTED] Responder:Tomcat Users List Enviada: quinta-feira, 12 de

RE: another newbie question?

2004-02-12 Thread Shapira, Yoav
Howdy, In my opnion, isn´t so necessary to set a inicial memory value to JVM, because it will take more memory as needed. Someone else already corrected the above wrong statement, but I wanted to point out -Xmx is not the initial size of the heap, it's the maximum size. Setting -Xmx

Re: another newbie question

2004-01-05 Thread FRANCOIS Dufour
it or the copy paste from is webapps [EMAIL PROTECTED] crazy-wilys webmaster From: Philipp Taprogge [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: another newbie question Date: Tue, 30 Dec 2003 16:12:31 +0100 Hi! FRANCOIS

another newbie question

2003-12-30 Thread FRANCOIS Dufour
whicht database should i use under tomcat [EMAIL PROTECTED] crazy-wilys webmaster _ MSN Search, le moteur de recherche qui pense comme vous ! http://fr.ca.search.msn.com/

Re: another newbie question

2003-12-30 Thread Philipp Taprogge
Hi! FRANCOIS Dufour wrote: whicht database should i use under tomcat That does not so much depend on tomcat but rather on the needs of your application. Today almost any major RDBMS has a JDBC driver and that's all you need. If you want a database that is simple to administrate but comes with

Re: Yet another newbie question

2001-08-29 Thread Mihai Gheorghiu
PROTECTED]' [EMAIL PROTECTED] Date: Wednesday, August 29, 2001 2:18 AM Subject: AW: Yet another newbie question Hi there, this is not a tomcat-problem. Your browser comes with Microsoft Java VM which is not able to handle any stuff from the javax.swing package. Furthermore it does not recognize

Yet another newbie question

2001-08-28 Thread Mihai Gheorghiu
I created (with NetBeans) a test applet that includes one JLabel field. I load it under Tomcat3.2.2 on RH7.0 and the browser (IE5.5) on another machine displays the html page with header Applet HTML Page and footer Generated by NetBeans IDE, but I get only a grey rectangle instead of the actual

Re: Yet another newbie question

2001-08-28 Thread Dmitri Colebatch
On Tue, 28 Aug 2001, Mihai Gheorghiu wrote: Tomcat generates an error message in the terminal window it was started from: 2001-08-28 12:12:00 - Ctx( /development ): 404 R( /development + /javax/swing/JApplet.class + null) null What should I do? firstly, if you want those messages to go

AW: Yet another newbie question

2001-08-28 Thread Amthauer, Heiner
well. Hope this helps. regards Heiner -Ursprüngliche Nachricht- Von: Mihai Gheorghiu [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 28. August 2001 18:23 An: [EMAIL PROTECTED] Betreff: Yet another newbie question I created (with NetBeans) a test applet that includes one JLabel

RE: Another Newbie Question -- Urgent Please!

2001-02-08 Thread Rezaul H. Safiuddin
vlet api's in your compilers classpath? --erik -Original Message- From: Rezaul H. Safiuddin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 10:09 PM To: [EMAIL PROTECTED] Subject: Another Newbie Question -- Urgent Please! How come I am

RE: Another Newbie Question -- Urgent Please!

2001-02-08 Thread Randy Layman
See responses mixed in below -Original Message- From: Rezaul H. Safiuddin [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 11:14 AM To: [EMAIL PROTECTED] Subject: RE: Another Newbie Question -- Urgent Please! Now I have a really stupid question ;-) ... Ok When I run

RE: Another Newbie Question -- Urgent Please!

2001-02-08 Thread Stefan Langer
Hi I think what you are seeing is apache telling you that mod_jk is installed. (Correct me if I'm wrong) But it doesn't mean that tomcat is actually running. Unless you changed the startup script tomcat has to be started seperatly. To check if Tomcat is running just log onto port 8080 as

Another Newbie Question -- Urgent Please!

2001-02-07 Thread Rezaul H. Safiuddin
How come I am not being able to compile a HelloWorldServlet.java with jdk1.3 ? Its giving me hundreds of compiler errors. I need to compile this file and create the .class file . Do I need something especial for compiling servlets ? I already installed the TomCat 3.2.1 . Any Help would be

RE: Another Newbie Question -- Urgent Please!

2001-02-07 Thread Erik LaBianca
Do you have the servlet api's in your compilers classpath? --erik -Original Message- From: Rezaul H. Safiuddin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 10:09 PM To: [EMAIL PROTECTED] Subject: Another Newbie Question -- Urgent Please! How come I am not being able

RE: Another Newbie Question -- Urgent Please!

2001-02-07 Thread Rezaul H. Safiuddin
To: [EMAIL PROTECTED] Subject: Another Newbie Question -- Urgent Please! How come I am not being able to compile a HelloWorldServlet.java with jdk1.3 ? Its giving me hundreds of compiler errors. I need to compile this file and create the .class file . Do I need something especial

RE: Another Newbie Question -- Urgent Please!

2001-02-07 Thread Scott Walter
On Wed, 7 Feb 2001, Erik LaBianca wrote: Do you have the servlet api's in your compilers classpath? --erik -Original Message- From: Rezaul H. Safiuddin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 10:09 PM To: [EMAIL PROTECTED] Subject: Anot

RE: Another Newbie Question -- Urgent Please!

2001-02-07 Thread Erik LaBianca
lto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 12:02 AM To: [EMAIL PROTECTED] Subject: RE: Another Newbie Question -- Urgent Please! No you don't have to download anything extra. The classes are included with tomcat in the servlet.jar file, which is located in the lib directory under y