RE: [ANNOUNCEMENT] Tomcat 3.3.1 Final Released

2002-03-28 Thread GOMEZ Henri
Second release of RPM uploaded to match update in source tarball. http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/rpms/ tomcat3-3.3.1-2.src.rpm tomcat3-3.3.1-2.noarch.rpm tomcat3-javadoc-3.3.1-2.noarch.rpm tomcat3-webapps-3.3.1-2.noarch.rpm also added latest IBM SDK 1.3.1 detecti

java.lang.NoClassDefFoundError

2002-03-28 Thread Korakaki Stella
I've placed my servlet in the directory : $CATALINA_HOME/webapps/ROOT/WEB-INF/classes/Login.class and I've written the following at the $CATALINA_HOME/webapps/ROOT/WEB-INF/web.xml : http://java.sun.com/dtd/web-app_2_3.dtd";> login Login

Re: Getting a JSP re-compiled from run-time (I don't mean reloadable=true)

2002-03-28 Thread Zsolt Koppany
Thank you Anthony, is that new in tomcat-4.x? As far as I remember in tomcat-3.2.x JSP files got recompiled only in case of reloadable=true. Zsolt On Tuesday 26 March 2002 20:39, you wrote: > If the JSP file is modified it will be recompiled. If you are actually > generating JSP files then w

Re: Reloading Web Applications without manager and without reloadable=true

2002-03-28 Thread Jean-Luc BEAUDET
Tarun Ramakrishna Elankath a écrit : > Thanks for replying . I'll look at the tomcat docs and source and see > whether there is a way of modifying tomcat to allow this functionality. > Or whether I can write a class to check for changes only after a certain > time period - say 3 or 4 minutes. > >

Problems with concurrent users accessing servlets on Apache1.3.22-Tomcat 4.0

2002-03-28 Thread Satish Mahankali
Hi, I have the following environment setup Apache 1.3.22, Tomcat 4.0, Connector:WARP, OS: Windows 2000 Our JSP's/Servlets work perfectly fine when a single user is accessing the same. For some reason when two or more users access our web site concurrently, we get wierd results where an

jndi resource question

2002-03-28 Thread Daryn Nakhuda
I have two different jndi resources I'm trying to setup in tomcat 4. The first is a javax.sql.Datasource, the second is a com.sun.forte4j.persistence.PersistenceManagerFactoryImpl. 1. The datasource works, but doesn't seem to be pooling. Any clues? what's with this tyrex i keep reading about.

SAXParseException on catalina.sh run

2002-03-28 Thread Daryn Nakhuda
I'm getting the following error when I run 'catalina.sh run'. It'll happen whether I say /path/to/catalina.sh or ./ or just catalina.sh. another user with nearly identical server.xml and web.xml doesn't get the error (the only differences between our files are port numbers and user names) Any

session from URL/Cookie

2002-03-28 Thread Michael
Hi! (tomcat 3.3.1) *** please help! *** my question (short version;-): client supports cookies and makes a request with session-encoded URL: request: http://myserver/testservlet;jsessionid=12121212 isRequestedSessionIdFromURL() is false isRequestedSessionIdFromCookie() is true and

Tomcat can't find my own .jar files

2002-03-28 Thread Korakaki Stella
Where shall I put my .jar file in order to be available to my servlet ? My servlet is placed at $CATALINA_HOME/webapps/ROOT/WEB-INF/classes/ and needs a cetain jar file. Please help me !!! Stella Korakaki Koutoudis Consulting -- To unsubscribe:

SV: Tomcat can't find my own .jar files

2002-03-28 Thread Klosa Uwe
You can put at $CATALINA_HOME/common/lib or $CATALINA_HOME/webapps/yourapplication/lib. Uwe -Ursprungligt meddelande- Från: Korakaki Stella [mailto:[EMAIL PROTECTED]] Skickat: den 28 mars 2002 11:27 Till: Tomcat Users List Ämne: Tomcat can't find my own .jar files Where shall I put my

Directory and jar configuration

2002-03-28 Thread Wigzell, Cathy
I'm using tc 4.0.2 and I'm having a few problems with the location of the required jar files. I'm currently using this structure: CATALINA_HOME common lib server lib But what I would like to do is: CATALINA_HOME jar-directory i.e. I would like to ha

Config. question about TC 3.3.1

2002-03-28 Thread Erwin Ambrosch
Hi, is it possible to have one TC 3.3.1 installation but running more than one TC 3.3.1 Server instance starting and stopping them independently. Thanks for any comment. Erwin -- To unsubscribe: For additional commands: Troubles with the

Re: sessions, security, and the RFCs

2002-03-28 Thread Nikola Milutinovic
> > The problem is, that if you keep the same session id after you switch to > > https it is possible that somebody steals your secure session. > > Yes, of course. (Sometimes I miss the obvious.) IMHO, HTTP session cannot do authentication. That is the job of SSL/TLS and client certificates. The

Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Korakaki Stella
When I'm trying to execute the following servlet from the web browser: - import com.sap.mw.jco.*; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class Login2 extends HttpServlet { JCO.Client

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Randy Layman
> -Original Message- > From: Korakaki Stella [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 7:39 AM > To: Tomcat Users List > Subject: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error > -HELP-ME-PLEASE > > > > java.lang.NoClassDefFoundError > at Login

Re: Is there a way to stop Tomcat 4.0.1 from writing whole JSP's as a single lines? The Cause of Javascript Problems

2002-03-28 Thread Terry J Fundak
Disregard my post... The problem was that I forgot to change the to UNIX when I moved to Mac OS X... Sorry about that... But also a reminder to other Mac OS X users... your files need to have UNIX when to transfer them to the OS X server directory... otherwise you will have difficulty with y

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Korakaki Stella
Thanx Randy but I've placed my jar file with the classes needed at $CATALINA_HOME/common/classes/jCO.jar . This is not enough ? Stella > > > > -Original Message- > > From: Korakaki Stella [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, March 28, 2002 7:39 AM > > To: Tomcat Users List >

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Korakaki Stella
Thanx Randy but I've placed my jar file with the classes needed at $CATALINA_HOME/common/lib/jCO.jar . This is not enough ? Stella > > > > -Original Message- > > From: Korakaki Stella [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, March 28, 2002 7:39 AM > > To: Tomcat Users List > > Su

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Randy Layman
A few questions to remove the obvious: 1. Have you restarted Tomcat after copying the jco.jar file? 2. Does the jco.jar file really have a file /com//jco.class? 3. Does Tomcat have permissions to read this file (more of an issue on Unix, but possible on wind

RE: Who use Tomcat as a stand-alone server in production environment ?

2002-03-28 Thread Anthony Eden
I was unable to get it working with my Thawte certificate (which works fine in Apache). After some research I determined that there is an issue with the JSSE from Sun which prevents certain certs from working. Has this changed recently? Personally I would much rather remove Apache from the chain

How to install tomcat on HP

2002-03-28 Thread Stephane JEAN BAPTISTE
Is there some specific things to do when we want install tomcat with apache on an HPUX 10.20 ? tks -- To unsubscribe: For additional commands: Troubles with the list:

Passing a Tomcat JNDI context to a jCrontab task

2002-03-28 Thread Steven Elliott
Apologies if this is too off topic. I am looking at using the jCrontab servlet to do some task scheduling most of which has to do with mailing reports generated from data in the application's database. Although I could do this using the Class.forName() paradigm I would like to use the same Datas

ot: filesystem-package/clases

2002-03-28 Thread Michael
Hi! I know, it's a little bit OT! but can anyone give me a hint how to create, rename, delete ... files and directories in java! thx michi -- To unsubscribe: For additional commands: Troubles with the list:

Re: Mod_jk v/s mod_webapp

2002-03-28 Thread Neil Streeter
Both provide the same type of functionality... mod_jk has some additional features that you can't get w/ mod_webapp -- namely load balencing... but there are others... if you ever think you may need that... also, one other annoying think I found w/ mod_webapp - was that you had to seperate your

RE: filesystem-package/clases

2002-03-28 Thread Vijay Kandy
Hi Heres a sample class. May not be the best but I guess sure gives an idea. File class has a lot of methods java doc would be of great help. import java.io.File; import java.io.IOException; public class FileSys { public static void main(String s[]) throws IOException {

Problem with 4.0.3 - NoClassDefFoundError

2002-03-28 Thread Ken Nordquist
I recently upgraded from Tomcat v4.0.1 to v4.0.3 and have the following error when starting Tomcat4. My system is a Linux RedHat v7.2. I have searched Google, Yahoo, etc... and have no clue what to do next. Any and all help will be greatly appreciated! Exception during startup processing jav

RE: Tomcat configuration question

2002-03-28 Thread Gurmeet
change the port to 80 from 8080 in server.xml; Gurmeet -Original Message- From: Rohit Agarwal [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 1:23 PM To: Tomcat Users List Subject: Re: Tomcat configuration question I have the same question, if somebody can help, that would

RE: Is there a way to stop Tomcat 4.0.1 from writing whole JSP's as a single lines? The Cause of Javascript Problems

2002-03-28 Thread Larry Isaacs
This is actually a bug where Jasper is eating the '\r' line terminators in violation of the spec. This will be fixed in the next build(s) of Tomcat 4.x. Cheers, Larry > -Original Message- > From: Terry J Fundak [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 7:53 AM > To: T

Tomcat & eMatrix (MatrixOne)

2002-03-28 Thread Andy McVicker
Hi All Just wondering if anyone out there is using Tomcat to run eMatrix (from MatrixOne) web applications or creating you're own eMatrix apps. Regards, Andy -- To unsubscribe: For additional commands: Troubles with the list:

JSP question

2002-03-28 Thread Michael Molloy
I'm working on a web application that will be used by about 150 people concurrently. One of the requirements is to show text field hints in the status bar whenever the mouse passes over a text field. All of the hints are stored in the database. I need to write a class that will be available at

Re: Question on reloading web-applications.

2002-03-28 Thread Dan K.
Hi, IMHO, you wouldn't want to set the reloadable parameter to true in a production environment as it needlessly adds processing overhead to check if things have changed. And at least for me, I've noticed in setting it to true, after 10-15 reloads of a webapp tomcat would hang on subsequent req

Re: multiple users using tomcat

2002-03-28 Thread Jeff Larsen
What is the nature of the instruction? Are you teaching the students how to install and configure tomcat or are they just going to be creating webapps for tomcat? If they are going to be configuring tomcat, then each student should have his own tomcat installation directory, and (assuming they ar

Problems statring Tomcat 4.03 using J2EE 1.3.1 / SDK 1.4

2002-03-28 Thread tc
I am unable to start Tomcat 4.03 when I am using SDK 1.4 and I have the j2ee.jar in the classpath (J2EE 1.3.1) I don't understand why it is conflicting. When I take the j2ee.jar out of the classpath it's fine. I need the file for mail, I guess I can use the mail.jar and activation.jar for now.

Re: SAXParseException on catalina.sh run

2002-03-28 Thread Jeff Larsen
The XML parser in Tomcat 4.0.3 requires STRICT adherence to XML standards. I struggled for a while myself before I discovered that XML sub-elements must appear in the SAME ORDER as they are listed in the DTD. That was news to me, because I had never seen a parser that required it. So... make su

Re: session from URL/Cookie

2002-03-28 Thread Jeff Larsen
I'm not entirely sure I understand your problem, but I'll take a stab at it anyway Typically, you don't need to worry about where the sessionid comes from. Anywhere you send a redirect or put a link in a JSP or servlet generated html, you should ALWAYS use HttpServletResponse.encodeURL() or H

RE: Reloading Web Applications without manager and without reload able=true

2002-03-28 Thread Cox, Charlie
so let me get this right, you can not use manager app, but you can make any changes to tomcat that you want? :) > -Original Message- > From: Tarun Ramakrishna Elankath [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 1:10 AM > To: Tomcat Users List > Subject: Re: Reloading Web

Apache-Tomcat question

2002-03-28 Thread Paul Sanwald
hey everyone, I'm working on integrating Tomcat v3.3a with Apache v1.3.23 on RedHat 7 and running into some problems I haven't had in the past. On this machine, I have successfully built mod_jk and and generated the mod_jk.conf. also I have edited the workers.properties file to use my system pa

RE: Config. question about TC 3.3.1

2002-03-28 Thread Larry Isaacs
Still on my todo list is to include this in the documentation. You can use multiple server.xml files, one for each instance of Tomcat 3.3.x you want to run. Each instance would need the following to be unique: 1. Port numbers Ensure port numbers for all enabled connectors are unique. Disa

RE: How to do filter after Servlet?

2002-03-28 Thread Cox, Charlie
the doChain() in a filter is what calls the next filter or serlvet in the chain, so if you want your code to process the servlet's result, then you need to call doChain() first, then put your code there. you will need a custom HttpServletResponse object if you want to view any part of the respons

TC Performance Testing

2002-03-28 Thread Dahnke, Eric
Performance Testing: Test Machine: TC4.0, JDK1.3.1_01, RH7.1, 700MHZ, 256M Page being served = Hello World index.html concurrent users: 10 requests/sec: 39 test duration : 5 mins result code 200 (pages served) : 11690 result code NA (failur

Re: JSP question

2002-03-28 Thread Jeff Larsen
Assuming you have a controller servlet that could load the hint text from the database, why not have a static hashtable in your servlet code that is initialized with the values from the database in the init() method. Then as each session is initialized, you could put a reference to the hashtable i

Re: TC Performance Testing

2002-03-28 Thread todd tredeau
I'd like to run your test on my platform... and share the info.. i think performance is a "tweak" issue, but often one of the minor details often under addressed... mail me the test if you want.. todd http://www.wiserlabz.com collaborative effort to promote Novell and Open Source solutions Dah

Re: TC Performance Testing

2002-03-28 Thread Remy Maucherat
> Performance Testing: > > Test Machine: TC4.0, JDK1.3.1_01, RH7.1, 700MHZ, 256M > Page being served = Hello World index.html > > concurrent users : 10 > requests/sec : 39 > test duration : 5 mins > result code 200 (pages served) : 11690 > result code NA (failures) : 0 > > concurrent users : 100 >

Re: ANYONE HAVE MOD_JK?

2002-03-28 Thread Sanjay Bahal
I need one too for NT. Thanks a lot, Sanjay --- Neil Streeter <[EMAIL PROTECTED]> wrote: > I have installed all binary packages Tomcat > 4.0.3... apache 1.3.24 on > windows 2000 > > is there a binary version of mod_jk available that > fits this setup? I > couldn't find it... if you have one

Re: Tomcat 4 NT Service

2002-03-28 Thread Sanjay Bahal
I am looking for it too? Thanks, Sanjay --- Karthik Gopal <[EMAIL PROTECTED]> wrote: > Hi , > Where can I find the jk_nt_service.exe for Tomcat 4? > > Or can I reuse any older version of this exe. > > Thankx > Karthik > > -- > To unsubscribe: > > For additional comm

manager/remove functionality

2002-03-28 Thread Michael Teter
Hello. I'm just beginning to use the manager app to deploy my app instead of dropping a myapp.war file into the webapps dir, deleting the webapps/myapp directory and myapp.war file, stopping Tomcat, and retarting Tomcat. The stopping and restarting of Tomcat was a real drag. So now I do manager

RE: TC Performance Testing

2002-03-28 Thread Dahnke, Eric
> I have tested Apache 1.3.x and IIS serving static pages using these > parameters and both display about 2x the performance. (twice as many pages > served in the same amount of time and half as many errors). IS THERE > ANYTHING I CAN DO TO INCREASE TC PERFORMANCE. (ie. MinSpareServers 5, > MaxSp

Re: Tomcat Class.forName.

2002-03-28 Thread Jean-pierre Cartal
Check that the class where you're trying to instanciate the one located under WEB-INF/classes is not is common/lib or common/classes. Darién Martínez Torres wrote: >Hi everybody, I get a ClassNotFoundException when I try to load a class dynamically >and it is not in Tomcats riguired libraries

JAAS-STYLE AUTHORIZATION

2002-03-28 Thread Williams Mark L DLPC
Is it known whether or not Tomcat 4.0.1 will handle Principal-based permissions in the catalina.policy file? I have been working to get the Authentication and Authorization services to work and have no problem with the Authentication but I can't get Authorization to work. I've isolated the first s

Re: java.lang.NoClassDefFoundError

2002-03-28 Thread Jean-pierre Cartal
I had a similar problem a few days ago when one of my class located under common/lib was implementing an interface defined in a jar located under WEB-INF/lib, this gives a java.lang.NoClassDefFoundError since the common/lib classloader can't access the jar located under WEB-INF/lib to check th

RE: java.lang.NoClassDefFoundError

2002-03-28 Thread Brown, Keith
Try using the following in your web.xml file. I added the servlet-mapping tags. login Login login /login -Original Message- From: Jean-pierre Cartal [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 12:33 PM To: Tomcat Users

AJP connector not getting/passing authentication requests still.

2002-03-28 Thread Robert Priest
The issue with the AJP Connector not getting the Authentication requests from isapi_redirect.dll and passing them on is still alive. (see: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5647) Is AJP the only connector I can use with the isapi_redirector.dll, or can I use one of the others? If

RE: AJP connector not getting/passing authentication requests still.

2002-03-28 Thread Robert Priest
BTW - I am configuring Tomcat 4.0.3 with IIS 5.0 -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 12:45 PM To: '[EMAIL PROTECTED]' Subject: AJP connector not getting/passing authentication requests still. The issue with the AJP Connector n

Re: Tomcat Class.forName.

2002-03-28 Thread Darién Martínez Torres
No, the class the class was only in WEB-INF/classes. Furthermore, I couldn't any class outside the package of the servlet that load the class. I put a breackpoint in th Class.forName() line and try to load some other class. The same results. The only way I dont get an exception was putting my pack

Apache/Tomcat server-status Question

2002-03-28 Thread John Moore
I have asked this question three times in the apache-users forum and not heard a response. I know this is a problem related more to Apache than Tomcat but I'm hoping someone who is running a similar configuration can help. I have a Sun Netra X1 Solaris 8 running Apache 1.3.22 w/ mod_ssl, mod_re

Re: Who use Tomcat as a stand-alone server in production environment ?

2002-03-28 Thread Taavi Tiirik
Anthony, Where can I read more about this issue? I have used self-issued certificate so far and have not encountered any problems. Now that you say there are issues... it may be more reasonable to let apache do the https part. Anybody else experiencing problems with Tomcat and Thawte certificate

RE: TC Performance Testing

2002-03-28 Thread Jeremy Joslin
> -Original Message- > From: Dahnke, Eric [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 9:14 AM > To: 'Tomcat Users List' > Subject: RE: TC Performance Testing > > > > I have tested Apache 1.3.x and IIS serving static pages using these > > parameters and both display abou

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Chapman, Carl
So it executed the Servlet Login2 as evidence in the stacktrace > root cause > > java.lang.NoClassDefFoundError > at Login2.doGet(Login2.java:51) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:740) ... and it got all the way to line 51. It looks like the

RE: Who use Tomcat as a stand-alone server in production environment ?

2002-03-28 Thread Anthony Eden
Here is my posting to the Java Developer Forum for JSSE which never received a response: http://forum.java.sun.com/thread.jsp?forum=2&thread=200414 In this I mention the JSSE FAQ which is here: http://java.sun.com/products/jsse/FAQ.html Check the last entry where it says: Runtime Exception: N

Re: Config. question about TC 3.3.1

2002-03-28 Thread Erwin Ambrosch
Hy Larry, many thank's. It works. Just one note. I've to specify the ajpidFile attribute for all TC 3.3.1 instances. The file may not be created in the conf directory, because it is deleted when a new instance is started. Erwin Am Donnerstag, 28. März 2002 16:42 schrieben Sie: > Still on my t

Tomcat's threads... please help

2002-03-28 Thread Vincent Lambert
I am using Tomcat 4.0.3 with j2sdk1.4.0 behind apache 1.3 with an warp connector (Sun Cobalt Raq4 kernel 2.2.16). ... There is 10 hosts declared with this connector. Each one is declared in httpd.conf within a virtualho

Re: Reloading Web Applications without manager and without reloadable=true

2002-03-28 Thread Jeff Larsen
I'm not 100% sure about this, but I'm sure someone will correct me if I'm wrong Isn't the manager app limited to apps within the same virtual host? So have your sysadmin create a tomcat virtual host just for your web app. Install the manager app in your virtual host under a unique context n

Dumb question about Tomcat & SSI

2002-03-28 Thread Anne & Larry Brunelle
Have been hassling about with Tomcat 4.0.2 (on RedHat 7.2) to try to get it to do SSI. If I follow the instructions by o renaming the .renametojar file to .jar and o uncommenting the servlet mappings in the web.xml file, and then shutting down and restarting, Tomcat ceases even to deliver

Re: SAXParseException on catalina.sh run

2002-03-28 Thread Daryn Nakhuda
The odd thing is that another tomcat server running on the same box with a virtually identical (except port numbers and user names) web.xml file doesn't complain at all. That's why I was wondering if it was something in my environment screwing it up? my first six lines (exactly):

Connecting Apache 1.3.23 and Tomcat 4.0.3 via WARP

2002-03-28 Thread Thomas Gideon
I grabbed the binary for mod_webapp from the Tomcat 4.0 download directories, for Linux 2.2 but cannot get it to work. I am running Debian Woody, with the testing package for Apache 1.3.23. I have been running this version of Apache successfull with Tomcat 3.x via mod_jk for some time, using the

Unable to install tomact distribution on HP - Please help

2002-03-28 Thread Kairam, Raj
I downloaded the 'jakarta-tomcat-4.0.3.tar.gz' from 'jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/' website. On a unix box running HP-UX 11, as root, I uncompressed it in /tmp directory. To install it, I ran root@:/opt> tar -xvf /tmp/jakarta-tomcat-4.0.3.tar . After a while

Re: Tomcat configuration question

2002-03-28 Thread Ibrahim Beyazit
Mine was already 8080 when installed. I still have to put 8080 on URL. (www.company.com:8080) to get to the home page. How can I configure it so I don't need to put that 8080 on the URL. Maybe this one is clearer. Thanks. - Original Message - From: Dominic Parry <[EMAIL PROTECTED]> To: T

RE: Connecting Apache 1.3.23 and Tomcat 4.0.3 via WARP

2002-03-28 Thread Swart, James (Jim) %
Mine did the same damn thing. I ended up using the proxy connector on port 8181 and proxying my virtual hosts to tomcat. Love to hear the solution. J a m e s B. S w a r t -Original Message- From: Thomas Gideon [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 1:08 PM To:

Error in tomcat 4.0.3

2002-03-28 Thread Rich Baldwin
Thought I'd test tomcat 4.0.3 w/ my servlets. Note: these same routines are running w/o any problems in tomcat 4.0.1. I get the following error in 4.0.3... Any ideas. Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error ---

RE: Tomcat configuration question

2002-03-28 Thread Ganey, Todd
Dominic did tell you how to do this. To quote from him "find the following section in server.xml and change the port:" where he means the port number in the text " to ->" as you will notice the number associated with the port is "8080" so he tells you to change it to " " where you will noti

Re: manager/remove functionality

2002-03-28 Thread Jeff Larsen
I'm having the same problem with unpacking updated war files when the directory already exists. Anyone out there know what's up? Jeff - Original Message - From: "Michael Teter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 11:03 AM Subject: manager/remove fu

Extending Valve

2002-03-28 Thread Ian Huynh
Hi Not sure if this is the right forum but hopefully someone may have an idea. I need to extend (tweak) a few behaviors in org.apache.catalina.valves.CertificatesValve without having to recompile TC. Is there a way to configure TC to use a custom CertificateValve? Thanks. -- To unsubscribe

Tomcat 3.3a and mod_jk on AIX 4.3.3 built OK, but not sending requests

2002-03-28 Thread Jay Balunas
The mod_jk has been built successfully, and everything starts but mod_jk does not seem to be sending requests through. This exact same configuration and mod_jk.conf files work on Solaris, and HP, with no problems. Pages served directly through Apache work fine, as well as pages served directly t

Re: manager/remove functionality

2002-03-28 Thread todd tredeau
This has NEVER worked for me, I don't think it will if the directory exists... todd http://www.wiserlabz.com collaborative effort to promote Novell and Open Source solutions Jeff Larsen wrote: >I'm having the same problem with unpacking updated >war files when the directory already exists. > >

Re: manager/remove functionality

2002-03-28 Thread Jeff Larsen
I've just looked at the source code and indeed, it just quits if the directory already exists. If I can come up with a modification that works, I'll post the code. Has anyone asked the tomcat-developer list why it behaves like this? What good is automatic unpacking of wars if it won't re-unpack

Re: manager/remove functionality

2002-03-28 Thread todd tredeau
this is just a guess, but I would imagine in the typicall Production environment, the overhead required would be pretty intensive, also the mess that was made in the wrong hands. I believe that with the manager context in 4.04 and up, (both 4.04 and 4.1) have their own problems... you can forc

Re: Tomcat 4 NT Service

2002-03-28 Thread Sanjay Bahal
Thanks Jacob. I will try it out. Sanjay --- Jacob Kjome <[EMAIL PROTECTED]> wrote: > Hello, > > I saw you both asking how to run Tomcat 4 as an NT > Service on the > Tomcat User list. I was looking at the archives. > I'm not subscribed > to the list, which is why I am sending this directly > to

Installing Tomcat 3.3.1 as a service

2002-03-28 Thread MERRITT, TONY (SBCSI)
I just installed Tomcat 3.3.1 and wanted to run it as a service on Windows 2000. I followed the instructions in the Tomcat documentation, adding the wrapper.tomcat_home and wrapper.java_home values, but was unable to start the service using either jk_nt_service.exe or the "net start" command. Th

Re: Connecting Apache 1.3.23 and Tomcat 4.0.3 via WARP

2002-03-28 Thread Charlie Toohey
I've had better luck with the mod_webapp.so binary from Tomcat 4.0.1 than the one from Tomcat 4.0.2. I've used it successfully with Tomcat 4.0.1, 4.0.2 and 4.0.3. available at: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.1/bin/linux/i386/ Also, in my environment I've noti

RE: How to do filter after Servlet?

2002-03-28 Thread Alvin Wang
Charlie, do you mean to call doChain() in servlet? I am not sure if I understand you. "your code" means my filter code? "put your code there" means where? "you need to call doChain() first", from where? Servlet? Sorry for my confusion. Thanks! -Original Message- From: Cox, Charlie [ma

Tomcat crashing on Tru64 UNIX 4.0F

2002-03-28 Thread vijayasekar . rajsekar
I am running Tomcat 3.3 on Tru64 UNIX 4.0F (ES40 dual CPU, 1.5 GB Memory). Tomcat crashed when 7 users were logged in - any suggestions/ clues ? segmentation violation at 0x3ff815fd1c4 r00 = 0x0001 r16 = 0x00a0 r01 = 0x0020 r17 = 0x0

Re: Tomcat configuration question

2002-03-28 Thread yilmaz
Merhaba Ibrahim, By default HTTP runs on port 80, so if you set port number for tomcat to 80, you won't need to add port number to the URL. The browser will automatically assume it's port number 80. Hope it helps Regards :) - Original Message - From: "Ibrahim Beyazit" <[EMAIL PROTECTED]> T

RE: Tomcat crashing on Tru64 UNIX 4.0F

2002-03-28 Thread Hawkins, Keith (Keith)
Looks like it is a call to a servlet you wrote since it has com/abb in the path and your email ends in abb.com. Is there any funky code in your servlet at the point of the error. Can you test with a dummy servlet that only pretends to do what your real servlet does? -Original Message-

Re: Tomcat can't find my own .jar files

2002-03-28 Thread Galbayar
$CATALINA_HOME/common/lib - Original Message - From: "Korakaki Stella" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 18:27 Subject: Tomcat can't find my own .jar files > Where shall I put my .jar file in order to be available to my servle

Re: Reloading Web Applications without manager and without reload able=true

2002-03-28 Thread Tarun Ramakrishna Elankath
No, I mean making some web app that could allow users to reload their web application themselves(without being able to affect other users web-app's) and then asking my system administrator to put that program up. I do think its possible. It just replicates the functionality of the manager web

Re: Reloading Web Applications without manager and without reload able=true

2002-03-28 Thread Tarun Ramakrishna Elankath
My initial idea was to make a class which does the reloading, but I realized that convincing my admin to use that class would be tough :-) So I reverted to a custom web-application which he could verify and put up for everodybody's benefit. Tarun Tarun Ramakrishna Elankath wrote: > > No, I m

Re: Tomcat crashing on Tru64 UNIX 4.0F

2002-03-28 Thread Nikola Milutinovic
> I am running Tomcat 3.3 on Tru64 UNIX 4.0F (ES40 dual CPU, 1.5 GB Memory). > Tomcat crashed when 7 users were logged in - any suggestions/ clues ? Maybe it has nothing to do with it, but in my expirience, Tru64 v4.0F is a very shitty version. A much more stable one is 4.0D. There is nothing

Re: Tomcat Class.forName.

2002-03-28 Thread Jean-pierre Cartal
That's strange, I'm currently using version 4.0.4b1 and I don't have this kind of problem, though I'm using different packages inside my webapp and I'm dynamically loading classes located under WEB-INF/classes... Regards. Darién Martínez Torres wrote: >No, the class the class was only in WEB-

RE: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error -HELP-ME-PLEASE

2002-03-28 Thread Korakaki Stella
Thanx Carl, I've placed jCO.jar at $CATALINA_HOME/common/lib/ it didn't work. I've tried to extract it and placed the classes at $CATALINA_HOME/common/classes/ and didn't work either. Also, I tried $JAVA_HOME/jre/lib/ext/jCO.jar and all other possible paths but tomcat seemed that could not find