Re: JDBCRealm and Oracle Not working

2002-05-22 Thread Umberto Nicoletti
Chad Perry wrote: Thanks for the reply. NOTE: You would think that the JDBCRealm would only need the Oracle driver in the ~/lib dir? I am using postgres, by the way, but putting the driver in common/lib solved my problem (and lib should work too). Also, I would wish the Java

RE: Conncurency issue with tomcat???

2002-05-22 Thread Ghorpade, Rajendra
Hi dan, My jvm was is 1.3.1. I got this problem when I increased the number of concurrent users from 60 to 90. I had tested the same application (test) with Resin(another servlet engine) for 90 users still I got the same problem.For 6o concurrent users test ran fine for both Tomcat and Resin.

Re: strange shut down problem

2002-05-22 Thread Mats Nyberg
i have the same problem (found out yesterday). it might be specific to/when running with IBM JDK (don't know). what i did so far was [tim-mn@spiderman src]$ ps -efd|grep tomcat.home find the %JAVA_HOME%/bin/java -Dtomcat.home ... process with PPID = 1 (the mother of devil's spawn) and

Re: strange shut down problem

2002-05-22 Thread Mats Nyberg
and a guru told me to [tim-mn@spiderman src]$ ps -Af|awk '{ if ($3 == 1) { print ; } }' |grep $JAVA_HOME|awk '{ print $2}' you probably could backtick the whole line and issue kill on it, provided you don't have any conflicting java stuff going on that gets killed in the process. Mats

tomcat 4.0 + apache 1.3 + mod_ssl

2002-05-22 Thread Johnny
Hi all, Does anyone of you has the detail documentation or experience in integration of Tomcat 4.0 with Apache 1.3 and mod_ssl? I just found the brief note in working with mod_jk at http://jakarta.apache.org, but I still facing the problem to build the mod_jk(EAPI) in my Redhat 7.2 machine.

JSP and Javabeans

2002-05-22 Thread juan jose amador
Hi everybody. I continue having problems with my jsp running with javabeans. I use Tmcat 4.0.3 with j2sdk1.4.0 following your instructions I have done this: . I think my structure of folders is correct: webapps: here I put my files .jsp web-inf classes

Re: Tomcat on Windows2000 as a service

2002-05-22 Thread Mohammed Omar
Where I write that : %CATALINA_HOME%\bin\tomcat.exe -install ApacheTomcat %JAVA_HOME%\jre\bin\classic\jvm.dll -Djava.class.path=%CATALINA_HOME%\bin\bootstrap.jar;%JAVA_HOME%\lib\tools. j ar -Dcatalina.home=%CATALINA_HOME% -Xrs -start org.apache.catalina.startup.Bootstrap -params start -stop

Re: Doubts on SSL configuration.???

2002-05-22 Thread Rajesh Harikrishnan
Hi Mike, Thanks for the reply on this issue, i have no problem configuring SSL with apache to run on my Windows NT4.0. The problem for which i am looking for some help is as follows: My two main problems are: 1) But how do i redirect few options of my application to work on Https and others

Re: Enabling SSL in tomcat

2002-05-22 Thread Rajesh Harikrishnan
Hi Ajay, I also faced similar problem when tried to configure SSL on tomcat, then tried what 'J' told, but due to Java's security permission for file reading in local device's tomcat was possing a different 'IO Exception error'. I finally had it running after a work around, that is. I

RE: Tomcat on Windows2000 as a service

2002-05-22 Thread John Niven
-Original Message- From: Mohammed Omar [mailto:[EMAIL PROTECTED]] Sent: 22 May 2002 10:15 To: Tomcat Users List Subject: Re: Tomcat on Windows2000 as a service Where I write that : %CATALINA_HOME%\bin\tomcat.exe -install ApacheTomcat %JAVA_HOME%\jre\bin\classic\jvm.dll

Re: tomcat 4.0 + apache 1.3 + mod_ssl

2002-05-22 Thread @Basebeans.com
Subject: Re: tomcat 4.0 + apache 1.3 + mod_ssl From: Bruno V [EMAIL PROTECTED] === Here are some SSL explanations http://www.codesta.com/knowledge/technical/tomcat_warp_apache/page_01.jsp and in http://www.galatea.com/flashguides/ too I will try to keep it up to date on

Information about server landscape , storage capacity etc.

2002-05-22 Thread Soniya Satbhai
Hello, I need some information about Tomcat 4.0 on :- Server landscape , Storage capacity , Availability and Backup and Archival Thanks, Soniya -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Error: Connection reset by peer: socket write error

2002-05-22 Thread PierreBESSON
Hello, everybody I know that everybody love Error message ... but maybe someone can help me. I have this error on my tomcat window 2002-05-22 11:36:05 - Ctx(/jetspeed) : IOException in R( /jetspeed + /images/btn_persoHTML_allume.gif + null) - java.net.SocketException:

Re: reloadable=true just not working. Any ideas gentlefolk?

2002-05-22 Thread Louis Voo
I also have the same problem, I set reloadable=true, when I change something in my servlet, it never use the new one, everytime I still have to restart the tomcat. Louis - Original Message - From: Jason Koeninger [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday,

Re: Tomcat on Windows2000 as a service

2002-05-22 Thread Mohammed Omar
I made that and the service exist now and i can stop and start it , but i see that the stop and restart of the service has no effect on Tomcat , wen i call a servlet from IIS , it does not run untill I startup tomcat from its startup command in the bin directory whether the service started in

Re: Custom Authentification

2002-05-22 Thread @Basebeans.com
Subject: Re: Custom Authentification From: Adam Skobodzinski [EMAIL PROTECTED] === Hello Eric, I am not sure which classes that you looked at were final, but here is an excerpt from latest Tomcat (4.0.3b) changelog: - Catalina New Features: - [B1]

RE: Tomcat on Windows2000 as a service

2002-05-22 Thread John Niven
-Original Message- From: Mohammed Omar [mailto:[EMAIL PROTECTED]] Sent: 22 May 2002 12:44 To: Tomcat Users List Subject: Re: Tomcat on Windows2000 as a service I made that and the service exist now and i can stop and start it , but i see that the stop and restart of the

FW: strange shut down problem

2002-05-22 Thread Christian, Andrew P (Andrew)
Cindy, I had a similar problem with shutting down tomcat. I was running 4.0.3 on an HPUX system with the 1.3 JDK. I updated to the 1.3.1 JDK and the problem seemed to clear up. Andy Christian Avaya Inc. -Original Message- From: Cindy Ballreich [mailto:[EMAIL PROTECTED]]

RE: Enabling SSL in tomcat

2002-05-22 Thread Rutledge, Aaron
Hello, I keep seeing the topic of SSL configuration come up, but I have yet heard anyone with a simmilar problem as mine. I am surprised this can be so problematic since it seems so straight forward. I tried using Joaquin's example and got the same exception... StandardWrapperValve[jsp]:

Virtual Host appBase

2002-05-22 Thread Joe Schiavone
Im using JBoss+Tomcat v4.03 implementing virtual hosts. I want to make appBase so that each Virtual host has its own index.html. DNS is Working fine, the domains will succesfully resolve,,, so there's no problem there. No matter what I set appBase to, the default always appears in browser,

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
Nobody responded to this in a few days, so I'll try again this morning... Hello, We have recently noticed a very strange error when running tomcat 3.2.4 on localhost. If a button in the application pops up a new window, then the user closes that window to return to the original screen, the

JavaX Location

2002-05-22 Thread Kinley, Ed
When we try to access a .jsp page from a browser, the page/compiler can't resolve the import of the java.servlet, etc. Can someone tell me where the javax directory should be located in order to compile .jsp when placing the .jsp page in a directory below webapps? Ed -- To unsubscribe, e-mail:

problem with mime-type application/csv

2002-05-22 Thread Ueli Staempfli
I would like to return a stream through my application an save it as a CSV-File. I tried adding mime-mapping extension csv /extension mime-type application/csv /mime-type /mime-mapping to my web.xml file in the conf directory of Tomcat(3.2.3) and it didn't work. The mime-type is

RE: problem with mime-type application/csv

2002-05-22 Thread Keith Wannamaker
You can't force a save-as because IE ignores the content-type header in many cases. If you search the MSKB you will see various articles about this. All Tomcat can do is set the content type on the response, you might want to verify this is happening. Keith | -Original Message- |

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Rutledge, Aaron
What do you mean the session times out? Are you testing for session variables and the session expires after this page loads on localhost, but not from another browser on another machine? Or, does your page never load? I assume the page loaded in the new window is a JSP or Servlet generated.

Re: Control user access to directories in J-T ver 3.3 on unix?

2002-05-22 Thread Paul Kofon
Hi, I usually use custom user access control (nothing really fancy) since my passwords are hashed and stored in a database. I never investigated if Tomcat could give me the level of control I often need. If you chose to go the same way (i.e. create your own custom solution), then you could

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
The popup window only displays and html page. There is no processing done when the window is closed. Actually, the only thing tomcat does is serve one html page and the associated images. For some reason, this seems to create a new session. When I say that the session times out, a check

RE: Servlet/Jsp

2002-05-22 Thread Greg Trasuk
Looks like you're asking the JSP to look for the bean in the session rather than the request. Try changing jsp:useBean id=bean class=MyBean scope=session/ to: jsp:useBean id=bean class=MyBean scope=request/ Cheers, Greg Trasuk, President StratusCom Manufacturing Systems Inc.

reloading with ant

2002-05-22 Thread Marc Logemann
Hi, i just wanna ask if the following scenario is the best for re-deploying WARs: I am doing my build task with ant and transfer the WAR file of my application into the webapps folder of tomcat. Then i do a GET task with ant in order to re-deploy it, exacltly i would do a MANAGER REMOVE and

Tomcat 4.0.3 files (download?)

2002-05-22 Thread eceecmo
Hi, I'm trying to download tomcat 4.0 (v.4.0.3 ) for SOLARIS 6 from jakarta.apache.org but I'm not really sure which one/ones should I download? There's a path http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/; with a jakarta-tomcat-4.0.3.zip file but also, there's

Tomcat 4.0.3 files (download?)

2002-05-22 Thread eceecmo
Hi, I'm trying to download tomcat 4.0 (v.4.0.3 ) for SOLARIS 6 from jakarta.apache.org but I'm not really sure which one/ones should I download? There's a path http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/; with a jakarta-tomcat-4.0.3.zip file but also, there's

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Rutledge, Aaron
So it sounds like you have a test page that loads the session variables and you reload the page or something to verify thier value. You open some window...and for some reson when you continue testing the variables in this original window you suddenly have a new session? Are you sure you aren't

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
I have a page that lists a bunch of html files. When I click one of those files, it shows the html page in a new popup window. After I close the popup window (which may be creating a new session), then the original window has the new session value. Isn't every instance of the browser supposed

RE: JavaX Location

2002-05-22 Thread Anthony Eden
Could you please post the actual import statement(s) you are using in your JSP. The Servlet API code is included with Tomcat and should be available to all JSPs and servlets. Sincerely, Anthony Eden -Original Message- From: Kinley, Ed [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May

Mounting contexts to be the root of the IIS site

2002-05-22 Thread Mohammed Omar
Dear All I run tomcat4 with IIS , I want to mount a tomcat context to be access from the root of the IIS site Example : I want to write http://sitename/ i want this to run a tomcat context . I can mount only contexts to be as a virtual directory in IIS How I mount it to be the root of the

Re: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Scott Judd
Hi Brandon, This is really more of a Java question; if you could post a snip of your code relative to the problem, it would be helpful. Particularly useful would be the code that you're using to create the HttpSession object. The only way that I can imagine your problem could occur is if the

Re: Error: Connection reset by peer: socket write error

2002-05-22 Thread Altug B. Altintas
Hi , we have this error message too, our Tomcat version is 3.2.1 which is running on Window 2000 Server. If we switch to 3.3.1 or 4.0x maybe it is going to be ok ?? any idea ? and one more question how can i add new jar files to Tomcat 3.3.1. I paste all need jar files (for example :

RE: Error: Connection reset by peer: socket write error

2002-05-22 Thread Christopher Moon
I am using Tomcat 4.0.3 on win32 and get the same error. I do not think that upgrading will help. In my case the error is not causing any problems so I have not worried much about it -Chris -Original Message- From: Altug B. Altintas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22,

Re: Error: Connection reset by peer: socket write error

2002-05-22 Thread PierreBESSON
I have W2k server and tomcat 3.3.1, maybe a problem with w2k server, has some else the same kind of error ? or better an idea where the problem comes from ? For your problem of path, I think lib\apps\ is the directory for jar files you may use in your servlets... but I don't use tomcat directly

NoClassDefFound

2002-05-22 Thread BBui
Hi all, Do you know what I am missing to get java.lang.NoClassDefFoundError? I am using jaxp. Bao-Ha Dam Bui [EMAIL PROTECTED] S. Jude Medical, Inc 651.765.1018

RE: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Brandon Cruz
Scott, The session object is created by Tomcat, as a session cookie. Maybe it's possible that IE destroys that cookie when the popup window is closed or something? There is no java code executed when the popup window is opened, then link just has some javascript like shown below...

RE: Error: Connection reset by peer: socket write error

2002-05-22 Thread Peter Romianowski
Hi, this error message simply states that the user pressed the STOP-button in her browser, causing the connection to be reset. so you are right when saying: everything's fine - i'll ignore it :) cheers, Peter -Original Message- From: Christopher Moon [mailto:[EMAIL PROTECTED]] Sent:

RE: reloading with ant

2002-05-22 Thread John Niven
-Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED]] Sent: 22 May 2002 15:03 To: [EMAIL PROTECTED] Subject: reloading with ant Hi, i just wanna ask if the following scenario is the best for re-deploying WARs: I am doing my build task with ant and transfer

RE: Error: Connection reset by peer: socket write error

2002-05-22 Thread Christopher Moon
Unfortunatley, it is not somebody pressing the stop button in the browser. I setup a separate apache instance to test that theory and I would still get the same error when I connected and I am positive that I did not press the stop button. -Chris -Original Message- From: Peter

AW: Error: Connection reset by peer: socket write error

2002-05-22 Thread Ralph Einfeldt
Have a look at http://www.aswethink.com/employees/randy/tomcat/IOException.html -Ursprüngliche Nachricht- Von: Christopher Moon [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 22. Mai 2002 17:10 An: 'Tomcat Users List' Betreff: RE: Error: Connection reset by peer: socket write error

Re: session.getMaxInactiveInterval()

2002-05-22 Thread Mike McGuinness
Chris, Simple question, are you sure you're using a servlet 2.3 compliant implementation? Mike On Tue, 2002-05-21 at 11:00, Chris Wilson wrote: Hello, I'm calling session.getMaxInactiveInterval() on a session after it has been invalidated. Tomcat is throwing an

Re: Custom Authentification

2002-05-22 Thread Eric Everman
I noticed this as well and it is an option. However, the more I look at subclassing portions of Tomcat, the less I like this approach since its not portable - to other servers and likely to future versions of Tomcat. What's really needed is an authenticate method in the Servlet API, but I

Visual Age 3.5 + tomcat test environment 3.1

2002-05-22 Thread Ashraf Fouad
Dear all, I installed Tomcat 3.1 test environment on Visual Age for Java 3.5 patch 2 in order to support servlet 2.2, JSP 1.1 I want to debug the JSPs or the generated Servlet code, I knew that the test environment was generating the JSP to JSP Page Compile Generated Code inorder to

Re[2]: reloading with ant

2002-05-22 Thread Jacob Kjome
Hello John, I wouldn't mind see your working version even if it is copy/pasted. At least we know that it works and can extend from that example. thanks, jake Wednesday, May 22, 2002, 10:07:59 AM, you wrote: -Original Message- From: Marc Logemann [mailto:[EMAIL PROTECTED]] Sent:

RE: strange shut down problem - solution?

2002-05-22 Thread Cindy Ballreich
At 05:45 PM 5/21/02 -0700, Subir Sengupta wrote: This is a documented bug. Apparently if there is a non Daemon thread running Tomcat won't shut down cleanly. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8700 Hmmm. That sure sounds like what's happening on my system. I guess catalina.sh

Re: Very strange session problem on localhost only (trying again)

2002-05-22 Thread Phillip Morelock
Hi Let me guess -- IE 5/6 on win32??? Yep, you're running into a little friend we call Security Zones. Just another MS thing, man. Ignore this unless localhost functionality is critical, in which case you might be screwed. You're on the local intranet zone i think or maybe even the local

Re: problem with mime-type application/csv

2002-05-22 Thread eceecmo
Hi, I'm trying to download tomcat 4.0 (v.4.0.3 ) for SOLARIS 6 from jakarta.apache.org but I'm not really sure which one/ones should I download? There's a path http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/; with a jakarta-tomcat-4.0.3.zip file but also, there's

RE: session.getMaxInactiveInterval()

2002-05-22 Thread Chris Wilson
Mike, I'm using Tomcat 4.0.3. As far as I know, it's supposed to be Servlet 2.3 compliant. Chris Wilson [EMAIL PROTECTED] www.wondergeek.com -Original Message- From: Mike McGuinness [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 10:37 AM To: Tomcat Users List Subject:

Tomcat and W2K vs. *nix

2002-05-22 Thread Sean LeBlanc
Anyone have any experience running Tomcat on both? I'm looking for any numbers on performance of the two - even if it's only anecdotal, that's okay. Uptimes, load performance, etc... Thanks, Sean - [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: Re[2]: reloading with ant

2002-05-22 Thread John Niven
-Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: 22 May 2002 16:59 To: Tomcat Users List Subject: Re[2]: reloading with ant Hello John, I wouldn't mind see your working version even if it is copy/pasted. At least we know that it works and can extend

Creating a login -- Being logged in

2002-05-22 Thread Eric Everman
I would like visitors to a site to be able to create a new login and BE logged in as a result. IMHO this is the key stumbling block to any type of authentication system, since *almost* all other login issues can be handled by filters (such as initializing sessions). This seems like crucial

WAR and server.xml

2002-05-22 Thread Mohammed Omar
Dear All I have a war file , and tomcat4 deployed it succefully after restarting tomcat , and the application works well , but i dont know why it is working well ? why should not I write a context line for it in server.xml??!! how it works without writing a context line in server.xml?!! Thanks

Re: WAR and server.xml

2002-05-22 Thread Ray Letts
If you read the manual, then you will note that WAR files placed within the webapps directory are automatically expanded and do not need an entry in server.xml. READ THE MANUAL. please thanks Ray -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: HELP! Apache Virtual Server setup using Ajp13

2002-05-22 Thread Peter Atkins
Was this the incorrect list for this type of question? Since I received zero replies... -p -Original Message- From: Peter Atkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 11:24 AM To: '[EMAIL PROTECTED]' Subject: HELP! Apache Virtual Server setup using Ajp13 All, I'm

Multiple server.xml files with Tomcat 4.0.3??

2002-05-22 Thread Miller, Andy
I'm pretty new to Tomcat so please be patient with me if this is an obvious question. I'm trying to port our dev environment over to Tomact from Resin and have come across a slight roadblock. We have different environments for local development, dev server, qa server, and production. Each

RE: Multiple server.xml files with Tomcat 4.0.3??

2002-05-22 Thread John Roth
I run a similar environment, but even though we don't use tomcat.exe to start a service (we use jk_nt_service.exe to create, which uses wrapper.properties to start) the start parameters should be the same. There are a couple of choices: 1. add another parameter to the command below:

RE: WAR and server.xml

2002-05-22 Thread John Niven
-Original Message- From: Mohammed Omar [mailto:[EMAIL PROTECTED]] Sent: 22 May 2002 17:20 To: Tomcat Users List Subject: WAR and server.xml Dear All I have a war file , and tomcat4 deployed it succefully after restarting tomcat , and the application works well , but i

Logs stopped writing

2002-05-22 Thread Januski, Ken
I've been moving an application from a test server to a production server. When I couldn't get Tomcat to run as a service on the new W2K server I found something on this list that suggested downloading jakarta-tomcat-4.0.3.exe. I did that and Tomcat now runs as a service. All well and good. But

Those missing logs

2002-05-22 Thread Januski, Ken
weren't missing at all. I just installed the exe file in a different Tomcat folder and never thought to look there. Who knows why I thought of this 30 seconds after sending my email rather than 30 seconds before!? Ken -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Enabling SSL in tomcat

2002-05-22 Thread Rutledge, Aaron
I guess I'll try this one more time. Last time I posted it quickly got burried. Any help would be greatly appreciated and would contribute greatly to my mental health! Regards, Aaron -Original Message- From: Rutledge, Aaron Sent: Wednesday, May 22, 2002 7:21 AM To: Tomcat Users List

RE: Multiple server.xml files with Tomcat 4.0.3??

2002-05-22 Thread Miller, Andy
Great, works like a champ! I just modified my command thus: tomcat.exe -install %SERVICENAME% %JAVA_HOME%\jre\bin\server\jvm.dll -Djava.class.path=%JAVACLASSPATH% -Dcatalina.home=%TOMCAT_HOME% -Xrs -start org.apache.catalina.startup.Bootstrap -params -config %TOMCAT_HOME%\conf\server-local.xml

RE: strange shut down problem - solution?

2002-05-22 Thread Subir Sengupta
This is definitely what is happening on my system, which is similar to yours (Tomcat 4.0.3 on a linux box). The problem seems to be with Tomcat starting non Daemon threads in the WebappLoader and StandardLoader. You could fix that yourself and recompile and that may fix it. I'm going to try

access log file

2002-05-22 Thread Joël Bruezière
Hi, I search a way to configure Tomcat 3.3.1 for generating a standard access log file with lines like: 62.190.230.16 - - [14/May/2002:20:55:18 +0200] GET / HTTP/1.1 200 32797 - Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) is it possible? Joel Brueziere networkers interactive sa -- To

Is this conf supported?

2002-05-22 Thread Sankaranarayanan (Ganesh) Ganapathy
I want to run multiples instances of embedded Tomcat all sharing the same base directory. Is such a configuration supported? 1. Can all the instance work off the same web application files on disk - will there be any problem between the tomcat instances all sharing the same web application

tomcat download question

2002-05-22 Thread Steven C. Chau
Hello, Does anyone know if the tomcat zip file (jakarta-tomcat-4.0.3.zip) posted at http://jakarta.apache.org/builds/jakarta-tomcat4.0/release/v4.0.3/bin/ works on both NT and solaris? thanks, Steven __ Do You Yahoo!? LAUNCH -

Re: NoClassDefFound

2002-05-22 Thread irfan ali
Have you setup your CLASSPATH environment variable to point your lib and include directories under your JDK root folder? Check it out. You can do something like this CLASSPATH=c:\j2sdk1.4.0\lib;c:\j2sdk1.4.0\include;. Don't miss the dot at the end. Irfan - Original Message - From:

RE: NoClassDefFound

2002-05-22 Thread BBui
There are already other classes running on this site, including some that use dom. Bao-Ha Dam Bui [EMAIL PROTECTED] S. Jude Medical, Inc 651.765.1018 -Original Message- From: irfan ali [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:58 AM To: Tomcat Users List Subject:

IIS and tomcat4.0.3

2002-05-22 Thread Sankaranarayanan (Ganesh) Ganapathy
Hi All, I am trying to get tomcat4.0.3 to work with IIS using the AJP connector. I installed the isapi_redirector filter on IIS and configured it to use the workers.properties and uriworkermap.properties. I started IIS and tomcat4.0.3 with the AJP13 connector. But when I try to get to

RE: Questions about TOMCAT

2002-05-22 Thread Anthony Eden
-Original Message- From: haroldorg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 9:00 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Questions about TOMCAT Hello, My name is Haroldo and I work in RCS Informatica (www.rcs.srv.br), an

Re: access log file

2002-05-22 Thread Robin Lee
Hello, I am using Tomcat4, and didn't know if we could do this either. So I just happened to look into it more now, and found out 4.0x does have this capability. I would have to change the word common to combined. Check this link out.

jikes as JSP compiler in Jasper/Tomcat 4.0.3

2002-05-22 Thread Rossen Raykov
I'm trying to use jikes as a JPS compiler in Tomcat 4.0.3 but it is receiving extra parameter -encoding UTF8 which is braking the compilation process. I'm using JDK 1.3.1_01 on Solaris 8 but the same result I had also with JDK 1.4.0. In my per server web.xml I have: -- CUT --- servlet

Questions about TOMCAT

2002-05-22 Thread haroldorg
Hello, My name is Haroldo and I work in RCS Informatica (www.rcs.srv.br), an enterprise that acts in informatics area in Brazil. We are doing a research to choose a new web application server to solve our problems. The TOMCAT looks very good, but some details I´d like to clarify with you ( if

Re: jikes as JSP compiler in Jasper/Tomcat 4.0.3

2002-05-22 Thread Phillip Morelock
weird... download the tomcat sources and check out the class org.apache.jasper.compiler.JikesJavaCompiler See the method compile() and note the comment on line 193, and 203 -- //XXX - add encoding once Jikes supports it odd -- i would advise you check out the sources in this package

Re: jikes as JSP compiler in Jasper/Tomcat 4.0.3

2002-05-22 Thread Phillip Morelock
so is it working and giving the debug message, or is it not working at all? if you're looking for a starting point i would recommend org.apache.jasper.compiler.Compiler also if you're looking for source spots. On 5/22/02 12:17 PM, Phillip Morelock [EMAIL PROTECTED] wrote: weird...

stop log files getting reinitialized?

2002-05-22 Thread Miller, Andy
Is there anyway to stop tomcat from re-initializing output logs after a restart? It's a real pain not being able to just type tail -f stdout.log and leave that window open. What happens is that after stopping tomcat, the file gets reset to 0bytes and after starting it again, nothing is

RE: stop log files getting reinitialized?

2002-05-22 Thread Miller, Andy
Never mind.. Answered my own question: Logger className=org.apache.catalina.logger.FileLogger prefix=output. suffix=.log timestamp=false pattern=combined/ -Original Message-

Unique dir for Virtual Host

2002-05-22 Thread Joe Schiavone
Im using JBoss+Tomcat v4.03 implementing virtual hosts. I want to make appBase so that each Virtual host has its own index.html. DNS is Working fine, the domains will succesfully resolve,,, so there's no problem there. I am NOT using apache, should I be,,, I thought new TOMCAT had http

Re: Unique dir for Virtual Host

2002-05-22 Thread Phillip Morelock
!--DefaultContext cookies = true crossContext = true override = true / /Host this starts a comment -- you probably forgot to remove the comment tag. this comment does not end until: !-- A HTTP Connector on port 8080 -- Connector className = On 5/22/02 12:41 PM, Joe

Enabling SSL in tomcat--specific questions

2002-05-22 Thread Rutledge, Aaron
Sorry list, I'm getting desperate. Perhaps my question I've submitted a couple times is too vague. I'll try asking a few specific ones... If I am able to create a .keyfile, do I have JSSE installed correctly? Does Tomcat use the JSSE directly from org.apache.tomcat.net.SSLSocketFactory or

Re: Custom Authentification

2002-05-22 Thread Milind Nirgun
Have you looked into JAAS ? Perhaps using that API, it may be possible to plugin your own authentication module. -Milind On Monday 20 May 2002 06:47 pm, you wrote: Perhaps I should be more clear about what I am trying to accomplish (and spell authentication correctly) I had originally

SSL environment variables from apache mod_ssl

2002-05-22 Thread G . Kersten
I desperately need the SSL environment variables like HTTPS or HTTPS_KEYSIZE, which should be delivered from mod_ssl to the JSP engine, after Apache has established a HTTPS connection. Especially I have to check the actual key size. In tomcat-ssl-howto.html it is described how to adjust

Tomcat training

2002-05-22 Thread Darren Flynt
Does anyone know of a good training program for future administrators of Tomcat? Darren Flynt Systems Administrator Information and Media Technology Azusa Pacific University -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

os x/unix

2002-05-22 Thread daniel bleich
I am trying to find help online on installing Tomcat on Mac OS X. I must have made a mistake in trying to install it originally and need to remove the jakarta-tomcat-4.0.3-src directory from the users dir so I can try and start again. I tried rmdir -r jakarta-tomcat-4.0.3-src but its somehow

Can somebody help: Is this conf supported?

2002-05-22 Thread Sankaranarayanan (Ganesh) Ganapathy
Just bubbling up my request for help! Can somebody help? I want to run multiples instances of embedded Tomcat all sharing the same base directory. Is such a configuration supported? 1. Can all the instance work off the same web application files on disk - will there be any problem between the

Need help with java.io.FilePermission and catalina.policy

2002-05-22 Thread David Boyer
Can I use a relative path with java.io.FilePermission? If I replace jtest\\- with the absolute path of d:\\inetpub\\wwwroot\\dev\\jtest\\- then it works fine? Here's a snippet of my policy file: grant codeBase file:D:/Inetpub/Wwwroot/dev/- { permission java.io.FilePermission jtest\\-,

MAPPING configuration error for request URI

2002-05-22 Thread Nelson, Mike
I downloaded JBoss-2.4.4_Tomcat-4.0.1.zip, unpackaged, set my env vars (JAVA_HOME=c:\jdk1.3.1, TOMCAT_HOME=c:\apps\JBoss\catalina, SERVLETAPI_HOME=%TOMCAT_HOME%\common, CLASSPATH=%JAVA_HOME%\lib\tools.jar, PATH=%JAVA_HOME%\bin;%PATH%) and I get this error when executing the run_with_catalina.bat

RE: MAPPING configuration error for request URI

2002-05-22 Thread Nelson, Mike
Sorry, I meant to say I get this error when I point my browser at http://localhost:8080 Mike -Original Message- From: Nelson, Mike Sent: Wednesday, May 22, 2002 4:12 PM To: '[EMAIL PROTECTED]' Subject: MAPPING configuration error for request URI I downloaded

Re: os x/unix

2002-05-22 Thread Phillip Morelock
sudo rm -r jakarta-tomcat-4.0.3-src then provide your account password. when you're logged in as an administrator. On 5/22/02 1:56 PM, daniel bleich [EMAIL PROTECTED] wrote: I am trying to find help online on installing Tomcat on Mac OS X. I must have made a mistake in trying to

Re: tomcat download question

2002-05-22 Thread Rick Fincher
Hi Steve, Yes, it's pure java. They have differen't files because of the various compression schemes used on the files. The .bat files for Windows and the .sh files for Linux/Solaris/Unix are in all the downloads. Rick - Original Message - From: Steven C. Chau [EMAIL PROTECTED] To:

Re: os x/unix

2002-05-22 Thread Oki DZ
On 05/23 03:56 daniel bleich wrote: I am trying to find help online on installing Tomcat on Mac OS X. I must have made a mistake in trying to install it originally and need to remove the jakarta-tomcat-4.0.3-src directory from the users dir so I can try and start again. Why did you get

Re: Enabling SSL in tomcat--specific questions

2002-05-22 Thread Oki DZ
On 05/23 03:14 Rutledge, Aaron wrote: If I am able to create a .keyfile, do I have JSSE installed correctly? I use JDK1.4 and Tomcat 4.0.3; it was all I needed to get SSL running. (And the .keystore file, of course, in the root's home directory; because I run Tomcat under root.) FYI, the

A optimizing problem, need your help.

2002-05-22 Thread Zhidong Yu
Following call stack is dumped from Tomcat server. You can see it is so deep. What's all these StandardPipeline.invokeNext() calls about? How can I short circuit the pipelines since I don't use them? Similarly, can I turn off ApplicationFilterChain because I don't plan to use servlet filter as

Re: A optimizing problem, need your help.

2002-05-22 Thread Phillip Morelock
you might consider using tomcat 3 instead then -- a lot less overhead for non-2.3 apps. i use it for that purpose explicitly. fillup On 5/22/02 6:40 PM, Zhidong Yu [EMAIL PROTECTED] wrote: Following call stack is dumped from Tomcat server. You can see it is so deep. What's all these

RE: HttpSession invalidate bug???

2002-05-22 Thread Chris Wilson
So can anyone tell me if this is a bug or not? It doesn't seem to be consistent with the servlet spec and javadocs. Thanks! Chris Wilson [EMAIL PROTECTED] www.wondergeek.com -Original Message- From: Chris Wilson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 10:37 PM To:

app deployment on tomcat windows

2002-05-22 Thread @Basebeans.com
Subject: app deployment on tomcat windows From: Joey DiPrimo [EMAIL PROTECTED] === I need to deploy a web app quickly on tomcat. I wanted to deploy it on Linux but can't wait for the servers to be ready, so I thought I would deploy on windows 2k servers. I tried getting it to work with IIS as

  1   2   >