Re: DOES_ANYONE_HAVE_CONFIGURED_MOD_JK2+APACHE+TOMCAT_USING_unix_channel

2003-12-30 Thread Nikola Milutinovic
Ingmars Rubenis wrote: Hello All! I am using standart Red Hat 9.0 apache http server 2.40 Tomcat 4.2.24 Mod_jk2... .rpm RedHat 9.0 - ugh! I have not tried to install it from source. Do try. I have tried all kind of mod_jk2 rpms, but still I get error: INFO: APR not loaded, disabling jni componen

Re: LAN Access

2003-12-30 Thread George Shafik
Yep, You need to modify your local host (lives in etc directory - map your machine's name to your local ip address - OS will resolve it and you get to keep your document/context path names consistent) file on all the local machines in order to access your web server in your local area as if your f

Re: Two authentication mechanisms in a webapp.

2003-12-30 Thread Bill Barker
"Ilari Kontinen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > I have a web-application that has a JSP-based UI and an AXIS-based web > service. I need to use FORM-based authentication for the UI users and > BASIC-authentication for web service users. > > Is it possible

LAN Access

2003-12-30 Thread dhayalan
Hi all, I have created a Web Online exam as per tthe procedure as well and it was working fine now i want to access the web in difeerent mechine (ie in Lan) i can acess the html page by giving 192.168.1.32:8080/OnlineExam/html/loginpage.htm after that i ma not able to proceed .i trie

Re: Remote Tomcat Server - Apache Connector over SSL

2003-12-30 Thread Bill Barker
"QM" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > : Here's the scenario. Apache server sits outside our firewall/LAN. It needs to take secure requests from users, forward them onto Tomcat (Which sits behind the firewall) via the JK connector. Is there some configuration option

Re: MOD JK NOT SUCESSFUL

2003-12-30 Thread Bill Barker
You could always try grabbing the mod_jk RPM from www.jpackage.org. I've never used it myself personally, but it might make your life a little easier. "Suneel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] hi i am not able to run Mod JK with apache1.3.29/2.0.48 with Tomcat 4.1.29

RE: Where to download Tomcat 4.0.6?

2003-12-30 Thread Daniel
Hi, Here's a better url: http://archive.apache.org/dist/jakarta/tomcat-4/archive/v4.0.6/ Regards, Daniel On Wed, 31 Dec 2003, FRANCOIS Dufour wrote: > > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ > > On a Windows platform, you will need: > jakarta-tomcat-4.0-MMDD.zi

MOD JK NOT SUCESSFUL

2003-12-30 Thread Suneel
hi i am not able to run Mod JK with apache1.3.29/2.0.48 with Tomcat 4.1.29 on RH 9.0. I have followed John Turners how to and all attempts have failed. The problem is that i am not getting the SO for the version above. There are various links on the net that finally fall to the Jakarta bina

Tomcat 5 with Apache2

2003-12-30 Thread Shawn Zernik
Gurus: I installed the Tomcat per these directions (http://www.gregoire.org/howto/Apache2_Jk2_TC4.1.x_JSDK1.4.x.html) with tomcat in C:\tomcat and Apache HTTPd in c:\apache2. It starts to load but dies. I have stoped the httpd server, deleted the log file, and started. The following errors are i

RE: IIS6 connection toTomcat on Win 2003 Server

2003-12-30 Thread swalker
Really appreciate you all hang in there. Windows 2003 Server IIS 6.0.. (5.0 isolation mode) j2sdk1.4.2_03 Jakarta Tomcat 5.0.16 Well I think I'm making progress here but I'm not there yet. http://localhost:8080/jsp-examples/index.html and its links work fine. http://localhost/jsp-examples/index

RE: IIS6 connection toTomcat on Win 2003 Server

2003-12-30 Thread Richard Norman
My configuration link seems to be dead, but the suggested link below should work, however, I did not turn on Isolation mode. I wanted the full IIS6 capabilities. It still works fine for me. Try it and see what you get. Richard Norman -Original Message- From: Jeff Greenland [mailto:[EMA

RE: IIS6 connection toTomcat on Win 2003 Server

2003-12-30 Thread Richard Norman
Also, the ISAPI redirector that is prebuilt is not working properly... I had to download the redirector from David Boner http://www.mail-archive.com/[EMAIL PROTECTED]/msg109748.html The 2.0.2 version did not work at all. I was able to get IIS6 and JK2 working with the above version from David.

RE: Where to download Tomcat 4.0.6?

2003-12-30 Thread FRANCOIS Dufour
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ On a Windows platform, you will need: jakarta-tomcat-4.0-MMDD.zip On a Unix platform, you will need: jakarta-tomcat-4.0-MMDD.zip [EMAIL PROTECTED] crazy-wilys webmaster From: 王国前 <[EMAIL PROTECTED]> Reply-To: "Tomca

Need some help on catalina.out file

2003-12-30 Thread Fernando Cabredo
Hi, I just recently installed Tomcat 4.1.29 and is there anybody who can help me why I could not find the Catalina.out file on my TOMCAT_HOME/logs folder? Thanks, Fernando T. Cabredo --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). V

tomcat does not shutdown

2003-12-30 Thread raja gudepu
Hi there, I have integrated tomcat 4.1.29 with apache 1.3.29 using mod_jk (using ajp13) I have deployed a web application into tomcat and when tomcat starts up , I have a servlet that loads up automatically. (load-on-startup is used in web.xml of the webapplication). But when I try to shutdown

RE: web app prob from a newbie

2003-12-30 Thread swalker
Should be the same for XP pro Right click on my computer.. select properties.. select advanced tad. Click on the environment var button. You should now be in the Environment Variables Window. 2 sections.. ser Variables for and System Variables Click the NEW BUTTON under the System Variables When

Re: Tomcat 5.0 (problems)

2003-12-30 Thread swalker
Hi, Don't know if this will help. Its worth a shot. In the server.xml file .. . . or any other reference to tomcat4 (it's now tomcat5 in the above example)I had to change to tomcat5. Didn't find or have any problems with the other files but that doesn't mean they don't exist. After the change th

Re: Threaded servlets okay in a compliant container?

2003-12-30 Thread d . wall
If we use our own connection pools and handle our own transactions within the db, is there likely any issue with using other threads to do background tasks that touch the database? I can see there may be issues in a regular EJB world with declarative transactions and such (does EJB have its ow

Re: Remote Tomcat Server - Apache Connector over SSL

2003-12-30 Thread QM
: Here's the scenario. Apache server sits outside our firewall/LAN. It needs to take secure requests from users, forward them onto Tomcat (Which sits behind the firewall) via the JK connector. Is there some configuration option in Tomcat and/or the workers2.properties config file that will h

Re: what *really* happens when you reload or stop/start a webapp?

2003-12-30 Thread QM
: would everything get dumped and reset -- would that static variable go : back to it's original state when the class file is first loaded? : : I should probably be asking a more specific question about classloaders : and sandboxes and whatnot, but I'm not sure how this stuff works in : tomcat

Re: Tomcat 5.0 as JK Mod

2003-12-30 Thread QM
: I was wondering where the documentation to install Tomcat as a module in : Apache HTTPd? The Project is JK, but when I go to the JK docs, it bringsme : to the binary dist. Any URL would be appreciated. Just to clarify: JK isn't so much "Tomcat as a module"; it's an Apache module that speaks a

RE: Threaded servlets okay in a compliant container?

2003-12-30 Thread Mike Curwen
Just found this while searching for something else... http://www-1.ibm.com/support/docview.wss?rs=180&context=SSEQTP&q=J2CA007 5W&uid=swg21109248&loc=en_US&cs=utf-8&lang=en+en It doesn't look related at first, but keep reading the 'Cause' section. Does anyone know what's the 'real' story rega

DOES_ANYONE_HAVE_CONFIGURED_MOD_JK2+APACHE+TOMCAT_USING_unix_channel

2003-12-30 Thread Ingmars Rubenis
Hello All! I am using standart Red Hat 9.0 apache http server 2.40 Tomcat 4.2.24 Mod_jk2... .rpm I have not tried to install it from source. I have tried all kind of mod_jk2 rpms, but still I get error: INFO: APR not loaded, disabling jni components: java.io.IOException: /usr/lib/httpd/modules/jkj

Remote Tomcat Server - Apache Connector over SSL

2003-12-30 Thread joe
Here's the scenario. Apache server sits outside our firewall/LAN. It needs to take secure requests from users, forward them onto Tomcat (Which sits behind the firewall) via the JK connector. Is there some configuration option in Tomcat and/or the workers2.properties config file that will han

Two authentication mechanisms in a webapp.

2003-12-30 Thread Ilari Kontinen
Hello, I have a web-application that has a JSP-based UI and an AXIS-based web service. I need to use FORM-based authentication for the UI users and BASIC-authentication for web service users. Is it possible to have the two authentication mechanisms in one webapp, or do I need to separate the UI a

RE: what *really* happens when you reload or stop/start a webapp?

2003-12-30 Thread Schalk
I am pretty sure everything will return to default unless some save was committed but, someone else may give a more detailed explanation. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +2

what *really* happens when you reload or stop/start a webapp?

2003-12-30 Thread Jeff Barrett
I've got a web services application that I'm running w/ axis in Tomcat. According to the howtos for the manager stopping or reloading a webapp will make it unavailable and it will search for new files to load, specifically mentioning .class and .jar files. But does it go further? A more specif

Endless Loop: Deploying discovered web applications

2003-12-30 Thread Howard Watson
Everything appears to work fine except the message: HostConfig[ServerName]: Deploying discovered web applications repeating every 15 seconds. Any help would be appreciated. Netware6 sp3 Apache2.0.48 Tomcat4.1.29 mod_jk1.2.5 SERVER.XML *

Re: MOD_JK (Apache+Tomcat)

2003-12-30 Thread Jerry Ford
Here's how I did it: http://www.katzenjammer.us/~jford/apache/tomcat/connectors/mod_jk_setup.shtml Not exactly your setup (I use Apache 1.3.27 and Red Hat 9.0) but maybe it will help. Jerry HARI OM wrote: any update on this? - Original Message - From: "HARI OM" <[EMAIL PROTECTED]

Re: MOD_JK (Apache+Tomcat)

2003-12-30 Thread HARI OM
any update on this? - Original Message - From: "HARI OM" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 30, 2003 10:16 AM Subject: MOD_JK (Apache+Tomcat) Hello, I am using APache 2.0.47 and Tomcat 4.1.27 on SuSE Linux 8.1 I am working on the Connector MOD_JK.SO

Re: servlet gets smtp relay denied error

2003-12-30 Thread Jerry Ford
Doug Parsons wrote: Now for a real stretch, does your server have a public or private IP assigned or both? If both, then consider that the request is being associated with the public IP when attached from outside and the private when from inside. If TC is using the public IP in the request to the

Tomcat 5.0 as JK Mod

2003-12-30 Thread Shawn Zernik
Tomcat Guru's: I was wondering where the documentation to install Tomcat as a module in Apache HTTPd? The Project is JK, but when I go to the JK docs, it bringsme to the binary dist. Any URL would be appreciated. Shawn Zernik Internetwork Consulting www.internetworkconsulting.net

Re: Tomcat 5.0 (problems)

2003-12-30 Thread QM
: Which procedures should I take to install TomCat 5.0 and to maintain the same : configuration of the previous version? Please clarify: what do you mean by "same configuration?" Do you mean, "keep the same server.xml that you used for Tomcat 4.x?" I recently went through a TC4 -> TC5 upgrade for

suggestion for taglib process

2003-12-30 Thread Edson Alves Pereira
Hello folks, i´d like to see all error Tomcat´s messages related with taglib changed to display exactly the taglib that the error cames from, for example, take a look in this message: org.apache.jasper.JasperException: /jsp/cadastro/OS_cadastroProjetoEd.jsp(101,6) Unable to find setter method fo

Re: defining multiple tomcat server on one workers2.properties file

2003-12-30 Thread Peter Choe
i've tried to define a separate channel socket for the second tomcat instance, but now when i try to access the directory specified with the uri, the web page will only come up if i fully type the file name (i.e. test.foo.bar.com/spa/index.jsp). i have the tomcat server set to use index.jsp as

workers.properties file - connecting Tomcat to Apache

2003-12-30 Thread annimandary
I'm trying to connect Tomcat and Apache. Initially, I didn't have the workers.properties file and got the following error when I started Tomcat: Can't find workers.properties at C:\jakarta-tomcat\conf\jk\workers.properties Please install it in the default location or set the config location Using

RE: Where to download Tomcat 4.0.6?

2003-12-30 Thread Ahmad, Kashif
Try this: http://archive.apache.org/dist/jakarta/tomcat-4/archive/v4.0.6/bin/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 2:21 PM To: Tomcat Users List Subject: Where to download Tomcat 4.0.6? Howdy, I want to use tomcat 4.0.6 (

Where to download Tomcat 4.0.6?

2003-12-30 Thread 王国前
Howdy, I want to use tomcat 4.0.6 ( the old production quality release :) for some reason and googled the web for no result. It seems that there is no 4.0.x versions in the old release archives . I really need some features provided by the 4.0.x version. Some one help me? TIA

RE: Classes cannot be found

2003-12-30 Thread David Ramsey
Put your class in a package and see if that changes the results. --- Jeff Greenland <[EMAIL PROTECTED]> wrote: > Thanks, I'll go through and see if anything in here gives me some > hints. > However, I'm not getting "ClassNotFound" exceptions -- my files are > not > even compiling because the compi

Re: Threaded servlets okay in a compliant container?

2003-12-30 Thread David Ramsey
SRV.9.11 says the same thing in the 2.4 spec so it's still not defined as of Tomcat 5 either. --- Tim Funk <[EMAIL PROTECTED]> wrote: > Also ... (From 2.3 spec) > > In SRV.1.2 What is a Servlet Container? > ... "For example, high-end application servers may limit the creation > of a > Thread ob

Re: Tomcat 5.0 (problems)

2003-12-30 Thread Kleber
I managed to start the TomCat by the file startup.bat. I started it by the DOS command prompt. However, I don't manage to start it clicking in it. Does have any way to do this? []'s Kleber - Original Message - From: "Dale, Matt" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTEC

tomcat4 and apache2 integration

2003-12-30 Thread Enils Bashi
Hi List, I am trying to build tomcat-apache connectors and it is not working. I have tried some of the tomcat-apache how-to's but no success. Can't create mod_jk2.so. I got the latest tgz from jakarta.apache.org and I run the following commands under native2 directory: sh buildconf.sh ./configure

Re: Classes cannot be found

2003-12-30 Thread James Black
Jeff Greenland wrote: Does anyone know a way around the serialization problem? If there's an easy solution, I would jump on moving all of our classes into a package immediately -- something we've been wanting to do for a few years. Thanks for the help everyone, hopefully someone has a deserializa

Re: Tomcat Tuning Memory leak

2003-12-30 Thread James Black
David Strupl wrote: I have already changed this ;-) Also added the fork attribute to true for jsp compile. It is not caused by the app - after the app starts and first 100 or so users connect the memory jumps up to approx 130 MB. But during the next 24 hours it eats more than 300 megs. From wha

RE: Classes cannot be found

2003-12-30 Thread Jeff Greenland
I think I've found out the same thing from the stuff I've read. I might have to stick with Tomcat 4 in order to keep our server working (and live with the crashes). I know it sounds simple to move everything into a package, but when I do that, I lose all of my serialized objects. Our original cl

Re: Classes cannot be found

2003-12-30 Thread Philipp Taprogge
Hi! Jeff Greenland wrote: Thanks, I'll go through and see if anything in here gives me some hints. However, I'm not getting "ClassNotFound" exceptions -- my files are not even compiling because the compiler "Cannot Resolve Symbol". My problem lies in that the compiler (jasper) cannot find my comp

Re: Classes cannot be found

2003-12-30 Thread Ben Souther
Someone else correct me if I'm wrong but I belive that classes are now requried to be packages. On Tuesday 30 December 2003 01:10 pm, Jeff Greenland wrote: > Oh, and I might add that everything worked fine in Tomcat 3 and Tomcat > 4. Could it be configuration related in server.xml (or web.xml)

RE: Classes cannot be found

2003-12-30 Thread Jeff Greenland
Oh, and I might add that everything worked fine in Tomcat 3 and Tomcat 4. Could it be configuration related in server.xml (or web.xml) in that I'm not specifying the context correctly? The server is able to run JSP files fine it seems, I just can't use any external classes. Thanks again, Jeff

RE: Tomcat 5.0 (problems)

2003-12-30 Thread Dale, Matt
Never seen this before so I'm stumped, i'm sure someone else can tell you what it is though -Original Message- From: Kleber [mailto:[EMAIL PROTECTED] Sent: 30 December 2003 17:46 To: Tomcat Users List Subject: Re: Tomcat 5.0 (problems) My JAVA_HOME it is set correctly. I have tried star

RE: Classes cannot be found

2003-12-30 Thread Jeff Greenland
Thanks, I'll go through and see if anything in here gives me some hints. However, I'm not getting "ClassNotFound" exceptions -- my files are not even compiling because the compiler "Cannot Resolve Symbol". My problem lies in that the compiler (jasper) cannot find my compiled classes, even though t

RE: Classes cannot be found

2003-12-30 Thread Shapira, Yoav
Howdy, http://jakarta.apache.org/tomcat/faq/classnotfound.html Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Jeff Greenland [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 30, 2003 12:59 PM >To: Tomcat Users List >Subject: Classes cannot be found > >Having proble

Classes cannot be found

2003-12-30 Thread Jeff Greenland
Having problems with Tomcat finding classes. This seems simple, maybe someone can see where I'm overlooking something. I have in my /webapps/WEB-INF/classes/ folder this file: --- SitePage.class

Re: Tomcat 5.0 (problems)

2003-12-30 Thread Kleber
My JAVA_HOME it is set correctly. I have tried starting tomcat from the bin\startup.bat file and the error is this: Without enviroment space Cannot find This file is needed to run this program what could be happened? - Original Message - From: "Dale, Matt" <[EMAIL PROTECTED]> To: "Tomc

Re: Threaded servlets okay in a compliant container?

2003-12-30 Thread Tim Funk
Also ... (From 2.3 spec) In SRV.1.2 What is a Servlet Container? ... "For example, high-end application servers may limit the creation of a Thread object, to insure that other components of the container are not negatively impacted." SRV.9.11 Web Application Environment ... "Such servlet contai

RE: Threaded servlets okay in a compliant container?

2003-12-30 Thread Shapira, Yoav
Howdy, One thing to note is that a servlet container and a J2EE server are not the same. Tomcat is the former but not the latter. Weblogic, websphere, jboss, etc. are the latter. They implement the whole J2EE spec which places more restrictions on thread creation by applications: read the spec

RE: Tomcat 5.0 (problems)

2003-12-30 Thread Dale, Matt
My first guess would be that JAVA_HOME isnt set. Have you tried starting tomcat from the bin\startup.bat file yet rather than the service? as it will output errors to the console. Ta Matt -Original Message- From: Kleber [mailto:[EMAIL PROTECTED] Sent: 30 December 2003 17:01 To: Tomcat

MOD_JK (Apache+Tomcat)

2003-12-30 Thread HARI OM
Hello, I am using APache 2.0.47 and Tomcat 4.1.27 on SuSE Linux 8.1 I am working on the Connector MOD_JK.SO which I build from the source and put in /modules directory. When I run my Tomcat first and then Apache and then acceess http://My.domian.name/kuki it does not work... it says "Page cann

Threaded servlets okay in a compliant container?

2003-12-30 Thread David Wall
I recall reading that conformant servlets and such (EJBs?) do not create their own threads, something about being a container issue. Does anybody know the primary objection to launching threads that take on a life of their own? The container doesn't really need to manage it, per se. I suppose a c

Re: Tomcat Tuning Memory leak

2003-12-30 Thread David Strupl
Shapira, Yoav wrote: (BTW, to refresh my memory, is this setup where the JSP pages change hourly?) I have already changed this ;-) Also added the fork attribute to true for jsp compile. It is not caused by the app - after the app starts and first 100 or so users connect the memory jumps up to app

Re: Tomcat 5.0 (problems)

2003-12-30 Thread Kleber
Thanks for your answer, I look at the folder %TOMCAT_HOME%\logs and it´s empty. There isn´t any file or folder inside of it. Best regards, Kleber - Original Message - From: "Dale, Matt" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, December 30, 2003 2:16

RE: To Yoav Shapira : RE: Bootstrap: Class loader creation threw exce ption

2003-12-30 Thread Shapira, Yoav
Howdy, You should've stuck with the original thread and not changed the subject ;( This messes up archives and makes searching more difficult. Anyways, if the zip is intact and you followed standard installation procedures, you shouldn't have this error. Are you modified the bootclasspath? Yoa

To Yoav Shapira : RE: Bootstrap: Class loader creation threw exce ption

2003-12-30 Thread Sachdeva, Devinder
Howday- In our company ,we have the standard zip files which include both apache and tomcat servers . On extracting zip files ,these servers get installed.It works well for other applications thanks -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 3

RE: Tomcat 5.0 (problems)

2003-12-30 Thread Dale, Matt
Have a look in the %TOMCAT_HOME%\logs\catalina.out to see if there are any startup errors. I'm not sure how to answer your 2nd question concisely but the main file to look at is the server.xml -Original Message- From: Kleber [mailto:[EMAIL PROTECTED] Sent: 30 December 2003 16:15 To: [EM

Re: servlet gets smtp relay denied error

2003-12-30 Thread Jerry Ford
Thanks for the ideas, all are welcome :) See answers to your questions inline: Doug Parsons wrote: When I invoke it from a browser on the same network as the server, it works as expected. An email is sent to the specified address, with the attachment. But when I invoke it from a browser outside

Tomcat 5.0 (problems)

2003-12-30 Thread Kleber
Good afternoon, Nowadays, I work with TomCat 4.1.24 and I would like to install TomCat 5.0, however after the installation, when I try to start the service, it closes in the following, not even starts. I am using jdk1.4.2 and Windows Me. Which procedures should I take to install TomCat 5.0 an

RE: Bootstrap: Class loader creation threw exception

2003-12-30 Thread Shapira, Yoav
Howdy, How did you install tomcat? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Sachdeva, Devinder [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 30, 2003 11:04 AM >To: 'Tomcat Users List' >Subject: Bootstrap: Class loader creation threw exception > >Hi All - >

Bootstrap: Class loader creation threw exception

2003-12-30 Thread Sachdeva, Devinder
Hi All - On starting Tomcat ,I've the followings error Bootstrap: Class loader creation threw exception java.lang.IllegalArgumentException: addRepositoryInternal: java.util.zip.ZipException: error in opening zip file at org.apache.catalina.loader.StandardClassLoader.addRepositoryInternal(

-help

2003-12-30 Thread Tony Sciortino
unsubscribe _ Expand your wine savvy — and get some great new recipes — at MSN Wine. http://wine.msn.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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 r

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: JSP not reloading

2003-12-30 Thread Mike Curwen
1. There were several contexts acting in this manner. 2. Not sure, because This problem has now been solved. Our sysadmin took down our boxes over Christmas to move them all to a new UPS. When they came back up (I did development work from home over the Christmas long weekend), the problem

Re: MOD_JK (Apache+Tomcat)

2003-12-30 Thread Hari Om
Thanks Jerry, My Apache and Tomcat are working independently.ie when I run http://my.domain.name:8080/kuki or http://my.domain.name:8080/examples ...it works just great problem only occurs when I use connector MOD_JK. Any related informaiton is appreciated.. HARI OM Hello, I am

Vedr.: Tomcat 5.0 Windows service memory configuration

2003-12-30 Thread Thomas Nybro Bolding
The JVM options for Tomcat 5 go in HKEY_LOCAL_MACHINE/SOFTWARE/Apache Software Foundation/Tomcat Service Manager/Tomcat5/Parameters but they look somewhat tricky to enter yourself. Instead you may specify them by running "Configure Tomcat", select the Java VM tab and enter appropriate JVM optio

Re: Tomcat and apache - localhost?

2003-12-30 Thread Sascha Alff
hi, i have read the manual. i have definied a server alias. but it doesn't work. only localhost work. can you tell me more? it's the first time for me that i use tomcat. - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesd

RE: Tomcat Tuning Memory leak

2003-12-30 Thread Shapira, Yoav
Howdy, >Yes - I was also not surprised with the CPU after the OOME. I will try >to prepare a heap shapshot and post it here (only a link, don't worry) >after I manage to get a usefull one. Make sure it's one before the OutOfMemoryError ;) >server with couple of JSPs and servlets. The profiling

Tomcat 5.0 Windows service memory configuration

2003-12-30 Thread David Frankson
I didn't receive an answer to this, so I'm re-asking. How do I increase the JVM max heap size for the windows service for Tomcat 5.0? The faqs and documentation only mention Tomcat 4.x, and the registry settings look different than the Tomcat 4 service. Someone mentioned the information I seek i

RE: Tomcat and apache - localhost?

2003-12-30 Thread Shapira, Yoav
Howdy, Yes: read the Host configuration reference in the tomcat documentation, specifically the section on Host Name Aliases. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Sascha Alff [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 30, 2003 9:34 AM >To: [EMAIL PR

Tomcat and apache - localhost?

2003-12-30 Thread Sascha Alff
Hello, i'm a new mailing-list member. today, i installed apache, tomcat and the jk connector. i have one problem: when i enter in the web-browser the URL http://localhost/examples - i get the tomcat sample-page. it works also with the tomcat port 8080. but my computer has in the company network a

RE: tomcat memory usage

2003-12-30 Thread Shapira, Yoav
Howdy, > Look at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20758 and >see if that is your problem. > >This may also help: >http://www.junlu.com/msg/38658.html I clicked the above and surprisingly saw my own message ;) Anyways, note that bug 20758 is filed against tomcat 4.1.24. There'

Re: tomcat memory usage

2003-12-30 Thread Andrei Ivanov
On Tue, 30 Dec 2003, James Black wrote: > Andrei Ivanov wrote: > > >I've searched bugzilla, but there doesn't seem to be any bug filled about > >something like this. > > > >About using a profiler... could you recommend one ? > > > JProfiler I like, mainly because of the cost, but also becaus

RE: Tomcat 5 and class importing problems

2003-12-30 Thread Shapira, Yoav
Howdy, >Many of our classes contain state information which we serialize to a >database. However, now that all of the class names have changed, we >cannot deserialize any of our existing objects because the class names >don't match (ClassCastException is what's being thrown, if I remember >right

RE: Cuurent values of -X's...

2003-12-30 Thread Shapira, Yoav
Howdy, > how can I get the current values of these -X... parameters? Another See the Runtime class for a couple of inquiry methods, but you can't get the values of most -X parameters programmatically. >question is : for tomcat 4.0.4 should I set JAVA_OPTS or CATALINA_OPTS? And Read your $

RE: [Q] context and war file locations

2003-12-30 Thread Shapira, Yoav
Howdy, You can do a number of things, including the UserWebApplications configuration (see the Host configuration reference), and/or declaring one host per user each with their own appBase. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Riaan Oberholzer [mailto:[EMAI

RE: [Q] context and war file locations

2003-12-30 Thread Riaan Oberholzer
Reading the solution again, I don't think this will help... We are for arguments sake 10 different users each running his own web-app and each getting his own directory for storing applications. Setting the appBase will still leave the other 9 with the same problem, right. I guess I have to do i

Re: tomcat memory usage

2003-12-30 Thread James Black
Andrei Ivanov wrote: I've searched bugzilla, but there doesn't seem to be any bug filled about something like this. About using a profiler... could you recommend one ? JProfiler I like, mainly because of the cost, but also because it integrates in well with Netbeans. Look at http://nagoya.

RE: [Q] context and war file locations

2003-12-30 Thread Riaan Oberholzer
Thanks. Do I have to do it directly in the server.xml, or can I also do it via the admin console? I'm not allowed to do anything in the tomcat dirs, but I do have access to the admin app. --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > > Howdy, > You can specify a different appBase for your Ho

Re: JSP config question from a newbie

2003-12-30 Thread Ben Souther
Add servlet.jar to your classpath. It can be found in TOMCAT_HOME/common/lib/ On Tuesday 30 December 2003 10:09 pm, Steve Carson-Rowland wrote: > I am just trying to get up and running with JSP, and have installed > Tomcat 5.0. I am using Sams "Teach Yourself JavaServer Pages". The code > in the

RE: [Q] context and war file locations

2003-12-30 Thread Shapira, Yoav
Howdy, You can specify a different appBase for your Host in server.xml, and put the myapp.xml file in the appBase directory. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Riaan Oberholzer [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 30, 2003 8:09 AM >To: [EMAI

Re: tomcat memory usage

2003-12-30 Thread Riaan Oberholzer
> About using a profiler... could you recommend one ? JProfiler JProbe __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003 - To unsubscribe, e-ma

Re: tomcat memory usage

2003-12-30 Thread Andrei Ivanov
I've searched bugzilla, but there doesn't seem to be any bug filled about something like this. About using a profiler... could you recommend one ? Thanks.. On Tue, 30 Dec 2003, James Black wrote: > Andrei Ivanov wrote: > > >I've created a context for my application and I used the manager to

Re: tomcat memory usage

2003-12-30 Thread James Black
Andrei Ivanov wrote: I've created a context for my application and I used the manager to reload the context and now I've configured the context to be reloadable. First, start with using a profiler to ensure that your application isn't leaking memory. Look at http://issues.apache.org/bugzilla

[Q] context and war file locations

2003-12-30 Thread Riaan Oberholzer
I have an application context file "myapp.xml" which is currently in the /webapps dir of Tomcat. The war file is some other place, not Tomcat related, but correctly referred to by the context file. Is it possible to place *both* files outside of the Tomcat structures and still get the applicatio

tomcat memory usage

2003-12-30 Thread Andrei Ivanov
Hello, I'm a beginner with java and I've setup tomcat (Apache Tomcat/5.0.16, jvm: 1.4.2_03-b02 Sun Microsystems Inc. on Gentoo Linux, kernel 2.4.20-gentoo-r8). I've created a context for my application and I used the manager to reload the context and now I've configured the context to be reloa

Re: web app prob from a newbie re:damar

2003-12-30 Thread FRANCOIS Dufour
thanks for your time phil looks like the aplication wasent proprely writen the system console open whith an mesage eror but at lease ive learn how too set the java home thanks [EMAIL PROTECTED] crazy-wilys webmaster From: Philipp Taprogge <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[

Re: web app prob from a newbie re:damar

2003-12-30 Thread Philipp Taprogge
Hi! FRANCOIS Dufour wrote: ok in french traducted i got many option there like follow user variable (name of curent user)new,modifie,delete /system variable new, modifie, delete, If you want the java_home to be system wide (for all users) click on "new" next to "system variable", if you want it

RE: web app prob from a newbie re:damar

2003-12-30 Thread FRANCOIS Dufour
ok wen ive sted up the startup bat it semm too work but i still got that sytem eror on the forum thanks guys ill go to bed brigther now [EMAIL PROTECTED] crazy-wilys webmaster From: "Dale, Matt" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EM

RE: web app prob from a newbie re:damar

2003-12-30 Thread Dale, Matt
yes, you need to create a new variable with the name JAVA_HOME and the value is the path to your java installation Ta Matt -Original Message- From: FRANCOIS Dufour [mailto:[EMAIL PROTECTED] Sent: 30 December 2003 12:40 To: [EMAIL PROTECTED] Subject: RE: web app prob from a newbie re:dama

RE: web app prob from a newbie re:damar

2003-12-30 Thread FRANCOIS Dufour
ok in french traducted i got many option there like follow user variable (name of curent user)new,modifie,delete /system variable new, modifie, delete, [EMAIL PROTECTED] crazy-wilys webmaster From: "Dale, Matt" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomc

Starting At Virtual IP

2003-12-30 Thread Sunil Gavaskar
Hi, I need to start Tomcat at Virtual IP. I have configured workers.properties and server.xml but Tomcat gets started in all IP ( 0.0.0.0) Plz throw your useful inputs on these!! Regards Gavaskar..! - To unsubscribe, e-mail: [

Cuurent values of -X's...

2003-12-30 Thread MURAT BALKAS
>> I have set the Catalina Option as "-Xms128M -Xmx512M" but even >> setting the value of -XMx1024 doesn't solved my problem. Hi, how can I get the current values of these -X... parameters? Another question is : for tomcat 4.0.4 should I set JAVA_OPTS or CATALINA_OPTS? And the last one

  1   2   >