Re: Restarting tomcat from web page

2003-12-05 Thread Altug B. Altintas
web page Howdy, Restarting all of tomcat or just selected webapps? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Altug B. Altintas [mailto:[EMAIL PROTECTED] >Sent: Thursday, December 04, 2003 10:57 AM >To: Tomcat Users List >Subject: Restarting tomcat fr

RE: Best JVM for Tomcat

2003-12-04 Thread Dhruva B. Reddy
Were these crashes, by any chance, preceded by OutOfMemoryError's? --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > > Howdy, > I've seen exactly the same behavior as Senor Alibert. > > Yoav Shapira > Millennium ChemInformatics > > > >-Original Message- > >From: Aymeric Alibert [mailto

Restarting tomcat from web page

2003-12-04 Thread Altug B. Altintas
Hi How can i restart Tomcat which is running as service, from a web page 1 - calling bat file ? (not working) 2 - calling http://localhost:8080/manager/html/start?path=/engine (asking password) any clean way ? Regards Altug. -

RE: Best JVM for Tomcat

2003-12-03 Thread Dhruva B. Reddy
Can you tell us more about issues using -server mode? --- "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: > > Howdy, > I use Sun's latest on various platforms (Solaris 8, 9, SuSe, Intel) > without a problem for both tomcat 4 and 5. The only caveat is the > -server mode, which used to reduce stability

RE: Error -The requested service (Servlet TkTld is currently unavailable) is not currently available.

2003-12-02 Thread Dhruva B. Reddy
you > have > received this email in error, kindly delete it from your computer > system, > and notify us at the telephone number or email address appearing > above. > Thank you" > > > -Original Message- > From: Dhruva B. Reddy [mailto:[EMAIL PROTECTED] >

Context/DefaultContext Question

2003-12-02 Thread Dhruva B. Reddy
Thanks to all who responded to my OutOfMemoryError post. Among other things, it was suggested that I look at the "reloadable" attribute for the context definition. We define a DefaultContext in server.xml, with the "reloadable" attribute explicitly set to false. We also have, for each applicatio

Re: Error -The requested service (Servlet TkTld is currently unavailable) is not currently available.

2003-12-02 Thread Dhruva B. Reddy
This usually means that for some reason the web application containing this servlet did not load successfully. --- Yuval Zantkeren <[EMAIL PROTECTED]> wrote: > > Hi > > I'm trying to run a servlet and I get this error in the access log: > [02/Dec/2003:12:11:49 +0200] "GET /newer/Titled HTTP/1.1

OutOfMemoryError

2003-12-01 Thread Dhruva B. Reddy
We get OutOfMemoryError's on Tomcat 4.1.27, running on RH 7.3, Sun JDK 1.4.1_02 (with 512MB allocated to it) The box has 1GB of RAM, 2GB of swap space, and four Xeon processors. This error seems to occur during periods of low load (like during the Thanksgiving holiday), after which Tomcat exits.

Nt Service and Sax Parser

2003-12-01 Thread Altug B. Altintas
Hi, I have got very strange problem. Here is the problem If i write a bat file to start Tomcat like this set TOMCAT_HOME=C:\tomcat set JAVA_HOME=C:\j2sdk1.4.1 set RTDIR=c:\rt set PATH=%RTDIR%\bin;c:\tomcat\;c:\tomcat\bin;. set CATALINA_OPTS="-Xmx1024m" set C

Re: Tomcat 4.1.24 Session Persistance between restarts ???

2003-11-29 Thread John B. Moore
as restarted) a) Session isNew() reports "false" so code thinks all is well to continue.. (Session was persisted.) b) But stored objects in session are not available (null) NullPointerException thrown when accessing an object that "should" be there

Tomcat 4.1.24 Session Persistance between restarts ???

2003-11-28 Thread John B. Moore
() reports "false" so code thinks all is well to continue.. (Session was persisted.) b) But stored objects in session are not available (null) NullPointerException thrown when accessing an object that "should" be there if the entire session was persisted

RE: JSP Editors

2003-11-28 Thread Shanta B
debbuging in JSP ¿or simply debugging? David Sierra Fernández e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > -Mensaje original- > De: Shanta B [mailto:[EMAIL PROTECTED] > Enviado el: viernes, 28 de noviembre de 2003 11:35 > Para: ''Tomcat Users List&

RE: JSP Editors

2003-11-28 Thread Shanta B
JIDEA is also best .by using this u can go through internal java scource code and also option to remote debug ur servlets by using tomcat -Original Message- From: Bodycombe, Andrew To: 'Tomcat Users List' Sent: 28/11/2003 3:48 PM Subject: RE: JSP Editors www.jedit.org www.eclipse

Path and HttpServlet compiling error

2003-11-28 Thread V B
public class myServlet extends HttpServlet { } Error: C:\myServlet.java:18: cannot resolve symbol symbol : class HttpServlet public class myServlet extends HttpServlet ^ Output completed (6 sec consumed) - Normal Termination My PATH is PAT

PROPERTIES files cannot be found?

2003-11-20 Thread Ralf B
Hi, I have a properties file in my jar and put in under Tomcat/webapps/opencms/WEB-INF/lib/mystuff.jar Inside the jar the properties file is under /res/myconfig.properties. OpenCms is a servlet in tomcat, depoyed and working. I think this question is generally enough to be allowed to ask here in t

RE: Odgovori: Character problem

2003-11-19 Thread Shanta B
just add CATALINA_OPTS="-Dfile.encoding=ISO-8859-2" it works fine -Original Message- From: [EMAIL PROTECTED] To: Tomcat Users List Sent: 19/11/2003 8:40 PM Subject: Odgovori: Character problem Hi! In your JSP put: <%@ page contentType="text/html; charset=iso-8859-2" language="java"

Re: Connection failed from other computers

2003-11-18 Thread Ralf B
Hi, are you sure you are running Tomcat on port 8088? For that you need to modify server.xml. Standard is 8080 and if this port is taken already, the batch file will fail. If you want to access Tomcat from another computer you will need to use either its name or its IP address like: http://10.10

RE: UNSUBSCRIBE!!!

2003-11-17 Thread Jean B. Denis
Me t -Original Message- From: ArcherDaPunk [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 4:46 PM To: Tomcat Users List Subject: UNSUBSCRIBE!!! UNSUBSCRIBE ME PLEASE! OR TELL ME HOW!! - To unsubscribe

Re: Tomcat 5 error when starting

2003-10-21 Thread John B. Moore
David, My understanding is that JBuilder requires the use of an OpenTool to be "integrated". Since a number of things have changed between now and JB7 and that it is 2 versions "back" I doubt there are any OpenTools available for Tomcat 5. That said, I understand that there were some O

Re: Java/JSP/Servlet Programmer

2003-10-17 Thread John B. Moore
Yeah, and those of "us" that do have the credentials get lost in the "forest". (Not to mention the observation that many of these "job postings" want the person to have x years of experience in 6-7 different areas, mostly unrelated and the total "experience" years exceeds most normal human's p

Re: Internal Server Error

2003-10-15 Thread John B. Moore
.. John... John B. Moore wrote: Just did a fresh install of 4.1.18 on NT4 Server (replacing a previous version that was working fine, but hey, I love spending hours beating my head against the wall, pulling out what few hairs I still have, so I get to figure this stuff out...) Had followed Jo

Internal Server Error

2003-10-15 Thread John B. Moore
Just did a fresh install of 4.1.18 on NT4 Server (replacing a previous version that was working fine, but hey, I love spending hours beating my head against the wall, pulling out what few hairs I still have, so I get to figure this stuff out...) Had followed John Turners install how-to to the

permissions set by ensim control panel

2003-09-29 Thread w i l l i a m b o y d
i'm a server-side java web developer. i know my way around a linux remote shell account. but i am by no means a sysadmin. so please cut me some slack if the solution to my problem seems really obvious to you linux/tomcat experts out there: i have access to a virual private server account at vi.ne

WebappClassLoader :Lifecycle error:CL stopped

2003-09-16 Thread Shanta B
Hi I am getting following error when i am calling shutdown.sh .whats the reason for this error. shanta.B - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Simulating HttpSession

2003-09-11 Thread Altuğ B. Altıntaş
Hi, How can i simulate HttpSession. Back side classes uses HttpSession but testing them without Tomcat seems imposible, any idea ? Regards. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: Multiple Tomcat instances for virtual hosts

2003-09-06 Thread Dhruva B. Reddy
This doesn't really answer your question, but we've found Tomcat to be quite robust. You may also want to find out (if you don't already know) what's bringing the server down. -d --- Thomas Eichberger <[EMAIL PROTECTED]> wrote: > Hi, > > I have Apache 1.3 and Tomcat 4.1.8 on a Red Hat 9 machine

tomcat migration problem

2003-09-03 Thread Shanta B
[EMAIL PROTECTED] Hi I have an application siefriend..it had apache,jrun configuration.No w i am migrating to apache ,tomcat4.1.18 ...now i am getting following error. pl find my web.xml and catalina.out(sorry its big one). Thanks in advance shanta.B http://java.sun.com/j2ee/dtds/web-ap

? problem

2003-08-05 Thread Shanta B
Hi I need ur help ...In our application while creating a task we are entering taskid,now we are getting some problem when we include EUR symbol in taskid ..it will replace EUR symbol to €and it storing in database also like this ,because of this when user enter 5 EUR symbols it will makes data

RE: Tomcat and encoded spaces(%20) in URL

2003-08-04 Thread Shanta B
n Java 1.3, the default encoding is set to ISO-8859-1 which includes all the German special characters In Java 1.4, the default encoding is set to ASCII which converts all German special characters to '?' set CATALINA_OPTS="-Dfile.encoding=ISO-8859-1" in tomcat -Original Message- From:

RE: UTF-8 problems

2003-08-03 Thread Shanta B
Hi In Java 1.3, the default encoding is set to ISO-8859-1 which includes all the Country(German) special characters In Java 1.4, the default encoding is set to ASCII which converts all German special characters to '?' The fix for this problem was just setting an environment variable CATALINA

RE: Errors on Apache1.3.27 using mod_jk2

2003-08-02 Thread Raffi B.
tried to get mod_jk2 to work on win2k and could not get it to work. After a couple of days of frustration, I changed to mod_jk and not it works great. I don't know if my configuration was incorrect or what. Never did get it figured out. Rick -Original Message- From: Raffi B. [mail

Errors on Apache1.3.27 using mod_jk2

2003-08-02 Thread Raffi B.
I'm trying to connect Apache 1.3.27 to Tomcat 4.2.27 using mod_jk2.dll on Win32. Apache is working, and so is Tomcat, but I keep getting a 500 error when I try to access a JSP on Tomcat from Apache. In http.conf for Apache, I've defined the following for mod_jk2.dll LoadModule jk2_module mo

entity value for ? symbol

2003-07-31 Thread Shanta B
Hi I would like to know the entity value or code for EUR sign.Whenever we enter EUR1 in our HTML side we are getting back €1 as a value.We are using ISO-88591 as a character set,I found that ISO-88591 does not support this character or i did not find this value.Where as i found & as a entity val

Re: load testing tomcat

2003-07-29 Thread Dhruva B. Reddy
I'm mucking my way through this myself. I use JMeter. I haven't used it with SSL, but it appears to support. Dhruva --- "Mark W. Webb" <[EMAIL PROTECTED]> wrote: > does anyone have experience load testing tomcat? I am especially > interested in mutually authenticate SSL load testing where tom

RE: heap size

2003-07-23 Thread Dhruva B. Reddy
I recently discovered these two methods, and was wondering how accurate they are. I am a bit confused: I am running Tomcat 4.1.18 on Linux, with JDK 1.4.1_03-b02. Nowhere in the startup scripts do I see it specified how much memory to use (i.e., with the -Xmx flag). When I call Runtime.totalMemo

RE: outof memory error

2003-07-09 Thread Shanta B
pect there is a serious memory leak. You can use a profiling tool, such as jmeter to examine your memory. http://jakarta.apache.org/jmeter/ Its free, but I've never used it, so I don't know how useful it will be. Andy -Original Message- From: Shanta B [mailto:[EMAIL PROTECTED] S

outof memory error

2003-07-09 Thread Shanta B
Hi Sorry for disturbing...i would like to whats the reason behind java.lang.outofmemory...because currently at one site we are getting these errors in mscore and locator...what may be the reason ..how should i debug the processes memoryif u have any idea or links u pl forward to me...in the

jikes1.18 problem

2003-07-09 Thread Shanta B
Hi I am getting following error when i am doing ant i am working on windows 2000 and my IDE is IntellijIDEA .i installed jikes1.18 ..i set its bin directory to path variable. Assertion failed:lit && "null argument to RegisterClass",file ../../jikes-1.18/src/bytecode.h do you have any i

Tomcat - JNI

2003-07-08 Thread Altug B. Altintas
Hi, i am using Tomcat 4.1.24 and in our web application we use JNI like below static { System.loadLibrary("optimizer_dll"); } optimizer_dll.dll resides in c:\code\bin; This path is also in the the "PATH environment" When i start Tomcat, every think is fine but after some times passes, tomca

RE: how to configure diff web applications under one tomcat

2003-07-07 Thread Shanta B
Hi I would like to know how to configure different web applications(web.xml) under one tomcat i dont want use separte class path for each webapplicationi would like use Tomcat class loader concept. Thanks & Regards Shanta.B ---

how to configure diff web applications under one tomcat

2003-07-07 Thread Shanta B
Hi I would like to know how to configure different web applications(web.xml) under one tomcat Thanks & Regards Shanta.B - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Encoding - UTF-16 vs ISO-8859-1

2003-06-27 Thread Shanta B
In Java 1.3, the default encoding is set to ISO-8859-1 which includes all the German special characters In Java 1.4, the default encoding is set to ASCII which converts all German special characters to '?' -Original Message- From: Mike Hulse [mailto:[EMAIL PROTECTED] Sent: Friday, June 27

download of csv file

2003-06-27 Thread Shanta B
Hi We have a servlet which will download csv file from server.It works fine in some browser. The file type CSV is standard Excel format file. When i click on the link 'file open/save as' dialog appears, i see only html as supported filetype. Why? I expected CSV file as filetype here. This behva

java out of f memory exception

2003-06-26 Thread Shanta B
Hi Whats the reason behind java out of memory exception...How to solve it?When java runs GC internally why we are getting this type of exceptionWhat happens if i increase the Heap size...does it effect java GC. Shanta.B

RE: servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Shanta B
statements. You cant do this: out.print(""); response.sendRedirect(..); this would cause the llegal state exception. -Original Message- From: Shanta B [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:49 AM To: Tomcat Users List Subject: servlet response.sendRedirect() ill

RE: servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Shanta B
/forward or controling it with if statements. You cant do this: out.print(""); response.sendRedirect(..); this would cause the llegal state exception. -Original Message- From: Shanta B [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 10:49 AM To: Tomcat Users List Subjec

servlet response.sendRedirect() illegal state exception

2003-06-26 Thread Shanta B
Hi In my servlet response.sendRedirect i am getting illegal state exception ...could pl tell me how to avoid this...whats does it mean... Thanks Shanta.B -Original Message- From: Hartmut Bernecker [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 9:40 AM To: [EMAIL PROTECTED] S

strange emial behavior

2003-06-24 Thread a b
Hello whenever i send email to tomcat mailing list i get the response from [EMAIL PROTECTED] domain.I am not aware of this domain. I have enclosed the email text i get. I wonder if some one knows why this is happening. Email text: Dear [EMAIL PROTECTED], Your recent message to this server regardi

how to check connection pool is still working

2003-06-23 Thread a b
Hello everyone, I am running database on different machine than the one running tomcat. Tomcat creates a connnection pool to the database, but when some times database machine reboots, it makes all the connections in the pool useless,is there a way to tell the tomcat to make release resources with

Re: where to get mod_jk2.so, jkjni.so

2003-06-23 Thread Dhruva B. Reddy
Assuming you're running Apache 2.0, unless you're running 2.0.42 or 2.0.43, the answer to your question is "You don't". Unfortunately, the server against which these libraries are built must match the *minor* release on which you will run these libraries. You will have to download the tomcat conn

basic logging question

2003-06-20 Thread a b
Hello every one, I need to log messages using either tomcat logger or log4j. I have added under the tag and System.out.println("msg"); works and prints in the above named file, but i want to use the methods of org.apache.catalina.logger.FileLogger or log4j's Logger class so that i can turn lo

Javax servlets

2003-06-20 Thread Apollinaris B. Mwila, Ph.D
ed Hat 8.0. Thanks in advance. Apollinaris B Mwila __ McAfee VirusScan Online from the Netscape Network. Comprehensive protection for your entire computer. Get your free trial today! http://channels.netscape.com/ns/computing/mcafee

Re: Tomcat - Sleeps

2003-06-16 Thread Jesper B. Kiær
Hi It' s very simple how to avoid the problem. In the command/dos box, click on the icon on the topbar, select "properties" and unselect "QuickEdit mode" Done! regards Jesper B. Kiær Jezzper Consulting Website : http://www.jezzper.dk [EMAIL PROTECTED] wro

Re: tomcat & domino server

2003-06-11 Thread Jesper B. Kiær
servers and keep the sessions alive. - Don't use Domino session based authentication (less secure) - use lotus.domino.Session.getSessionToken() to update the Domino session cookie in the browser regards Jesper B. Kiær http://www.jezzper.dk [EMAIL PROTECTED] wrote on 11-06-2003 12:

Re: tomcat & domino server

2003-06-11 Thread Jesper B. Kiær
of course lower the security level. regards Jesper B. Kiær Jezzper Consulting http://www.jezzper.dk [EMAIL PROTECTED] wrote on 11-06-2003 11:04:56: > Hi all, > > In our production environment we are (slowly) switching from the Lotus > Domino Webserver to Tomcat (and JBoss). &

Re: Can't Build mod_jk in Linux

2003-06-10 Thread Dhruva B. Reddy
e modules directory. > > This might work for mod_jk. I'd give it a try. > > -e > > On Mon, 9 Jun 2003, Dhruva B. Reddy wrote: > > > I'm having trouble getting Tomcat 4.1.18 to run with Apache 2.0.40 on > > Redhat Linux 8.0 and this seemed the most ap

ticketing system

2003-06-10 Thread Altug B. Altintas
Hi; Any free or commercial ticketing system written in Java. Regards. Altug - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Can't Build mod_jk in Linux

2003-06-10 Thread Dhruva B. Reddy
I'm having trouble getting Tomcat 4.1.18 to run with Apache 2.0.40 on Redhat Linux 8.0 and this seemed the most appropriate place to turn. More specifically, I'm trying to build mod_jk. I get various errors when running the configure script (depending the arguments that I feed it). When I run ./

Session Obj List

2003-04-02 Thread $B%^%N%8%e!!%P%,%H(B
Hi All, (B (BIs there any way we can get List /Enum of all session Objects in a (Bparticular Context? I am trying for disabling multiple logins by the same (Buser. (B (BRegards (B (BManoj

Tomcat JMXServer

2003-03-24 Thread B A L A J I
/20/2003 +0100, Nikola Milutinovic wrote: B A L A J I wrote: Hi, I'm trying to extend Tomcat to get notified whenever a session is created or cleared. How is this possible in 4.1.18 version.? Any help will be appreciated as I'm new to Tomcat. Take a look at Listeners in Servlet 2.3 spe

Re: install tomat on winZP pro

2003-03-23 Thread Dhruva B. Reddy
ROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dhruva B. Reddy ResortQuest International, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Most deployed version of Tomcat

2003-03-20 Thread B A L A J I
Hi, Do anyone know which version of Tomcat is highly deployed? 3.x / 4.x . Is it advisable to move to the latest version of Tomcat? Kind Regards Balaji - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Explanation for the server.xml

2003-03-20 Thread B A L A J I
Hi, Where can I find an explanation of the tags in the server.xml of the Tomcat and the changes in the various versions of Tomcat. Kind Regards Balaji - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Getting Notified in Tomcat 4.1.18

2003-03-19 Thread B A L A J I
Hi, I'm trying to extend Tomcat to get notified whenever a session is created or cleared. How is this possible in 4.1.18 version.? Any help will be appreciated as I'm new to Tomcat. Kind Regards Balaji - To unsubscribe, e-mail

Missing Log file..

2003-03-19 Thread John B. Moore
Folks, I had previously posted this in the Log4j list but no one there had any suggestions of what might be happening.. Basically I have discovered that in the latest Tomcat I am running (4.1.18 both Linux and WinXP) the log file for Log4j (v1.2.3) is nowhere to be found. The configura

Re: New user

2003-03-14 Thread John B. Moore
he doco on java.sun.com somewhere Filip -Original Message- From: John B. Moore [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 2:46 AM To: Tomcat Users List Subject: Re: New user no idea, that is what was in the HowTo... seemed funky to me as well... John.. p niemandt wrote: I

Re: New user

2003-03-14 Thread John B. Moore
Jon, You may have it... I have temporarily move on to other fires, so I'll test that later.. makes a lot of sense.. (no, no one had mentioned that.. and I had wondered about if that was what it was requesting with the error in "protocol".. Now see, If I had known that this was a URL protocol

Re: New user

2003-03-14 Thread John B. Moore
? Why? Just wondering ... Paul On Fri, 2003-03-14 at 10:01, John B. Moore wrote: Jan, Thanks for the suggestion.. no joy on that one either.. The HowTo suggests that if the WAR is in the webapps dir that a full path is not required... it lies...?? I'll "again" triple check

Re: New user

2003-03-14 Thread John B. Moore
Jan, Thanks for the suggestion.. no joy on that one either.. The HowTo suggests that if the WAR is in the webapps dir that a full path is not required... it lies...?? I'll "again" triple check my path and spelling (which I have already exhaustively done.. but...) John... Jan Behrens wr

Re: New user

2003-03-14 Thread John B. Moore
4/webapps/DurlingSite.war!/ -Calvin At 12:14 PM 3/14/2003, you wrote: I got mine to work. I use In the Path field: Use /DurlingSite&war not /DurlingSite In the WAR URL field: jar:file:/usr/local/tomcat4/webapps/DurlingSite.war!/ Thanks Amir. -Original Message- From: J

Re: New user

2003-03-14 Thread John B. Moore
ld take the existing Manager webapp, enhance it to include your findings, and send an updated version to the list, it would be much appreciated and eventually will likely find its way to the official site documentation. Yoav Shapira Millennium ChemInformatics -Original Message- From: John B. Moore

Re: New user

2003-03-14 Thread John B. Moore
Yoav or whomever...,     If I may intrude on this thread...   I did read the HowTo  at  http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html ..and it's primary focus is on the nature of the commands sent to the manager.  There is no reference as to the HTML GUI that is used by

Re: Starting Tomcat on Linux as a Service??

2003-03-11 Thread John B. Moore
there is more to this that I understand... Any thoughts on this mystery...?? John... Jon Roberts wrote: John B. Moore wrote: Any one have a suggestion on how to get both tomcat and apache to start (tomcat first) when the server reboots..??? Instead of rc.local, it would be

Re: Starting Tomcat on Linux as a Service??

2003-03-10 Thread John B. Moore
Perfect, Just what I was hoping I would find John... Jon Roberts wrote: John B. Moore wrote: Any one have a suggestion on how to get both tomcat and apache to start (tomcat first) when the server reboots..??? Instead of rc.local, it would be more customary to use an initialization

Starting Tomcat on Linux as a Service??

2003-03-10 Thread John B. Moore
Folks, One can start Apache by placing the command in the rc.local /usr/local/apache/bin/apachectl.sh start but it appears that you can not do that with tomcat because of the need for various environmental variables (JAVA_HOME ..etc..) Any one have a suggestion on how to get both t

$B!{!{!{!{9V:B#2(B

2003-03-10 Thread $B$^$D$(!w!{!{!{!{9V:B(B
Sorry, I don't seem to see tomcat instructions anywhere on the site. What's (Bthe url? (B (B--mikej (B-=- (Bmike jackson (B[EMAIL PROTECTED] (B (B> -Original Message- (B> From: Jon Roberts [mailto:[EMAIL PROTECTED] (B> Sent: Monday, March 10, 2003 10:13

Deploy/Undeploy NoClassDefFoundError - 4.1.18 -- Windows XP

2003-03-07 Thread D B
I am getting a NoClassDefFoundError after undeploying then redeploying a web-app. The same holds true when using the manager app or the catalina-ant tasks (as well as just stopping then starting using the manager or ant tasks as opposed to deploy/undeploy). There are no error messages generated

JDBCRealm - entering site through login page

2003-02-19 Thread w i l l i a m b o y d
hi all, developing on w98 with tomcat 3.2.24, mysql 3.23.26, struts 1.0.2, jsk 1.3.1. will be deploying with same setup but on xp. i was taking a custom authorization approach originally, using a Struts LoginAction for the protected areas of my web app. but i thought a JDBCRealm would be a neat th

Tomcat default paths / Xalan PipeDocument target

2003-02-19 Thread Lyndon J B Nixon
hi all, I'm using the Xalan extension PipeDocument in a stylesheet which is transformed by a servlet running on Tomcat. The target attribute takes a relative URI which determines where the result of the transformation is stored. I want the result to appear in the servlets' directory but it tur

pageContext error ???

2003-02-04 Thread B Wiley Snyder
Im running tomcat 4.1 and I'm building a shopping cart from a book. When browse to the index.jsp page of the app I receive this error... root cause javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex tImpl.java:533) I know why this

Problems using Tomcat 4.1.12-LE-jdk14 HTTPServlet.log(java.lang.String)

2003-01-16 Thread Thomas B. Holdren
t()'s. Following is the error message from Tomcat and the configuration of the context. Thanks in advance to anyone who can help. Sincerely, Thomas B. Holdren, Developer System: RedHat Linux 7.3 Tomcat 4.1.12-LE-jdk14 j2sdk1.4.1_01 Err

Re: ManagedBean is not found

2003-01-03 Thread John B. Moore
David Orriss Jr wrote: John, Say, don't I know you? ;) Yeah, small world, huh... John Turner answered this exact same question for me... If you're using Ajp13Connector, comment out (disable) the lines in server.xml having to do with MBeans. Weird, I have two machines I'm setting

ManagedBean is not found

2003-01-02 Thread John B. Moore
Tomcat 4.1.18 Apache 2.0.43 Connectors - 4.1.18 (mod_jk.so) (all build from source) (followed the J Turner Howto's) Getting the error.. "ManagedBean is not found with Ajp13Connector" Anyone have some suggestions on what might be configured wrong.. We keep looking at it and is all seems to be th

RE: Tomcat and Apache | Performance

2002-12-25 Thread Rajesh B
Ajp13processors should be greater than or equal to max clients in httpd.conf Thks, --Venkat -Original Message- From: Rajesh B [mailto:[EMAIL PROTECTED]] Sent: Tue 12/24/2002 8:57 AM To: Tomcat Users List Cc: Subject:Tomcat and Apache | Performance Hi All, I am using

Tomcat and Apache | Performance

2002-12-24 Thread Rajesh B
Hi All, I am using tomcat 3.3.1 and apache 1.3.27 with mod_jk (ajp12 protocol). We are running it in Solaris 2.8 ( 4 CPU 4GB RAM ). At times when the system is under heavy load, apache simply stops processessing requests. And the hits/sec goes down. The system idle state is around 99%. At t

Re: Mod_jk is not compatible this version of apache

2002-12-09 Thread John B. Moore
, and mod_jk is version sensitive. John -Original Message- From: John B. Moore [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 07, 2002 5:47 PM To: [EMAIL PROTECTED] Subject: Mod_jk is not compatible this version of apache Versions Apache httpd-2.0.40 Tomcat 4.1.12 OS

Mod_jk is not compatible this version of apache

2002-12-07 Thread John B. Moore
Versions Apache httpd-2.0.40 Tomcat 4.1.12 OS Readhat 8 with latest kernal I had compile Apache and it runs just fine, Tomcat also runs find independently I then downloaded the connectors for 4.1.12 and followed the "John Turner" directions for compiling the mod_jk... and copied

Configurion tomcat

2002-12-06 Thread Fabricio B. Teixeira
I want to install TomCat in my computer but i don´t know if it requires a hard configuration time. Could you please tell me the dificulties in configurin tomcat. Fabricio ___ Busca Yahoo! O melhor lugar para encontrar tudo o que

Setup Apache (MOD_JK) & Tomcat on AIX

2002-11-27 Thread Chandrashekhar B
Hi All, I am having, - Apache 1.3.26 - Tomcat 4.0.6 - MOD_JK for AIX (Binary) I tried integrating Apache and Tomcat through MOD_JK and when I start Aapche, it says "Cannot Load mod_jk.so, Bad Address, httpd could not be started". Has anyone tried integrating Apache and Tomcat on AIX platform, a

Re:How to specify path when executing CGI in Tomcat?

2002-11-26 Thread B W
If you are interested in this question, here is how to make cgi in tomcat to know the system property path. 1. download the tomcat source, find the CGIServlet.java 2. add the following line inside setCGIEnvironment method, compile it, create the servlet-cgi.jar file again. envp.put("PATH", null

Re:How to specify path when executing CGI in Tomcat?

2002-11-26 Thread B W
Does anyone know how to include the system property path(win2000) when executing CGI in Tomcat? Just like the way apache http server did for CGI. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --

How to specify path when executing CGI in Tomcat?

2002-11-25 Thread B W
Hi, I try to implement CGI in Tomcat(win2k,tomcat4.15). I follow the instruction to make a simple CGI work. However when I test a more complicated cgi file written using c++, I get a problem like "xxx.exe -Unable to Locate DLL" The dynamic link library orasql.dll cound not found in specified

Re: non Http connector

2002-11-15 Thread John B. Moore
John, Maybe you can clear this up for me.. I get the hint from several different messages that the CoyoteConnector handles both JK and JK2. Looking at the server.xml it appears that, based on the comments in that file port="8009" minProcessors="5" maxProcessors="75"

RE: Tomcat 4.1.12 - Incompatible type for getting or setting field

2002-11-15 Thread B W
Jeff: I post a similar message several days ago but no response. I think I figure it out yesterday. It's because of the bug in jasper-compiler.jar(in common/lib) for jsper2. You can either upgrate tomcat to 4.15 or copy the old jasper-compiler.jar from 4.06 which is using jsper1. HTH, Bin __

Re: tomcat 4.1.12, first time load jsp get ServletException

2002-11-14 Thread B W
If anyone has similar problem(see below), please update to tomcat 4.15. It seems that the new jasper-compiler.jar fix the problem. -Bin We just find this weild problem in tomcat4.1.12(win2k), if we clear all files from work directory, load all jsp from browser, then sometimes we get ServletExcep

tomcat 4.1.12, first time load jsp get ServletException

2002-11-13 Thread B W
We just find this weild problem in tomcat4.1.12(win2k), if we clear all files from work directory, load all jsp from browser, then sometimes we get ServletException(please see following), after hit browser fresh, the error disappear. This problem only happen for first time to load jsp, if the jsp

null datasource tomcat 4.1.12 workaround

2002-11-12 Thread Dan . B . Tanner
I noticed that a lot of people have gotten the same problem in getting a database connection after using the admin tool to create a datasource in tomcat 4.1.12: java.sql.SQLException: Cannot load JDBC driver class 'null' exception when calling getConnection() on datasource object. I also got this

tomcat 4.1.12 Incompatible type for getting or setting field error

2002-11-12 Thread B W
- Error report<!--H1{font-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} H3{font-family : sans-serif,Arial,Tahoma;color : white;background-color : #0086b2;} BODY{font-family : sans-serif,Arial,Tahoma;color : black;background-color : white;} B{color : white;background-co

Re: mod_jk Problem

2002-11-09 Thread .: B i g D o g :.
nks, > > Rudolph AraujoGet more from the Web. FREE MSN Explorer download : >http://explorer.msn.com > > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:tomcat-user-he

Tomcat 3.3.1 CPU utilization is too high.

2002-11-08 Thread Rajesh B
Hi, We are facing some problem with tomcat which takes 95% of the CPU. - We have got a SPARC Solaris 8 with more that 4 CPUs and 8GB RAM. - We have got one instance of tomcat 3.3.1 installed in this machine with JDK 1.3.1_05. - What we observed is that, after 20 minutes

<    1   2   3   4   5   >