Pleae, Please help with the install of Tomcat!

2001-01-24 Thread Roland Dong
I am new to the list. I just downloaded Tomcat 3.2.1. and have little idea in terms of how to install it. I did manage to unzip the file and put them all together under the directory jakarta-tomcat 3.2.1. However, when I startup the server, I got an error message: "You must set JAVA_HOME to poin

Re: dtd for Tomcat 3.2.1's server.xml

2001-01-24 Thread Endre Stølsvik
On Wed, 24 Jan 2001, Craig R. McClanahan wrote: | Try to write the DTD entry for a element (Tomcat 3.2) or a | element (Tomcat 4.0) and you will see what I mean. In either case, the Java | class that gets instantiated can be *anything*, with any set of JavaBeans properties. | The initializatio

Re: Unsubscribe me

2001-01-24 Thread Sameer Andharia
--- Derek DeMoro <[EMAIL PROTECTED]> wrote: > Unsubscribe me please > __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/ -

Linux and Tomcat (URGENT)

2001-01-24 Thread Christoph Rooms
Hi, (Tomcat 3.2) I installed Tomcat on Linux and I have to seem a memory problem. 1. I know that linux will show me a lot of processes. I know these processes are native threads and they share the memory. (I have more then 40 processes, each one is consuming 70456. This means that Tomcat isn't

RE: Heartbeat/watchdog signal

2001-01-24 Thread David Bullock
You might also be interested to check out http://www.coolservlets.com/Maintenance/ - the guys there have such a tool already built. It's GPL. regards, David. On Thu, 25 Jan 2001, CPC Livelink Admin wrote: > > In the servlet container, you can start a thread and sleep there and do your > che

RE: Heartbeat/watchdog signal

2001-01-24 Thread CPC Livelink Admin
In the servlet container, you can start a thread and sleep there and do your check. You could build a servlet whose whole job is this, using the LoadOnStartup mechanism to get it to start automatically. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of A

Fw: What is Internet Monitor ?????

2001-01-24 Thread Narayanan
When i was going through the Apache Administrator Guide i read that unless we have Internet Monitor Installed Admin operations of apache cannot be performed .. What is Internet Monitor Actually is it available for free downloads r without Internet Monitor

Heartbeat/watchdog signal

2001-01-24 Thread Aron Kramlik
Hi, This is more concerned with servlet engines in general rather than Tomcat itself but I had hoped I could get some good ideas from you. What I would like to do is have something call a method, or a servlet in this case, at regular intervals. The reason for this is to be able to update this s

Re: please help... Tomcat with Apache

2001-01-24 Thread Narayanan
Configuring Tomcat with Apache 1. Download the mod_jk.dll file 2. Open the module folder in appache installed path and place this Dll there . 3. Edit the httpd.conf file in apache\conf and add this content to the last line "include \conf\mod_jk.conf-auto" ( This file is available in th

please help... Tomcat with Apache

2001-01-24 Thread Merwin Yap
I currently have Tomcat running as standalone... I want to make it run with Apache. How do i do that? I have already done the following; 1. placed mod_jk.so in /usr/lib/apache. 2. included statement (include /home/webapp/jakarta-tomcat/conf/mod_jk2.conf-auto) in the "httpd.conf" file in etc/h

format of 404 errors in tomcat.log - hostname winking in and out, and R?

2001-01-24 Thread Tsalolikhin, Aleksey
Dear Tomcat users, I noticed in the tomcat.log (verbosityLevel = "INFORMATION") when a 404 error is logged, sometimes it's Ctx( www.mydomain.com: ): 404 R( + /filename.jsp + null) JSP file not found and sometimes it's Ctx( www.mydomain.com:) 404 R( + http://www.mydomain.com/filename.js

Re: Run tomcat with windows 98

2001-01-24 Thread Jayesh
make sure that you set TOMCAT_HOME and JAVA_HOME try running TOMCAT RUN from command line. - Original Message - From: "manuel riche" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 24, 2001 2:45 PM Subject: Run tomcat with windows 98 > When i launch tomcat with w

install question

2001-01-24 Thread Matt Johnson
Hi there, I have followed the instructions for installing tomcat that came with the distributin 3.2.1 for a windows 98 machine using PWS. When I run the startup.bat file a msdos prompt comes up and gives me the following message: ( I am using "tomcat" as my directory ) C:\tomcat\bin>startup I

Date Header

2001-01-24 Thread Philip Ross
I have recently upgraded from Tomcat 3.1 to 3.2.1 and have noticed that the Date header is no longer written out automatically in 3.2.1 like it was in 3.1 when processing servlets. Is this an intentional change to the behaiviour of Tomcat, or is it a bug in 3.2.1? Is the recommended work around t

Load Balacing with Tomcat under Apache..

2001-01-24 Thread Nair, Nipun
Hi all, I am new to Tomcat / Apache. Am trying to setup several tomcat engines running in different machines - 'load balanced' under one central Apache web server... i did find some useful articles in the apache web site, but would like to have an idea of what changes should I make to the tomcat

Soap and jsp from tomcat

2001-01-24 Thread tmmet tvp
Hi, I'm calling a SOAP from javabean in my jsp page. Since,both,jsp and SOAP uses tomcat,I'm getting IllegalStateException: response has already been commited error. Can anyone mail me the cause of the error. Any suggestions will be greatly helpful for me. Thanks in advance. __

Re: A good free IDE for developping for Tomcat

2001-01-24 Thread Anthony Scott
[EMAIL PROTECTED] wrote: > Alain, I've been using TextPad (http://www.textpad.com) and it's fabulous. > > It's free (well, $27 if you *want* to buy it), has free additions (tags) to > lots of languages. > perl, java, jsp, javascript, xml, html, c++, etc... > > it compiles code, shows colo

Re: IIS 5.0, Windows 2000 Server, Tomcat 32

2001-01-24 Thread Venkat
I use tomcat 3.2.1 with IIS 5.0 on WIN2K machine with dual CPU It works quite normal Venkat - Original Message - From: "Etienne Baert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 22, 2001 2:24 PM Subject: RE: IIS 5.0, Windows 2000 Server, Tomcat 32 > Hi Greg, > >

Problems with Tomcat and JSP

2001-01-24 Thread Lynn Alford
In the examples that come with Tomcat, all the servlet examples work fine. But from the jsp examples, some work and some have a compile error. Numberguess, checkbox, and color work fine. All the other examples give me an internal servlet error. Tomcat is installed on an Mac X server, with Apach

Re: RequestInterceptor authenticate and authorize. Need advise

2001-01-24 Thread Craig R. McClanahan
"Roytman, Alex" wrote: > > May be I should rephrase my question - when user authenticated first time > the fact of authentication and user's name/password/roles are the same > across all contexts, does authentication for one context mean authentication > for all or each context should authentic

Multiple tomcat processes

2001-01-24 Thread Joe Laffey
I could not find this in the faq... I launch Tomcat (3.2.1 under linux JDK 1.3) and I launches a bunch of processes. However, it does not appear that it is using the memory that it should if these were all independent processes. Are these just threads, or what? Thx, Joe Laffey LAFFEY Computer

Form Base Auth -> 1 webapp; multiple url patterns

2001-01-24 Thread BBueckers
Here is my setup... Tomcat v3.2.1 Within out Intranet webapp, I have setup a separate security 'url-pattern' for both SALES, and MARKETING. I have assigned each 'url-pattern' an associated 'auth-constraint'(role). When I access a SALES URL, I am taken to the '' to login , which works fine. I am a

RE: RequestInterceptor authenticate and authorize. Need advise

2001-01-24 Thread Roytman, Alex
>Tomcat 4.0 caches the authenticated principal in the current session (if there >is one) -- otherwise, it authenticates on every request. I don't believe that >this feature got back-ported to 3.2. I tested it does not cache it in 3.2 >> >> Is user principal container wide or context wide? >>

API for org.apache.* classes

2001-01-24 Thread Ratnadeep Bhattacharjee
Hello, Could someone please tell me where I could find the javadocs for the org.apache.* classes. I downloaded jakarta-tomcat-3.2.1 (binary) but could not find them in the accompanying docs. Thanks. -Deep. - To unsubscribe

Tomcat with jsp and wml

2001-01-24 Thread Gearoid Coughlan
Hi all, Ive just download jakarta-tomcat version 3.2.1 Ive installed and configured it proper (to the best of my knowledge) to work with apache 1.3. Ive tested the examples from the webpage (they all work). Now Im _trying_ to get a jsp file to generate a dynamic wml file for us. ---

RE: Locale

2001-01-24 Thread Parayali, Jayesh 1065
Title: RE: Locale It's not that. Some properties file is missing. I have JAVA_HOME and TOMCAT_HOME set correctly. You don't need ANT_HOME to run tomcat. Ant is a build tool. Jayesh -Original Message- From:   Jayesh [SMTP:[EMAIL PROTECTED]] Sent:   Wednesday, January 24, 2001 9:28

UnsatisfiedLinkError

2001-01-24 Thread Vishal Gharat
I am getting an exception "UnsatisfiedLinkError" whilst trying to call the native method from a servlet. Since the native method was in a separate class, I tried invoking the method from a the main method from the same class. THIS WORKS PERFECTLY FINE. Intially, I thought it did not get the share

RE: server.xml help (i think)

2001-01-24 Thread Andrea Bertone
Nevermind... I think I got it! -Original Message- From: Andrea Bertone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 2:55 PM To: [EMAIL PROTECTED] Subject: RE: server.xml help (i think) I tried this and it is now looking for the jsp pages at /opt/tomcat/home/user/domain/h

RE: server.xml help (i think)

2001-01-24 Thread Debra Locke
Andrea, The following comment was in my system.xml file: You can add a "home" attribute to represent the "base" for all relative paths. If none is set, the TOMCAT_HOME property will be used, and if not set "." will be used. webapps/, work/ and logs/ will be

Re: RequestInterceptor authenticate and authorize. Need advise

2001-01-24 Thread Craig R. McClanahan
"Roytman, Alex" wrote: > Hello, > > As I understand, RequestInterceptor.authenticate() and authorize() get > called every time a protected resource is being accessed. Does it mean > tomcat do not cache user/roles after first authentication? > Tomcat 4.0 caches the authenticated principal in the

how to use ServletContext.getContext()

2001-01-24 Thread C. Jason Benedict
Anybody have an example for this call : ServletContext.getContext()   for example...i have webapps/blue and webapps/red   i want to include a jsp that is in red over to blue.   thanks in advance...   --   C. Jason Benedict

Re: Taglib Synchronization???

2001-01-24 Thread Craig R. McClanahan
"C. Jason Benedict" wrote: Are tag libs automatically synchronized under the covers?   Or is a new taglib created for each user session?  -- C. Jason Benedict New tag class *instances* are used for each tag used on a page, and a particular tag instance can assume it is being used by only a sin

RE: passing an object using sessions - STRANGE???

2001-01-24 Thread Stefan Langer
What happens if you use a getter method instead of accessing the variable directly??? (e.g. getStr() {return str;} ) This would be more along the lines of the OO-PAragdim anyway. Stefan

RE: Run tomcat with windows 98

2001-01-24 Thread Robert Taylor
Hi Manuel, You might try tweeking some of the memory options under the MS-DOS window properties. I'm not sure if this will help, but it may be worth a try. Robert > -Original Message- > From: manuel riche [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 24, 2001 5:46 PM > To: [EMAI

RE: server.xml help (i think)

2001-01-24 Thread Andrea Bertone
I tried this and it is now looking for the jsp pages at /opt/tomcat/home/user/domain/htdocs/file.jsp I have been playing with it and reading like a mad woman and can't figure it out. Please help. Andrea -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Be

Taglib Synchronization???

2001-01-24 Thread C. Jason Benedict
Are tag libs automatically synchronized under the covers?   Or is a new taglib created for each user session?     --   C. Jason Benedict

RequestInterceptor authenticate and authorize. Need advise

2001-01-24 Thread Roytman, Alex
Hello, As I understand, RequestInterceptor.authenticate() and authorize() get called every time a protected resource is being accessed. Does it mean tomcat do not cache user/roles after first authentication? Should I perform actual authentication every time (which is awfully resource consuming)

RE: Cannot run two servlets

2001-01-24 Thread BROWN, ALAN
Thanks Michael. I don't know why I never thought of the obvious! - J. Alan Brown Senior Enterprise Integration Consultant SAGA Software, Incorporated Office: (678) 513-7592 Voice Mail: (770) 913-1474 Fax: (770) 390-9364 -Original Message- From: Michael Wen

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
Hi, I am using 3.2.1 ... using jdk 1.3. Strange ... but how is it possible that I'm getting 140MB and another user only 10 ? I don't understand ... Christoph -Original Message- From: Steve Ruby [mailto:[EMAIL PROTECTED]] Sent: woensdag 24 januari 2001 23:40 To: [EMAIL PROTECTED] Subje

Run tomcat with windows 98

2001-01-24 Thread manuel riche
When i launch tomcat with windows 98 after the start the MS-DOS command window crash (it's the same with Jstart utility) i don't understand why - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL P

Re: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Steve Ruby
Christoph Rooms wrote: > > Hi, > > So I putted -Xmx24m in after the java command in tomcat.sh > > What I see he now uses 50M. Anybody knows why ? > > greetz, Christoph You can only configure the heap size for java, you can't limit the total memory requirements of the JVM... Limiting the hea

RE: the following occurs when building catalina ...

2001-01-24 Thread Grobe, Gary
it's running on linux 2.2.18 (RH) and the jsdk2 1.3 rc-1 from blackdown.org. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 3:50 PM To: [EMAIL PROTECTED] Subject: Re: the following occurs when building catalina ... "Grobe, Gary"

RE: Cannot run two servlets

2001-01-24 Thread Michael Wentzel
> We have developed a simple web application with two HTML > forms. The user > enters a lookup parameter on the form and submits it. We have a Java > servlet that does retrieves the HTML form data, does a lookup > via another > program, and then builds HTML that is returned to the browser. O

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
Hi, So I putted -Xmx24m in after the java command in tomcat.sh What I see he now uses 50M. Anybody knows why ? greetz, Christoph -Original Message- From: CPC Livelink Admin [mailto:[EMAIL PROTECTED]] Sent: woensdag 24 januari 2001 22:57 To: [EMAIL PROTECTED] Subject: RE: Actually RE: T

Re: Cannot run two servlets

2001-01-24 Thread anil
Hi Alan, check the process that you read data from. hope this helps anil "BROWN, ALAN" wrote: > We have developed a simple web application with two HTML forms. The user > enters a lookup parameter on the form and submits it. We have a Java > servlet that does retrieves the HTML form data, d

Cannot run two servlets

2001-01-24 Thread BROWN, ALAN
We have developed a simple web application with two HTML forms. The user enters a lookup parameter on the form and submits it. We have a Java servlet that does retrieves the HTML form data, does a lookup via another program, and then builds HTML that is returned to the browser. Both of these ap

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
Hi, How do I use these parameters ? Can you give more info on it ? An example ? thanks ! Christoph -Original Message- From: CPC Livelink Admin [mailto:[EMAIL PROTECTED]] Sent: woensdag 24 januari 2001 22:57 To: [EMAIL PROTECTED] Subject: RE: Actually RE: Tomcat processes... (to Christo

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread CPC Livelink Admin
I don't suppose your setup is using the parameters which set initial heap size on the java command line are they. My installs run 10% of the size you are quoting when run out of the box. Regards, Paul -Original Message- From: Christoph Rooms [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
But is it normal that it takes 140 MB of RAM ? (I know that I only have to count 1 process) I have a provider that wanted to support servlets using tomcat. But it seems I managed to bring down his machine that was online for more then 200 days. What's the best way to avoid this ? greetz, Chris

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread Kyle F. Downey
http://www.xemacs.org. They have a Win32 installer and everything for XEmacs 21, and if you plan to use Ant AND you're not doing using any user interface design an IDE is actually more trouble than it's worth. Gives you indentation, color highlighting, and additional functions through the JDE pac

Re: the following occurs when building catalina ...

2001-01-24 Thread Craig R. McClanahan
"Grobe, Gary" wrote: > Buildfile: build.xml > > deploy-prepare: > > deploy-static: > > deploy-main: > > build-prepare: > > copy-jaxp-jar: > > build-static: > # # An unexpected exception has been detected in native code outside the > VM.# Pr > ogram counter=0x400202a6 > # > # Problematic Thread: p

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread e_teer
Textpad is the best text editor for W2K I have seen. _ Alain, I've been using TextPad (http://www.textpad.com) and it's fabulous. It's free (well, $27 if you *want* to buy it), has free additions (tags) to lots of languages. perl, ja

Re: A good free IDE for developping for Tomcat

2001-01-24 Thread Steve Ruby
> Hi, > > I'm running Tomcat on linux. From the moment I start up Tomcat, I see 51 > processes and these processes takes up 142 MB of memory. Is this normal ? > > greetz, Christoph > Those are native threads and not processes, as such you cannot add the memory required by each togehter, the

Re: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Trevor Little
If you're talking about java processes it's really just one process and what you're seeing are actually threads. It's normal. Michael Wentzel wrote: > > > I'm running Tomcat on linux. From the moment I start up > > Tomcat, I see 51 > > processes and these processes takes up 142 MB of memory. I

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread grayman
> is there some "free" integrated developement environment > that is really comfortable... > Emacs (maybe ultra-edit) seems to be apreciated, > but is there something more integrated... > (anyway I've used Emacs for C++/make/gdb dev > and it deserve to be called an IDE, but > usual IT professiona

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread LisaC
I just started Tomcat (a new instalkl, haven't finished configuring) and I get the below. Lisa [lisac@cornerstone-dev conf]# ps -aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.1 1120 476 ?S05:55 0:05 init [3] root 2 0.0

Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Michael Wentzel
> I'm running Tomcat on linux. From the moment I start up > Tomcat, I see 51 > processes and these processes takes up 142 MB of memory. Is > this normal ? Doesn't sound right to me. Can you send a copy or the long output of ps? As well as a description of your configuration(OS, tomcat standa

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread Christoph Rooms
Hi, I'm running Tomcat on linux. From the moment I start up Tomcat, I see 51 processes and these processes takes up 142 MB of memory. Is this normal ? greetz, Christoph -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: woensdag 24 januari 2001 22:07 To: [EMAIL

the following occurs when building catalina ...

2001-01-24 Thread Grobe, Gary
Buildfile: build.xml deploy-prepare: deploy-static: deploy-main: build-prepare: copy-jaxp-jar: build-static: # # An unexpected exception has been detected in native code outside the VM.# Pr ogram counter=0x400202a6 # # Problematic Thread: prio=5 tid=0x804f060 nid=0x1e80 runnable # # # An un

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread guyr
You can download JBuilder 4 Foundation from www.borland.com for free. -Original Message- From: Coetmeur, Alain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 12:02 PM To: '[EMAIL PROTECTED]' Subject: A good free IDE for developping for Tomcat Sensitivity: Private Does an

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread Michael Wentzel
> Or try VisualAge 3.5 from IBM. It doesnt have drag/drop > option, however its > easy to use and i have never found any bug... Only real big problem I've seen with VisualAge is that the learning curve can be pretty bad. It has a different design philosophy than many of the other RAD/IDE's out

isapi_redirect.dll

2001-01-24 Thread Eric Reeves
Right now our site is using the isapi_redirect dll to redirect to Tomcat on NT 4.0 SP 6a IIS 4.0 and are having very erratic inetinfo.exe CPU usage sometimes resulting in the process going to 100% and becoming unresponsive, requiring a reboot. Tomcat and the redirector are the most significant c

RE: tomcat-apache

2001-01-24 Thread Darrell Porter
I just went through this myself. I've found that most of the magic is in the following: -uriworkermap.properties- # # Simple worker configuration file # # Mount the servlet context to the ajp13 worker /servlet/*=ajp13 # Advanced mount of the examples context /subdir/*.jsp=ajp13 /examp

RE: Tomcat stability

2001-01-24 Thread Darrell Porter
I agree. Most of the for-fee servers have a large price tag associated with them. While IBM has an excellent reputation for customer support, othe providers of JSP/servlet engines are found to be lacking. Tomcat is fairly stable in a properly configured environment. I feel it is stable enough

IIS-Howto question/problem...

2001-01-24 Thread Ben Shrake
I have attempted to install tomcat on TWO of our IIS servers and have the same problem on both. The jakarta filter shows a red down-arrow, not a green up-arrow. I have gone back through the steps over and over (including the troubleshooting section), but to no avail. FYI- We are running Win2000 &

Re: Help! Tomcat crash..

2001-01-24 Thread Paul Yoon
Thank you so much for your kind reply. Could you let me know where can I find the document you mentioned. Thank you in advance. Paul Randy Layman wrote: > If you are using OBDC to access MySQL that will cause the problem. > As stated many, many, many times on this list (and others, in

Re: Help! Tomcat crash..

2001-01-24 Thread Craig R. McClanahan
Paul Yoon wrote: > I am Tomcat 3.2 user and it is running on Windows 2000 Professional. > I used MS Access and Tomcat crashed everytime. > So I downloaded MySql (mm.mysql-2.0.1-bin.jar for JDBC , MySQL3.23, > MyODBC ) and still Tomcat is crashing. > I think the problem would be memory leaking

RE: Help! Tomcat crash..

2001-01-24 Thread Randy Layman
If you are using OBDC to access MySQL that will cause the problem. As stated many, many, many times on this list (and others, including Sun's JavaSoft website and the Java BugParade), the JDBC-ODBC bridge is not thread safe and will cause crashes. So, since you are using MySQL, y

Re: server.xml help (i think)

2001-01-24 Thread Ben Blakely
In your server.xml file there should be a line something like this: Change the "webapps/ROOT" to "/home/user/domain/htdocs" and restart tomcat. This sets the root context for Tomcat to your web server's document root. Hope this helps, --brb > Andrea Bertone wrote: > > Hi Tomcat Users! > >

RE: server.xml help (i think)

2001-01-24 Thread Hosahalli, RaghavendraX
buddy,   you have to add a context for your path in server.xml file Here is the sample of it   docBase="webapps/examples"   crossContext="false"   debug="0"   reloadable="true" >   "path" is the path what you refer in the url. "docBase" is the physical path of that, in your case it's "ho

server.xml help (i think)

2001-01-24 Thread Andrea Bertone
Hi Tomcat Users!   I am desperate need of assistance. I have been diligently attempting to get Tomcat working for 2 months (which should be a clue I'm just not cut out for this) but I keep trucking along. In addition to being new to Tomcat, I am also new to Apache and Linux and JSP... I cur

Help! Tomcat crash..

2001-01-24 Thread Paul Yoon
I am Tomcat 3.2 user and it is running on Windows 2000 Professional. I used MS Access and Tomcat crashed everytime. So I downloaded MySql (mm.mysql-2.0.1-bin.jar for JDBC , MySQL3.23, MyODBC ) and still Tomcat is crashing. I think the problem would be memory leaking caused by JDBC-ODBC bridge I

Re: Maximum Sessions allow, Tomcat Startup

2001-01-24 Thread Craig R. McClanahan
Carlos López wrote: Does any body knows how can I change the Maximum session allow by tomcat.  This is not supported in Tomcat 3.2, but is possible in Tomcat 4.0 by nesting a element inside your element:             This applies to the standard session manager -- extended session mana

Re: dtd for Tomcat 3.2.1's server.xml

2001-01-24 Thread Alex Fernández
That makes a lot of sense. Thanks. Alex. "Craig R. McClanahan" wrote: > Alex Fernández wrote: > > > I cannot understand why there can be no DTD. Yes, the contents may be variable and > > extensible, but that's what XML is -- eXtensible. > > > > At least for closed versions, it should be possibl

Re: dtd for Tomcat 3.2.1's server.xml

2001-01-24 Thread Craig R. McClanahan
William Au wrote: > I would very much like to see a DTD for each release build. Release builds > are "ready for prime time" so they should be relatively stable. > As stated earlier, DTDs are *not* capable of expressing all the semantics that Tomcat requires in a server.xml file. It's not an is

RE: Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Hosahalli, RaghavendraX
I just have a question here. I am using tomcat for last 4 months. Now I had to integrate it with apache. what I just did is downloaded "mod_jk.dll" placed it inti /apache/modules directory. In httpd.conf file I just added, include "c:/tomcat/conf/mod_jk.conf-auto" statement. Bingo, everything w

Re: dtd for Tomcat 3.2.1's server.xml

2001-01-24 Thread Craig R. McClanahan
Alex Fernández wrote: > I cannot understand why there can be no DTD. Yes, the contents may be variable and > extensible, but that's what XML is -- eXtensible. > > At least for closed versions, it should be possible to define the grammar used > therein; otherwise what is the advantage of using XML

Re: Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Ben Blakely
I'm not sure if this is the proper way to do it, but try using this in your httpd.conf: LoadModulejk_module libexec/mod_jk.so AddModule mod_jk.c JkWorkersFile /usr/local/tomcat/conf/workers.properties JkLogFile /usr/local/apache/logs/mod_jk.log JkLogLevelwarn JkMount /*.jsp ajp1

Re: Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Kelly Kleinfelder
Make sure you have this line in your tomcat-apache.conf (or whatever file the apache server includes to connect with tomcat): JkMount /admin/servlet/* ajp12 JkMount /admin/*.jsp ajp12 Change the directories to reflect your own environment. These lines should be there for every directive. Kell

RE: installing tomcat on win2000 advanced server

2001-01-24 Thread Lull, Joe
You will have to set the JAVA_HOME environment variable to your jdk directory.  With JBuilder installed that would be like c:\JBuilder4\jdk1.3... -Original Message-From: David Hall [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 24, 2001 1:30 PMTo: [EMAIL PROTECTED]Subject

installing tomcat on win2000 advanced server

2001-01-24 Thread David Hall
I am trying to learn JSP and am unable to get the tomcat server to run on my system. I am currently using win2000 advance server and have downloaded Inprise jbuilder4.  When I try to run the startup.bat file from a command prompt, I get the following message: You must set JAVA_HOME to point

Apache transfer to Tomcat with mod_jk

2001-01-24 Thread Bruce F. Press
I have apache 1.3.14 installed with Tomcat 3.2. I have been working with Tomcat for about 5 months directly (through port 8080), I am getting near deployment and would like to have Apache handle static information. I followed the mod_jk howto as far as it when, but I still get my jsp delivered t

Re: dtd for Tomcat 3.2.1's server.xml

2001-01-24 Thread Alex Fernández
Me, I still don't get it. See below. Thom Park wrote: > Hi Alex, > > I wrestled with this one as well - I'd like to see a DTD for server.xml as also The > problem is that, as various connectors/interceptors/valves/whoknowswhat are added to > tomcat during a development cycle, the parameters can

mod_jk, Apj12 and tomcat. Bug or configuration problem?

2001-01-24 Thread Edward Wolpert
Folks- I've got what is most likely a configuration problem, but may be a bug. Basically, we have Apache 1.3.14 using mod_jk to talk to tomcat 3.2.1 using Apj12 protocol. However, the apache connection fails if we don't have the HttpConnectionHandler set. So, what we have is this (server.xml

dynamically getting currently executing jsp page

2001-01-24 Thread Shahed Ali
Hi, I need to get the name of the current jsp page in a scriptlet. The jsp page could be serverd up by a link or by a jsp:forward or a redirect. If I do <%=this.getClass()%>, I get the following for a jsp page tmp/ST003.jsp tmp._0002ftmp_0002fST_00030_00030_00033_0002ejspST003_jsp_1 Is there

Re: Anyone doing their own taglib?

2001-01-24 Thread Catch-all m-box
Set up a tag that repeatedly loops, setting simple strings each time round 'till the data is exhausted eg. <%= title %><%= descr %> Or use nested tags: > Hi All, > > I have implemented a few simple tags that use attributes and parameters. I > would like to use JSP to keep presentation(f

Re: dtd for Tomcat 3.2.1's server.xml

2001-01-24 Thread William Au
I would very much like to see a DTD for each release build. Release builds are "ready for prime time" so they should be relatively stable. Either that or better documentation on the configuration parameters. Bill Thom Park wrote: > Hi Alex, > > I wrestled with this one as well - I'd like to s

how class reloading without shutdown-startup

2001-01-24 Thread dong yang
I found the related link http://jakarta.apache.org/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action/SetAll/project_id/2/faq_id/12/topic_id/43/question_id/240 I understood it as put the class in the web-inf directory and don't include it in the class path. i did it but the server couldn't find

RES: A good free IDE for developping for Tomcat

2001-01-24 Thread Jose Euclides da Silva Junior - DIGR.O
Or try VisualAge 3.5 from IBM. It doesnt have drag/drop option, however its easy to use and i have never found any bug... Regards, José Euclides Júnior __ E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://euclides.8m.co

when do i need and how can I update(deploy )

2001-01-24 Thread dong yang
the war file? thx Andre Yang __ Do You Yahoo!? Gesendet von Yahoo! Mail - http://mail.yahoo.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Anyone doing their own taglib?

2001-01-24 Thread Gocin.com
Title: Anyone doing their own taglib? You could always try a templating engine like Webmacro (http://www.webmacro.org/). The templating script they have developed could assist you keep your back end logic one place and your view (formatting, presentation) completely separate.  Your objects

Re: Tomcat stability

2001-01-24 Thread LisaC
I am experienced in PHP, have indeed found it to be extremely stable and low-cost to put up and maintain even complex and abstracted sites (session tracking, affiliate tracking...very modular code) but am using Tomcat for projects that span both server and client sides to be able to reuse code on

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread Eric Hartmann
Hi, A good IDE with Ant support and Tomcat (Tomcat is integrated with Netbeans) and more generally for JSP/Servlet is Forte/Netbeans from Sun. You can check it at http://www.netbeans.org (for Netbeans) or http://eap.netbeans.com (for Forte). Netbeans and Forte CE are free, Forte IE (which allows

Re: dtd for Tomcat 3.2.1's server.xml

2001-01-24 Thread Thom Park
Hi Alex, I wrestled with this one as well - I'd like to see a DTD for server.xml as also The problem is that, as various connectors/interceptors/valves/whoknowswhat are added to tomcat during a development cycle, the parameters can change tremendously. e.g. there was a marked change in the 'shap

Re: How do I redirect console messages to a log file?

2001-01-24 Thread Gocin.com
It should also be possible to write a Java program that will redirect the System.out/System.err and then call the main() method of the tomcat program... Jason B. -Original Message- From: Cecchi, Gianluca <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Wednesday, Ja

Re: Which JVM for Tomcat?

2001-01-24 Thread Richard Diaz
> 1. First of all You can write a java applet that uses java1.1 i.e. the VM > included with netscape and IE so the user doesn't have to download anything. > And you can still use 1.3 on the server. You don't need to install another > vm on the server. I do this by installing Java 2 BUT only usin

RE: Maximum Sessions allow, Tomcat Startup

2001-01-24 Thread Carlos López
Sun Solaris, and Apache - Original Message - From: Michael Wentzel To: '[EMAIL PROTECTED]' Sent: Wednesday, January 24, 2001 10:29 AM Subject: RE: Maximum Sessions allow, Tomcat Startup > How can I  make tomcat to start whe the machine reboots   W

RE: A good free IDE for developping for Tomcat

2001-01-24 Thread richard
Alain, I've been using TextPad (http://www.textpad.com) and it's fabulous. It's free (well, $27 if you *want* to buy it), has free additions (tags) to lots of languages. perl, java, jsp, javascript, xml, html, c++, etc... it compiles code, shows color coding. I love it. best, R -O

RE: Maximum Sessions allow, Tomcat Startup

2001-01-24 Thread Michael Wentzel
> How can I  make tomcat to start whe the machine reboots   What OS?     ---Michael WentzelSoftware Developerhttp://www.aswethink.com">Software As We Thinkmailto:[EMAIL PROTECTED]">Michael Wentzel

A good free IDE for developping for Tomcat

2001-01-24 Thread Coetmeur, Alain
Does anybody know a good environment to develop JSP+Java under Tomcat... "Ant" seems to be a Must for the building process... anything else... is there some "free" integrated developement environment that is really comfortable... Emacs (maybe ultra-edit) seems to be apreciated, but is there som

  1   2   >