How do I fix the Tomcat 4.0 (Catalina) - Bootstrap Error

2001-09-20 Thread Chris
- Original Message - From: "Chris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 8:34 AM Subject: How do I fix the Tomcat 4.0 (Catalina) - Bootstrap Error > Hi > > I have installed the Tomcat 4.0 on my machine but when I run it I get the > following error

How do I fix the Tomcat 4.0 (Catalina) - Bootstrap Error

2001-09-20 Thread Chris
Hi I have installed the Tomcat 4.0 on my machine but when I run it I get the following error : Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap How can I fix this or what must I set to get past this error. I have set JAVA_HOME and CATALINA_HOME. I

Get Friggin Verisign Working on Tomcat 4.0 Standalone How To - The Official Thread

2001-09-20 Thread Nick Torenvliet
Hi guys I''ve been searching through various sources like the list archives, responses(thanks) to my previous posts and I've got two things to offer. First the observation that a lot of us are struggling with getting third party services like verisign to work on tomcat standalone. Second I can

RE: SSL Connection problem through jsp - Rams

2001-09-20 Thread Lomesh Contractor
Hi Rams, Thank you for your reply... I m using sun's SSL package, also i have set required properties in the servlet's init method as below System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol"); Security.addProvider(new com.sun

Building mod_webapp using APR.

2001-09-20 Thread agd
Hi, As per documentation of Tomcat4, I tried to build mod_webapp from APR sources available at http://apr.apache.org but it is not generating the required mod_webapp module in apache. Will anybody have any exprience to build mod_webapp.so using APR? I am deaparately waiting for this issue on b

Re: Started Tomcat, why don't JSPs run...

2001-09-20 Thread Jeff Turner
On Thu, Sep 20, 2001 at 10:32:00PM -0400, teddiebear johnson wrote: [..] > I loaded tomcat successfully, but when i put a JSP file in the webapps > directory, I come up with this error Well it's called "webapps" because it's where you put webapps, not JSPs :) To get started, put your JSP in web

Re: Interceptors

2001-09-20 Thread Antony Bowesman
Wesley, Wesley Gamble wrote: > > Where is the best info. on using Tomcat interceptors with 3.2.x? > I've looked for quite a while, and can't find much documentation at > all on them. Should I just print whatever source I can find and try > and puzzle it together from that? > > I need to be abl

newbie 4.0 install errors

2001-09-20 Thread tom cat
Thanks in advance for any help. I'm trying out the new tomcat 4.0 release with mixed results. I have Apache 1.3.20 installed with mod_jk to send servlets/etc. to tomcat 3.2.3. I have apache shut down to make sure it isn't interfering with this tomcat 4.0 setup. Am I correct in understanding t

RE: JDBC Connection Pool Theory ??

2001-09-20 Thread Jon Shoberg
One of the issues would be someting that has been crossing the lists recently. Few people have posted that poolman is broken under TC4.0. I'll have to try it myself and see. However, I like to do my own plumbing :) Jon -Original Message- From: Vladimir Grishchenko [mailto:[EMAIL PROT

How to set servlet reloadable in Tomcat 4.0 ?

2001-09-20 Thread Kenny Ma
i am using tomcat 3.2 But seems tomcat 3.2 cannot reload Servlet.. Can anyone tell me how to config Tomcat 4.0/3.3 to make Servlet reloadable ? And, tomcat 3.2 / tomcat 4.0. Which is better ? Thanks /* Kenny Ma [EMAIL PROTECTED] */

Tomcat in production - Yozons e-signature and secure document delivery

2001-09-20 Thread David Wall
Some people have wondered about Tomcat in production environments. Rather than bore everyone on this list, I'll just include a link to a story that I wrote about my experiences creating a startup company based primarily on open source and/or free software. It may be of interest since we're in pr

Re: JDBC Connection Pool Theory ??

2001-09-20 Thread Vladimir Grishchenko
"Professional Java server programming " from WROX had a chapter about it, as far as I remember. I can't call it a "comprehensive study", but it had some meaningful explanations. What's wrong with poolman btw? IMHO it is as simple as it gets, your application doesn't even know it deals with pooled

Re: Authentication issue

2001-09-20 Thread Jonathan Eric Miller
Yes, you can do that. I don't recall the specific commands that you need to put in httpd.conf off hand though. Actually, the way that I did it, it wasn't protecting directories, it was protecting the URL pattern. Jon - Original Message - From: "Jaime Garcia" <[EMAIL PROTECTED]> To: <[EMA

JDBC Connection Pool Theory ??

2001-09-20 Thread Jon Shoberg
Can anyone suggest or point to readings on JDBC connection pool theory? Something that covers how a pool is implemented, best case / worst case scenarios, tips and traps. My next web application is looking to be very database (mysql) intensive. I would like a pooling mechanism th

Started Tomcat, why don't JSPs run...

2001-09-20 Thread teddiebear johnson
I downloaded the tomcat 4.0 binaries to my solaris 8 system... I set the CATALINA_HOME to /usr/jakarta-tomcat-4.0 and I set my JAVA_HOME to /usr/j2se... Should jsp be working, already configured??? Do I have to add some libraries... I noticed the class folders were empty... Is this a problem.

RE: SSL Connection problem through jsp

2001-09-20 Thread Rams
You have to register SSL driver which ssl package do u use? Rams -Original Message- From: Lomesh Contractor [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 3:25 PM To: [EMAIL PROTECTED] Subject: SSL Connection problem through jsp Hi , I am facing one very str

Can't build TC4 final without the optionals

2001-09-20 Thread TAKAHASHI Hideo(BSD-M1G)
Hi. I am trying to build TC4 final release on Win2K from the source. I want to build it *without* everything that is marked optional, Tyrex and JUnit stuff. I was able to build it that way up till RC2. Now ant ends with an error complaining the absence of the jars. I'm sure someone has ran into

Has anyone configured tomcat 4.0 with IIS???

2001-09-20 Thread Tia Haenni
I have installed the .exe version of tomcat 4.0. It went well, other than IIS and tomcat don't seem to be communicating. Tomcat is not listening on port 8007 as in older versions. I can only access tomcat by including port 8080 in the url, such as http://locvalhost:8080/examples Please PLEASE help

Re: tomcat 3.2.3 hangs, AIX 4.3.3 (jre 1.2.2 and 1.3.0)

2001-09-20 Thread simon colston
In bug #1006 it suggests: kill -3 *** The bug report also says that this command is for IBM JVM and Linux 6.2 (if I remember correctly) *** This gives a stack-trace dump of all the threads. Looking at that may give you a clue as to where and why the threads are hanging. On Thu, 20 Sep 200

Re: Jars in WEB-INF/lib and RMI stubs in WEB-INF/classes not found

2001-09-20 Thread Vladimir Grishchenko
Sounds like a beaten to death topic. Search TC archives for class loading. --V. PS: sorry for not being too helpful, but this question has been answered way too many times. - Original Message - From: "Joshua van Tonder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Septemb

Re: Jars in WEB-INF/lib and RMI stubs in WEB-INF/classes not found

2001-09-20 Thread Vladimir Grishchenko
Sounds like a beaten to death topic. Search TC archives for class loading. --V. PS: sorry for not being too helpful, but this question has been answered way too many times. - Original Message - From: "Joshua van Tonder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Septemb

Apache 1.3 + Tomcat 4.0 Connector

2001-09-20 Thread Haller, Joe
When will the Apache1.3 Tomcat 4.0 connector be available in binary? The Apache web site indicates this will be Sept 19. That was yesterday. Many thanks. J. Haller

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Craig R. McClanahan
On Thu, 20 Sep 2001, Jim Urban wrote: > Date: Thu, 20 Sep 2001 16:34:43 -0500 > From: Jim Urban <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Tomcat 4.0 Session Timeout > > Andy, > > > The session timeout is specified in minutes not seconds > > The com

Re: Tomcat + gcj + LinuxPPC ?

2001-09-20 Thread Anthony Green
Franck wrote: > 1) Is there a quickstart howto or any kind of documentation somewhere to > get me on the track ? No, not yet. There is a mailing list for questions (CC'd - [EMAIL PROTECTED], it's also archived on the web). I'll try to put something together in the next couple of days. > 2) Wou

Jars in WEB-INF/lib and RMI stubs in WEB-INF/classes not found

2001-09-20 Thread Joshua van Tonder
How does classloading work in tomcat 3.2.2? In deploying my application I am having problems getting classes loaded aren't on the system classpath. I changed the tomcat.bat so that the generated classpath doesn't doesn't include the system classpath and only includes things built by the batch fil

RE: tomcat 4 (final) quits without notice [2nd UPDATE]

2001-09-20 Thread pero
I forgot to say that other Java-Applications (I am using JAMES) are running and running and running and ... > -Original Message- > From: pero [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 20, 2001 11:45 PM > To: [EMAIL PROTECTED] > Subject: tomcat 4 (final) quits without notice

tomcat 4 (final) quits without notice [UPDATE]

2001-09-20 Thread pero
here's the first update on that: ibm's jvm doesn't work either... to make it clear: I do not say that this *MUST* be a tomcat-bug, but I would appreciate sharing any experience with that and I would be thankful for *any* suggestion (besides writing a script that restarts tomcat :-) pero > -O

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
Andy, > The session timeout is specified in minutes not seconds The comment in the sample web.xml I have reads as follows: This comment says seconds, is the sample web.xml wrong? Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECT

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread andrewdrobson
Hi, What's 300 x 60? ;-) The session timeout is specified in minutes not seconds i.e. you need 5 At least this is the way it worked in 3.2.x andrew On 20-Sep-2001 Jim Urban wrote: > I can, but this defeats the purpose of configuring Tomcat to set it for me. > Was this feature removed or

RE: Object Sharing

2001-09-20 Thread rajeshchandra . mikkilineni
Thanks Let me try that option.. Regards Raj -Original Message- From: Vladimir Grishchenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 12:58 PM To: [EMAIL PROTECTED] Subject: Re: Object Sharing Nope. It's sometimes usefult to read api documentation: There is one con

Fw: Tomcat4.0 and Poolman

2001-09-20 Thread Roy K. Mayr R.
Helpme please !!! When I put jmxri.jar (JAR file required for Poolman2.0.4) on CATALINA_HOME/lib directory, then tomcat die (crash!!) With previous tomcat versions (3.3b1, 3.2.3, 3.2.2 ) all is ok !! Any idea ?? Roy - Original Message - From: Roy K. Mayr R. <[EMAIL PROTECTED]> T

Re: Object Sharing

2001-09-20 Thread Vladimir Grishchenko
Nope. It's sometimes usefult to read api documentation: There is one context per "web application" per Java Virtual Machine. (A "web application" is a collection of servlets and content installed under a specific subset of the server's URL namespace such as /catalog and possibly installed via a

Can't convert * to Object. Object page = this;

2001-09-20 Thread Richard Diaz
(can someone please email me if this message makes it to the list serv? I don't think my 1st message made it. thanks) Hi I keep getting this error in TOMCAT. I have been developing with no problems, I installed Cold Fusion server and now none of my java classes compile in TOMCAT. I removed Cold

RE: Object Sharing

2001-09-20 Thread rajeshchandra . mikkilineni
If I set to context it will confined to single servlet right... -Original Message- From: Vladimir Grishchenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 12:13 PM To: [EMAIL PROTECTED] Subject: Re: Object Sharing ServletContext.setAttribute() ServletContext.getAtt

Fw: Tomcat security questions

2001-09-20 Thread Jonathan Eric Miller
For some reason this didn't seem to go through the first time... Jon - Original Message - From: "Jonathan Eric Miller" <[EMAIL PROTECTED]> To: "Tomcat User List" <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 10:11 PM Subject: Tomcat security questions > I'm wondering if anyon

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread John Dell
Jim, Perhaps you didn't get a response because noone who read your original message (including me) knew the answer. The fact that you got a workaround in about 24 hours from this mailing list despite your attitude is remarkable. You should be grateful... John -Original Message- From

Re: Object Sharing

2001-09-20 Thread Vladimir Grishchenko
ServletContext.setAttribute() ServletContext.getAttribute() right? --V. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 10:52 AM Subject: Object Sharing > > Hi > > I want to have single instance of x class to be referenced in

RE: Changing the Servlets Directory

2001-09-20 Thread Martin van den Bemt
You have to have the servlet.jar (or servlet classes) in your classpath when you compile.. Mvgr, Martin > -Original Message- > From: Ruben [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 20, 2001 9:02 PM > To: [EMAIL PROTECTED] > Subject: Re: Changing the Servlets Directory > > >

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
John, I would not have an attitude except for the fact that I starting asking this question yesterday afternoon and have not yet received an answer to my question (I did receive a work around). I understand that Tomcat is a free product no one is being paid to support it. I would go somewhere e

Re: Changing the Servlets Directory

2001-09-20 Thread Ruben
this is the error when i try to compile a servlet using javac -g servlet Compiling C:\java\c05\SimpleServlet.java Command line: "E:\jdk1.3\bin\javac.exe" -g "C:\java\c05\SimpleServlet.java" The current directory is: C:\java\c05 C:\java\c05\SimpleServlet.java:1: package javax.servlet does not exi

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Craig R. McClanahan
To get any problems like this onto the developer's plates, please file a bug report: http://nagoya.apache.org/bugzilla/ Things there get paid attention to much more regularly than things mentioned in mail messages. Craig On Thu, 20 Sep 2001, John Dell wrote: > Date: Thu, 20 Sep 2001 11:52:

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread John Dell
Jim, You ought to check your attitude at the door. This is an volunteer user support forum. Noone is being paid to help you solve your problems. If you can't be polite, go somewhere else. John -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20,

tomcat 4 (final) quits without notice

2001-09-20 Thread pero
Hi there, After months of developing with tomcat 4 (yes, I was there from the very first beta :-) I always considered tomcat to run in the production environment, too. While it is working fine on my staging-server (Suse Linux 7.2, Sun's 1.3.1 JDK) it stops after a random amount of time on my prod

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
Fine, its not a feature, it's part of the servlet spec. The problem is, I can't get it to work and no-one seems to be able to offer me any suggestions as to why its not working, or how to get it working. Jim -Original Message- From: Vladimir Grishchenko [mailto:[EMAIL PROTECTED]] Sent:

RE: Tomcat4.0 and Poolman

2001-09-20 Thread Roy K. Mayr R.
When I put jmxri.jar (JAR file required for Poolman2.0.4) on CATALINA_HOME/lib directory, then tomcat die !! With previous tomcat versions (3.3b1, 3.2.3, 3.2.2 ) all is ok !! Any idea ?? Roy - Original Message - From: Roy K. Mayr R. <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: Session expiring(?) on UNIX platform. Help!!!!...

2001-09-20 Thread Vladimir Grishchenko
Could it be that your browser is not set to accept cookies if you're using them for session tracking? --V. - Original Message - From: "Bala Nemani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 11:08 AM Subject: Session expiring(?) on UNIX platform. Help

Re: Tomcat 4.0 Session Timeout

2001-09-20 Thread Vladimir Grishchenko
It's not a TC feature, it's in servlet spec, and it was there at least since 2.1. --V. - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 10:34 AM Subject: RE: Tomcat 4.0 Session Timeout > I can, but this defeats the p

Session expiring(?) on UNIX platform. Help!!!!...

2001-09-20 Thread Bala Nemani
Hello All: We are working on an application which stores successful userid in a session and used for subsequent user requests. On NT platform the app runs fine. However on UNIX platform, the values stored in session are not found (or the session not found?). Every time a request comes from user i

Object Sharing

2001-09-20 Thread rajeshchandra . mikkilineni
Hi I want to have single instance of x class to be referenced in all the Servlets requests and applied singleton pattern. Right now one instance for servlet is created. How can use single instance of X class in all the servlets. Thanks Rajesh

Catalina mod_webapp path=""

2001-09-20 Thread Manri Offermann
Hi all, I am trying to find some informtation (without success :( ...) on how to do the equivalent of: mod_jk & Tomcat3.2 & Apache --- server.xml --- httpd.conf ServerName www.xyz.com DocumentRoot /home/me/www JkMount /*.jsp ajp1

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
I can, but this defeats the purpose of configuring Tomcat to set it for me. Was this feature removed or just moved in 4.0? Jim -Original Message- From: Vladimir Grishchenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 12:27 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.

Re: Tomcat 4.0 Session Timeout

2001-09-20 Thread Vladimir Grishchenko
Can you use HttpSession.setMaxInactiveInterval(int) method to set it at runtime? --V. - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: "Tomcat-User" <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 9:52 AM Subject: Tomcat 4.0 Session Timeout > > I've now asked thi

RE: TC3.3 Auto Config

2001-09-20 Thread Larry Isaacs
Hi David, Refer to the following online document for info on the ApacheConfig module: The attributes you are looking for is "forwardAll" and possibly "noRoot". The default behavior is forwardAll=true because that giv

Interceptors

2001-09-20 Thread Wesley Gamble
All, Where is the best info. on using Tomcat interceptors with 3.2.x? I've looked for quite a while, and can't find much documentation at all on them. Should I just print whatever source I can find and try and puzzle it together from that? I need to be able to modify the value of a cookie befor

Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
I've now asked this three times and have yet to receive a solution. I must get this resolved since the security requirements of my application require the user's session to automatically time out after 5 minutes of inactivity... How do I set the session time out for a context in Tomcat 4.0. Th

TC3.3 Auto Config

2001-09-20 Thread David Oxley
Hi all, This isn't an urgent problem as I can manually change mod_jk.conf. I am trying to get TC3.3 to auto configure itself (startup.bat -jkconf), but it configures mod_jk.conf for serving static content from TC3.3. I read that it was supposed to pick this up from web.xml. So: 1. Either my web.

RE: LoadLibrary Function

2001-09-20 Thread James, Stuart
try this ? LoadLibrary is an NT function that is used to load DLL's, check that your java path settings are included in the system path and not for the user. (control panel, System, Environment ) or any other differences between system/user. -Original Message- From: Dean Carugah [mailto:

ssl performance

2001-09-20 Thread Rams
Hi, lt is observed that while pumping more than 1 request per sec., jsse throws some exception like untrusted server cert chain, though the cert is available. lt works fine for 1 or 2 requests. lt clientAuthenticatiion is required,its unable to connect. l'm pumping req

Tomcat's non-polymorphic request handler.

2001-09-20 Thread Matt Larson
I'm having some difficulty with the polymorphic behavior of Tomcat's request handler. Consider the following: package RMS; import java.lang.Integer; public class TestPolyMorph { int i; String s; public void setNumberVar(String i) { this.i = Integer.parseInt

i´m in a muddle

2001-09-20 Thread Jaime Garcia
Hi, Can I use mod_jk.so to make that Apache 1.3 and Tomcat 4 work together?? Thanks

Re: how to make WEB-INF/lib take priority over TOMCAT_HOME/lib

2001-09-20 Thread Giuliano Carlini
I would suggest that you set up a separate dev environment for each of your developers. Each should run their own web server, including their own private TOMCAT_HOME. Ideally, they should be working on separate machines. The more your developers dev/test environments share stuff, the more trouble

Encoding Problem on Tomcat4.0

2001-09-20 Thread jacob
Can I change the default encoding "ISO-8859-1" to "BIG-5". Thanks, Jacob

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
Yes, many times. Jim -Original Message- From: Elm Gysel [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 10:14 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0 Session Timeout " I also ask the session its timeout value and it still says 18000 seconds." Thats weird tho, di

Tomcat4.0 and Poolman

2001-09-20 Thread Roy K. Mayr R.
Hi, After I install Tomcat 4.0 (migrating from tomcat 3.3b1), I can't install correctly Poolman (connection pooling...). Many required JAR files for Poolman I see on common directory of tomcat... Can I to use this JAR files ? Can I to use XML parser of Tomcat (JAXP/1.1 ) or I need necesary xerce

Re: Tomcat 4.0 Session Timeout

2001-09-20 Thread Elm Gysel
" I also ask the session its timeout value and it still says 18000 seconds." Thats weird tho, did you reboot Tomcat? Elm - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 4:55 PM Subject: RE: Tomcat 4.0 Session Timeout

RE: 4.0 RPMs: when

2001-09-20 Thread GOMEZ Henri
>I heard a lot of good things about 4.0. But there are no RPMs >released:( >Can anyone comment the situation with them (or just give URL:)? We still have problems with related jars, like jdbc2.0ext, jta, jmx, ldap which are copyrigthed by Sun and so couldn't be included in RPM

tomcat 3.2.3 hangs, AIX 4.3.3 (jre 1.2.2 and 1.3.0)

2001-09-20 Thread joseph . vallot
Hello... I have a problem which I can't resolve: tomcat "hangs" after some time (may be 3 minutes or 2 hours). I mean tomcat is running ("ps" shows it), but no answer is received to requests when tomcat hangs. Strangely, problem occurs only on _some_ of AIX 4.3.3 machines where I run tomcat. It

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
> How are you noticing that your session is still active? I let the browser sit for 10 minutes (timeout set to 5 minutes) and I click a button on my browser page which invokes one of my servlets. The servlet asks for the session and receives current session complete with all the values (user sett

RE: sun/tools/javac/Main not found while running Tomcat 4 as a service on Windows 2000

2001-09-20 Thread Beem Rickey L (Rick) CNIN
The Tomcat 4.0 install script, jakarta-tomcat-4.0-src\tomcat.nsi, references HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4\JavaHome to copy tools.jar to the "Apache Tomcat 4.0\common\lib" folder. If JavaHome doesn't point to the JDK but to the JRE as in my case tools.jar won't get

Get Friggin Verisign Working on Tomcat 4.0 Standalone How To - The Official Thread

2001-09-20 Thread Nick Torenvliet
Hi guys I''ve been searching through various sources like the list archives, responses(thanks) to my previous posts and I've got two things to offer. First the observation that a lot of us are struggling with getting third party services like verisign to work on tomcat standalone. Second I can

RE: Tomcat Servlet Directory

2001-09-20 Thread Hoggatt Matt - mahogg
With JServ, we are able to have multiple servlet directories mapped to Unix home directories( i.e.. /home/user1/servlets, /home/user2/servlets, . . . ). This is very convenient for development. That is why I want to change the servlets directory. -Matt -Original Message- From: Larry Isa

How can I compile mod_webapp.c???

2001-09-20 Thread Jaime Garcia
Hi, I´m trying Apache 2.x and Tomcat 4 work together. I find mod_webapp.c but i don't know how i can compile it. Anyone can help me please Thanks

LoadLibrary Function

2001-09-20 Thread Dean Carugah
Hi, I have come across the following error items in my application log. "-The LoadLibrary function failed for the following reason. The specified module could not be found. -Could not load the Java Virtual Machine." Subsequently it is impossible to initiate Jakarta as a service. I am not sure

Re: Tomcat 4.0 Session Timeout

2001-09-20 Thread Elm Gysel
If you have changed and restarted the server then it should work. How are you noticing that your session is still active? Elm - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 4:27 PM Subject: Tomcat 4.0 Session Timeo

RE: Tomcat Servlet Directory

2001-09-20 Thread Larry Isaacs
The answer would be that is isn't configurable. The Servlet 2.2 spec introduced the concept of a web application, which is an archive with a predefined internal structure that includes the "WEB-INF" directories. This web application archive is supposed to be universally deployable. It is up to

RE: Changing the Servlets Directory

2001-09-20 Thread Paul Foxton
hi, You need to post your error message. cheers, Paul > -Original Message- > From: Ruben [mailto:[EMAIL PROTECTED]] > Sent: 20 September 2001 15:17 > To: [EMAIL PROTECTED] > Subject: Re: Changing the Servlets Directory > > > Has Anybody know how to compile a servlet? > i tried with j

Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
I've asked this twice already and have yet to receive an answer. Someone running Tomcat 4.0 must know the answer to my question. I must get this resolved since the security requirements of my application require the user's session to automatically time out after 5 minutes of inactivity... How d

Re: Changing the Servlets Directory

2001-09-20 Thread Ruben
Has Anybody know how to compile a servlet? i tried with javac -g servlet name but i got an error. But not because of the code. I think i have to use another compiler or smt i'm not usging. i'm getting error trying to recompile servlets that are compiled and working(bookstore sample servlets). Thnk

4.0 RPMs: when

2001-09-20 Thread Sergey V. Udaltsov
Hi all I heard a lot of good things about 4.0. But there are no RPMs released:( Can anyone comment the situation with them (or just give URL:)? Regards, Sergey

RE: Tomcat Servlet Directory

2001-09-20 Thread Hoggatt Matt - mahogg
Are you saying that there is no way to change the preset servlet directory? -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 9:06 AM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat Servlet Directory Handling for WEB-INF/classes and WEB-INF/

RE: sun/tools/javac/Main not found while running Tomcat 4 as a service on Windows 2000

2001-09-20 Thread Beem Rickey L (Rick) CNIN
Sorry for the mix up. The work around is to copy \jdk1.4\lib\tools.jar to the Apache Tomcat 4.0\common\lib folder. -Original Message- From: Beem Rickey L (Rick) CNIN Sent: Thursday, September 20, 2001 9:10 AM To: '[EMAIL PROTECTED]' Subject: RE: sun/tools/javac/Main not found while runn

Re: Where is Mod_webapp?

2001-09-20 Thread Nikola Milutinovic
Kendal L. Montgomery wrote: > As far as I know, you have to download it through cvs. If you go to > jakarta.apache.org and look under CVS Repositories, there are > instructions... It should have been released yesterday (19.09), IIRC. No matter, it will be there soon enough. Nixie.

Re: Tomcat Spontaneously Restarting System

2001-09-20 Thread C. Schlegelmilch
No, nobody is doing any native method calls. I haven't taught them how to do that (and frankly don't know much about it - so there is no way they could have learned it). As for the shutdown, I'm pretty sure that it was a clean restart (although it was Gustavo on this group that pointed out that

RE: sun/tools/javac/Main not found while running Tomcat 4 as a service on Windows 2000

2001-09-20 Thread Beem Rickey L (Rick) CNIN
A work around that works is to copy \jdk1.4\lib\tools.jar to the Apache Tomcat 4.0\bin folder. Tomcat will then find tools.jar. Check in your registry. I had HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4\JavaHome set to C:\JavaSoft\JRE\1.4 for some reason. The JDK install did no

RE: Tomcat Servlet Directory

2001-09-20 Thread Larry Isaacs
Handling for WEB-INF/classes and WEB-INF/lib is mandated by the Servlet 2.2 and later specifications. If you want your servlets, or other classes, to be accessible *only* to that web application, then these are the only places available that do this. However, you may place servlets on your CLASS

Re: Tomcat Spontaneously Restarting System

2001-09-20 Thread C. Schlegelmilch
Hmm...interesting I'll try this and see what happens. As for the chipset and motherboard, I have no clue (I know its a PII), but by the shear fact its in a computer lab in a public institution, you have to wonder about its qualitiy. I still find it odd that turning off the personal firewall

Tomcat 4 and session persistance ...

2001-09-20 Thread David Cassidy
A little while ago I looked at the tomcat 4 docs and there was a howto on how to store the sessions and persistance failover etc etc link http://jakarta.apache.org/tomcat/tomcat-4.0-doc/JDBCStore-howto.html What happened to it ? Thanks David

jsp:useBean tag issue in 4.0

2001-09-20 Thread Saimon Moore
I solved my own problem (Re: Big problem migrating to Tomcat 4.0: generateEndComment()) after analysing the jsp source located in a jsp that was included in the page being called through <%@ include page="nameoffile.jsp" /> Once I changed it to the 'brief' form i.e. The exception was no lon

RE: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jim Urban
While this is a possible solution, its really a kluge. Tomcat has (or had) a means for configuring this externally through the web.xml file. Jim -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 7:59 AM To: [EMAIL PROTECTED] Subj

importing an existing certificate

2001-09-20 Thread mlamb
Hello all, I'm in the process of migrating an application from Lotus Domino to Tomcat 4.0. The new application will reside on the same server as the old application. We have recently renewed our certificate with Verisign; the original request was generated by Domino. I would like to use the sa

Re: Tomcat Spontaneously Restarting System

2001-09-20 Thread Gustavo Saramago
Windows 2000 restarts by default on system failure. You can change this option in System/Properties, Advanced tab and uncheck the fourth checkbox (Automatic Restart). Unchecking this option, you wil get the usual NT blue screen, that can give you more information about the problem. I had a mother

Tomcat Servlet Directory

2001-09-20 Thread Hoggatt Matt - mahogg
After I installed Tomcat 3.2.3, my servlet directory is C:\Program Files\Apache Group\jakarta-tomcat-3.2.3\webapps\examples\WEB-INF\classes. Now I want to change it to, or add the directory C:\public_html\myServlets. I've tried and tried and I cannot figure this out. How is this done? -Matt

Re: Tomcat Spontaneously Restarting System

2001-09-20 Thread Jonathan Eric Miller
I concur, sounds like a hardware or other problem. Jon - Original Message - From: "Matt Hudson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 6:56 AM Subject: Re: Tomcat Spontaneously Restarting System > I've had flaky hardware befo

Re: AW: Re: Help, My Tomcat always down everyday!

2001-09-20 Thread song yantao
>As long as you don't have used packages com.sun.* there should be >no difference between diffent vendors. > >If you try IBM's and Sun's JDK this is true to more than 99.99 >(as far as we know). What differs are the implementation bugs in the VM >or some implementation bugs in the libraries

AW: Re: Help, My Tomcat always down everyday!

2001-09-20 Thread Ralph Einfeldt
As long as you don't have used packages com.sun.* there should be no difference between diffent vendors. If you try IBM's and Sun's JDK this is true to more than 99.99 % (as far as we know). What differs are the implementation bugs in the VM or some implementation bugs in the libraries. We have

RE: Where is Mod_webapp?

2001-09-20 Thread Kendal L. Montgomery
As far as I know, you have to download it through cvs. If you go to jakarta.apache.org and look under CVS Repositories, there are instructions... Kendal L. Montgomery ...the comPuter Wizard... [EMAIL PROTECTED] _-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_ Click here for Qwest

Re: Tomcat 4.0 Session Timeout

2001-09-20 Thread Jonathan Eric Miller
I haven't tested this using the configuration files or not, so, I can't verify whether that's a problem or not, but, failing that, you can use HttpSession.setMaxInactiveInterval() from within your Web application. Actually, I should probably test this myself to make sure that it's still working OK

how to make WEB-INF/lib take priority over TOMCAT_HOME/lib

2001-09-20 Thread Stefan . Raschke
I don't know if the above can be done. We have a dev environement in which all developers should use the same libraries but should be able to "test" using the "local" lib directory. But The "global" lib overwrites all classes with the same name in the "local" lib. Could somebody shed light? Th

Re: Re: Help, My Tomcat always down everyday!

2001-09-20 Thread song yantao
>On Thu, 20 Sep 2001 17:53:42 +0800 >akilus <[EMAIL PROTECTED]> wrote: > Thanks for your help, I used JDK1.3.1 and JDK1.3.0, the two JDKs have the same problem. I will try JDK1.2.2 now, and see whether it have this problem or not. If JDK1.2.2 is the same for me, maybe the tomcat have some pr

Session expiring(?) on UNIX platform. Help!!!!

2001-09-20 Thread Bala Nemani
Hello All: We are working on an application which stores successful userid in a session and used for subsequent user requests. On NT platform the app runs fine. However on UNIX platform, the values stored in session are not found (or the session not found?). Every time a request comes from use

  1   2   >