Re: documentation for jk_nt_service.exe

2000-12-08 Thread Kazuhiro Sakai
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.html It's a bit difficult to find the documentation for Tomcat on apache.org... At 22:52 00/12/08 -0800, you wrote: >Hi -- where in the apache.org site is the documentation for how to use >jk_nt_service.exe? > >Thanks > 

documentation for jk_nt_service.exe

2000-12-08 Thread Betty Chang
Hi -- where in the apache.org site is the documentation for how to use jk_nt_service.exe?   Thanks  

RE: Tomcat/mod_jk 3.2 fails on socket connection

2000-12-08 Thread Harring Figueiredo
My bad again... Problem solved. I was so into changing from jServ to the new mod_jk that I did not realize I was not running tomcat !!! Hey, what can you expect from a newbie ?! Thanks to all that read and answered HArring --- Harring Figueiredo <[EMAIL PROTECTED]> wrote: > >Actu

Re: mod_jserv versus mod_jk

2000-12-08 Thread Andy
Oh boy. I remember that problem. HP by default packages a useless C compiler. You'd be best off getting to www.gnu.org and downloading a gnu c compiler for your version of HPUX. Why go to the trouble? Well you're going to need it pretty often. Its definately the easier than getting the right

Tomcat-IIS Howto doc feedback

2000-12-08 Thread Corey Cole
I've got some feedback on the Tomcat-IIS howto docs. I just installed the Tomcat 3.2 release build on an Alpha-NT machine, and I had some initial difficulties. Perhaps my eyes glazed over, but I missed the instruction "...you should now start Tomcat..." in the "Configuring the ISAPI redirector"

RE: Tomcat/mod_jk 3.2 fails on socket connection

2000-12-08 Thread Harring Figueiredo
Actually, that does not have the ".com" My bad. Thanks Harring --- Graeme Wallace <[EMAIL PROTECTED]> wrote: > I think the key is the part of the error that says > > Apache/1.3.12 Server at localhost.com Port 80 > > localhost.com > > -Original Message- > From: Harri

Tomcat/mod_jk 3.2 fails on socket connection

2000-12-08 Thread Harring Figueiredo
Thanks in advance for the help. Plataform: Win NT Jakarta/tomcat ver: 3.2 Apache ver: 1.3.12 When trying to run the examples (http://localhost/examples/jsp/) I get the following errors: On the Browser: Internal Server Error The server encountered an internal error or misconf

RE: Tomcat/mod_jk 3.2 fails on socket connection

2000-12-08 Thread Graeme Wallace
I think the key is the part of the error that says Apache/1.3.12 Server at localhost.com Port 80 localhost.com -Original Message- From: Harring Figueiredo [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 11:22 PM To: [EMAIL PROTECTED] Subject: Tomcat/mod_jk 3.2 fails on s

Stronghold and Tomcat 3.2

2000-12-08 Thread Sanford Langbart
I'm trying to configure Stronghold (commercial SSL version of Apache) to work with Tomcat 3.2 and give it SSL protection. I"ve got it working the Mod_Jserv., but would like to use the new "mod_jk". -- which the notes and HOW-TOs describe as more capable than Mod_Jserv. My system looks like this :

Re: ApJServAction replacement in Tomcat?

2000-12-08 Thread Andy
Sorry, ApJservAction appears to be some sort of framework for handlers for different extensioned files. Sorta what the JSP runner is for jsp's. They created their own tag library.. I want to move away from it and go to standard stuff. Especially since they still have just about as many servle

Re: Java Pet Store Demo in Tomcat/WebLogic

2000-12-08 Thread Madhu Narasa
Robert, That should be possible, actually apart from the "Connection reset messages" (the message posted earlier) using Tomcat was relatively straightforward. You can look at the following document that gives the steps to port the example to jboss + Tomcat. http://www.jboss.org/manual/examples.h

dtd

2000-12-08 Thread Roberto Leong
is there an available dtd for server.dtd? i´m planning to use embedded catalina, but i want it to read server.xml any approaches? before digging the xmlmapper stuff can someone give me a crash course on it? regards Roberto

tomcat as NT service with Java in Program Files directory

2000-12-08 Thread Willy Lin
Hi: I installed tomcat 3.2 and tried to run it as NT service. For the longest time, I could not get the service to start. After much play around, I found the problem is related to where I put my Java installation. My Java installation is located at "C:\Program Files\java\jdk1.3". I do

Page refresh makes session ID reset

2000-12-08 Thread Pierre Métras
Hi, I have a servlet that prints a page that refreshes itself. When I set my browser not to accept cookies, in order to manage session with URL rewriting, I have two different behaviors depending on the refresh method used. If I use javascript to refresh the page, the page refresh itself without

RE: Tomcat + Jboss - porting Pet Store

2000-12-08 Thread Parayali, Jayesh 1065
Title: RE: Tomcat + Jboss - porting Pet Store this happens even if u just refresh... after completion of the request -Original Message- From:   Madhu Narasa [SMTP:[EMAIL PROTECTED]] Sent:   Friday, December 08, 2000 3:32 PM To: [EMAIL PROTECTED] Subject:    RE: Tomcat + Jboss

RE: Tomcat + Jboss - porting Pet Store

2000-12-08 Thread Madhu Narasa
>From what I gather, the comment - // TCP stacks can throw SocketExceptions when the // client disconnectsso can be ignored. Addresses the case wherein the browser is closing the socket (eg. clicking on stop before completion of the request). I am ok with the server throwing an exception i

RE: Tomcat + Jboss - porting Pet Store

2000-12-08 Thread Parayali, Jayesh 1065
Title: RE: Tomcat + Jboss - porting Pet Store I checked the code... it says ignore this message. Check out PoolTcpEndPoint.java -Original Message- From:   Madhu Narasa [SMTP:[EMAIL PROTECTED]] Sent:   Friday, December 08, 2000 2:20 PM To: [EMAIL PROTECTED] Subject:    Tomcat

Re: ENC: multipart requests and file uploads problems on the Apache connection

2000-12-08 Thread faustas . zilinskas
On Fri, 8 Dec 2000, Jose Euclides da Silva Junior - DIGR.O wrote: > > Hi, everybody! Unfortunately, it seems that there is an important limitation > when using Jason's components. The developer cant mix text fields and file > setting fields in the form! In the version I have you can mix them to

Problem with user authentication w/ Tomcat v4.0 m4

2000-12-08 Thread Bryan Basham
Hello, [I attempted to look this topic up on the alias archive, but after reading a few unrelated posts (search on "authentication" AND "document contains no data") and then various server not available attempts I gave up and decided to write to the group.] I am trying to test

Re: Java Pet Store Demo in Tomcat/WebLogic

2000-12-08 Thread Madhu Narasa
Robert, That should be possible, actually apart from the "Connection reset messages" (the message posted earlier) using Tomcat was relatively straightforward. You can look at the following document that gives the steps to port the example to jboss + Tomcat. http://www.jboss.org/manual/examples.h

apache - tomcat configuration- urgent

2000-12-08 Thread Kotturi, Rajendra
Hi, I have an application which consists of pure Java Servlets (not the jsp) . I would like the request for these .class servlets to be sent tomcat server by the apache. How should I configure my Tomcat & apache for doin this. And where should I locate these class files. And what will be my

bind error

2000-12-08 Thread John de la Garza
Since I have switched to tom cat 3.2 when I restart the server I get this: Starting tomcat. Check logs/tomcat.log for error messages FATAL:java.net.BindException: Address in use: JVM_Bind java.net.BindException: Address in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Metho

RE: Diffs between 3.1 and 3.2

2000-12-08 Thread Marc Saegesser
Ahhh, that explains it. I've been meaning to look into why my first request takes so damned long. I just added the following line of code to the init() method of one of load on startup servlets and now my first requests goes through just fine. new java.security.SecureRandom().nextLong(); N

Java Pet Store Demo in Tomcat/WebLogic

2000-12-08 Thread Robert Danek
Hello, I'm trying to take the Java Pet Store demo that is available on the java.sun.com site and have the JSPs/beans run in Tomcat and the EJBs run as a back end on WebLogic. I have run into a number of technical problems already (problems with the tags that are used in web.xml, the JNDI names o

Tomcat + Jboss - porting Pet Store

2000-12-08 Thread Madhu Narasa
I am running Tomcat 3.2 with Jboss and trying to port the PetStore example (J2EE Sun RI, example). I am almost done except that I see a lot of "Connection reset errors" after every page request. After searching through the archives, I see others have had the same problems in different contexts bu

Re: mod_jk.so problem

2000-12-08 Thread bill french
hi, thanks for your reply. i actually got it to work about a half an hour after i posted with this command: /usr/local/apache/bin/apxs -o mod_jk.so -I../jk -I/usr/java/jdk1.3/include -I/usr/java/jdk1.3/include/linux -c *.c ../jk/*.c hardcode once, hardcode again, i suppose. oh well. -bill Joh

JSP

2000-12-08 Thread Andy Fok
Please let me know and subsribe to this forum if this is where I can get help from Tomcat installation that allows me to write JSP files and have them displayed from my personal Apache server running on my own Pc (Windows 2000). Up to now, I still was not able to display the jsp files properly thi

ApJServAction replacement in Tomcat?

2000-12-08 Thread Andrew Oliver
Hello, I'm working with some 3rd party code that uses ApJServAction (the servlets run in Jserv), I'm attempting to convert over to Tomcat and Ajp13. However, I'm not sure how to set this up or even IF it can be setup. Is there a way to do something similar with the new connector/tomcat? Second

Security and virtual hosts on Tomcat 3.2

2000-12-08 Thread Nirav S. Desai
Hi, I am trying to set up a secure tomcat/apache server. I have Apache set up with mod_ssl and tomcat 3.2 setup with viruatl hosts. All of this works great. However, I am haveing trouble getting the secure and insecure hosts to map to different pages in tomcat. That is, I want "http://www.hos

Ant comile error

2000-12-08 Thread Matt Becker
Hi. I was trying to set up a simple web application and copied the sample application for a starting point. The Tomcat doc on web applications said to set everything up like so and run a build script which runs ant. I  get this error:   Exception Thread: java.lang.NoClassDefFoundError: org/a

RE: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Chris Halverson
Title: RE: multipart requests and file uploads problems on the Apache c onnection NT4.0, Solaris 2.6 and Solaris 2.8 work fine too as you would expect. -Original Message- From:   Josh Knowles [SMTP:[EMAIL PROTECTED]] Sent:   Friday, December 08, 2000 2:15 PM To: '[EMAIL PROTECTE

Re: Error Messages

2000-12-08 Thread Rebecca
Title: Error Messages i have sent 4 requests to unsubscribe to:  [EMAIL PROTECTED]> but i keep getting messages.   any clue as to why this is? - Original Message - From: Duane Morse To: '[EMAIL PROTECTED]' Sent: Friday, December 08, 2000 2:56 PM Subject: RE: Err

Re: RES: multipart requests and file uploads problems on the Apachec onnection

2000-12-08 Thread Joe Laffey
On Fri, 8 Dec 2000, Jose Euclides da Silva Junior - DIGR.O wrote: > -BEGIN PGP SIGNED MESSAGE- > > Even in NT environment? Thank you. > > > I have had no problems mixing the two [regarding mixing file uploads with regular form data in multipart requests] I have had it work under NT (Apa

RE: bind error

2000-12-08 Thread John de la Garza
also, SunOS 5.6 login: only shows up when I am running tomcat on port 80... If tomcat is not running telnet can't connect to port 80, but I still get the bind error! This all started since I switched to JDBC realm security stuff... -Original Message- From: John de la Garza [mailto:

RE: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Josh Knowles
Java is Java no matter what OS you are running on. I have used the multipart on both RedHat 6.2 and Win2k with no problems. -Original Message- From: Jose Euclides da Silva Junior - DIGR.O [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 1:57 PM To: [EMAIL PROTECTED] Subject: RE

RE: bind error

2000-12-08 Thread Randy Layman
Something else is using the port? Check that: 1. You are not still running Tomcat 3.1 (is so, change the ports for Tomcat 3.2 in the server.xml file) 2. Try stoping and then starting. Make sure that the JVM actually dies before restarting. 3. Without Tomcat runnin

Re: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Steve Ruby
I agree, works fine for me, make sure you are trying to read the non-file parameters with the multipart reader and not just with the method from Tomcat.. Once the user sends the mime post the whole thing is mime not just the file... > Chris Halverson wrote: > > NT4.0, Solaris 2.6 and Solaris 2

RES: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- tank you. José Euclides Júnior __ E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://euclides.8m.com - -Mensagem original- De: Chris Halverson [SMTP:[EMAIL PROTECTE

RES: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- i KNOW IT. BUT IIS DOESNT... José Euclides Júnior __ E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://euclides.8m.com - -Mensagem original- De: Josh Knowles [SMTP

RE: bind error

2000-12-08 Thread John de la Garza
The jvm is not running...for sure it is not. The funny thing is that aft4er I get this error message it still works! I am using jdbc real formbased security...I don't know if this could be part of the issue. as for 3.1 it is stopped... also, I am running tomcat as a standalone server on port 8

problem with max_threads > 100

2000-12-08 Thread William Au
I am getting the following exceptions when I set the max_threads parameter to 256. I am using Tomcat 3.2 standalone with the PoolTcpConnector. I looked at the source code of jasper.runtime.JspFactoryImpl and discovered that it is hard-coding 100 to be the size of a SimplePool it uses internally.

RES: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Even in NT environment? Thank you. José Euclides Júnior __ E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] http://euclides.8m.com - -Mensagem original- De: Josh Knowles

RE: multipart requests and file uploads problems on the Apache c onnection

2000-12-08 Thread Josh Knowles
I have had no problems mixing the two -Original Message- From: Jose Euclides da Silva Junior - DIGR.O [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 12:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RES: multipart requests and file uploads problems on the Apache c onn

3.2 NullPointer tossed from HttpSessionFacade

2000-12-08 Thread Sean Kroah
We are migrating our tomcat 3.1 compatible serverlet to the 3.2Final release. Occassionally we see a NullPointerException get tossed from HttpSessionFacade whenever we try to access something from the Session, say get or set an attribute. This only happens on very long transactions, where we r

Re: Error Messages

2000-12-08 Thread Craig R. McClanahan
It could mean that there were messages that had already been sent out into the Internet, that were transmitted before your unsubscribe took effect. Most likely, though, that means you subscribed under a different email address than the one you are trying to unsubscribe through. In that case, ple

RE: Error Messages

2000-12-08 Thread Parayali, Jayesh 1065
Title: RE: Error Messages Right now its not causing any problem. But it might be slowing down tomcat Its happening when I hit refresh on IE. It is not happening when I refresh using Netscape Communicator. The HTTP protocol must be different. I will check that later and keep you posted if

Using Apache user authentication for pages served by Tomcat

2000-12-08 Thread guyr
Someone else said they could not get authentication directives defined to Apache to work for pages redirected to Tomcat. I encountered the same problem, but have found a workaround. If you update your server.xml file so that the document root used by Tomcat for a particular context is in the Apa

RE: Error Messages

2000-12-08 Thread CPC Livelink Admin
Title: Error Messages At the risk of a 'me too' barrage, I have encountered the same message on many static items like images.  I was ignoring it since that pages worked, but it would be nice to know what it is. I did not see it in 3.1, only 3.2 on NT 2000 -Original Message-From:

RE: Regarding ISAPI_REDIRECT.DLL

2000-12-08 Thread Marc Saegesser
Review the archives for this list. Myself and others have posted information about this several times before. In short there are two things to check for. 1) Make sure you don't add the "Filter DLLs" key unless you really are using PWS. You say your using IIS 4.0 so you don't need this key. 2

Re: Diffs between 3.1 and 3.2

2000-12-08 Thread Craig R. McClanahan
Patrik Beno wrote: > Hi people! > > I have application which behaves differently in tomcat 3.1 and 3.2. > > 3.1: loads ok, first page is displayd correctly > 3.2: Browser complains document contained no data; tomcat or my code > (don't know which of 'em) runs much longer - seems like looping

valueUnbound() event in HttpSessionBindingListener

2000-12-08 Thread G.Nagarajan
Hi everyone, This is regarding tracking of login and logout actions of users. I am recording the session creation time and end time using the HttpSessionBindingListener class. The two methods valueBound() and valueUnbound() are invoked. But the getAtrribute() method in the session object returne

Error Messages

2000-12-08 Thread Parayali, Jayesh 1065
Title: Error Messages I am running tomcat 3.2 on windows NT workstation I am getting the below messages 2000-12-08 11:08:38 - Ctx( ): IOException in: R(  + /00.jpg + null) Connection aborted by peer: socket write error Anybody encountered this problem? Thanks, Jayesh

RE: multipart requests and file uploads problems on the Apache connection

2000-12-08 Thread CPC Livelink Admin
That's interesting, since I've been doing that for some time now with no issues. -Original Message- From: Jose Euclides da Silva Junior - DIGR.O [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 03:20 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RES: multipart requests an

RE: Error Messages

2000-12-08 Thread Duane Morse
Title: Error Messages I think you can get errors of this type if the user clicks the STOP button on the browser before the response is completely transmitted (or, equivalently, when the user closes the browser prematurely).   Duane Morse, Eldorado Computing Inc., Phoenix AZ -Origina

Re: valueUnbound() event in HttpSessionBindingListener

2000-12-08 Thread Craig R. McClanahan
"G.Nagarajan" wrote: > > How is it actually done internally? i.e., is there a thread similar to the > garbage > collector which checks the current sessions or is the session invalidated > only > when a request comes from the client. The second option will mean that the > objects > in the session

User Authentication config (Tomcat vs. Apache)

2000-12-08 Thread Russell Allen
Greetings all,     I am having trouble getting authorization to work for a web-app in Tomcat.  I would appreciate any advise I can get.  Here is my case:   I am using Apache 1.3.12 & Tomcat 3.2 (I also want 3.1 to work) I have a webapp deployed entirely under Tomcat/webapps/ecims   I want us

Re: limit threads per servlet in Tomcat

2000-12-08 Thread Craig R. McClanahan
J Y wrote: > Hi > > I wish to setup Tomcat to limit threads per servlet, say 20 threads to > execute in one servlet concurrently. the 21th request would cause the > Tomecat engine to generate a new servlet instance. > There is no way to do this in Tomcat. On the other hand, doing this would not

Re: Session snooper

2000-12-08 Thread Craig R. McClanahan
Matthew Preston wrote: > I'm need to create a simple tool for Tomcat so that I can see how many users > have active sessions for the available Contexts. e.g. how many sessions are > active for /admin with details for each. > > Rather than reinventing the wheel I was wondering if someone has alre

RES: Tomcat 3.2 stability

2000-12-08 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Dear Thomas, is there any problem if i use TomCat 3.1 under NT 4.0/SP 6.a? Jackarta's site doesnt write anything about it Now, i am developing a small system with this environment Best Regards, José Euclides Júnior __ E-m

RES: multipart requests and file uploads problems on the Apache connection

2000-12-08 Thread Jose Euclides da Silva Junior - DIGR.O
-BEGIN PGP SIGNED MESSAGE- Hi, everybody! Unfortunately, it seems that there is an important limitation when using Jason's components. The developer cant mix text fields and file setting fields in the form! Good luck, José Euclides Júnior __ E-mail: [EMAI

Regarding ISAPI_REDIRECT.DLL

2000-12-08 Thread Marimuthu Muthusamy
Hello, I have tried to install and configure ISAPI Redirector with tomcat3.2 and IIS 4.0. I have done everything mentioned in the HOW-TO document. but still the IIS 4.0 id not loading the isapi_redirect.dll. it shows the red arrow pointing downwards. I have also troubleshooted with the trouble

Re: This List is over-whelming

2000-12-08 Thread David M. Karr
> "John" == John Marquart <[EMAIL PROTECTED]> writes: John> TOMCATers, John> Is there any way to make a digest form of this list available? Is John> there an archive? I cannot find one mentioned at the jakarta homepage. John> This list generates a huge amount of traffic - mu

mod_jserv versus mod_jk

2000-12-08 Thread Dan R. Labonte
hi all, I'm wondering if any one has good reason to load mod_jk instead of mod_jserv. And if so would anyone out there have install specific instructions for HP-UX. I'm in dire need here and being a newbie doesn't seem to help out any. I've searched the archives to no avail, and I'm still waiting

RE: running init() twice?

2000-12-08 Thread Marc Saegesser
A technique you might useful here is to put the following code into your init() method. Thread.currentThread().dumpStack() This will let you see who is invoking your init() method. -Original Message- From: Irina Rubenchik [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 1

List of archives for tomcat-user

2000-12-08 Thread David Rees
> TOMCATers, > Is there any way to make a digest form of this list available? Is > there an archive? I cannot find one mentioned at the jakarta homepage. There is an archive (actually, two!) In fact, I posted this information last week: http://marc.theaimsgroup.com/?l=tomcat-user&m=97606

RE: 404 error w/ isapi_redirect.dll

2000-12-08 Thread Kintzer, Michael
Yes you are right. Obviously that won't work and I'm not sure where that came from, maybe when I was trying different things. It's hard for me to tell what is actually going on in the isapi.log file, it doesn't seem clear to me when a request starts and stops in the log. Do you know what I sho

RE: Install Apache3.14 with mod_jk.so and Tomcat3.2

2000-12-08 Thread Hernandez, Rey
To add my dilemma, I have the same problem with Apache 1.3.14 on NT. I have installed Tomcat 3.2final and when I include the LoadModule jk_module modules/mod_jk.dll apache doesn't start, no error message except for "The service failed to start" and no logs or anything. Apache worked fine with mo

RE: running init() twice?

2000-12-08 Thread Parayali, Jayesh 1065
Title: RE: running init() twice? Send me the piece of html or jsp where u r invoking your servlet. -Original Message- From:   Irina Rubenchik [SMTP:[EMAIL PROTECTED]] Sent:   Friday, December 08, 2000 8:42 AM To: Parayali, Jayesh 1065 Cc: tomcat-user Subject:    Re: runni

why can't I get the ApJservMount right

2000-12-08 Thread Filip Hanik
I must be missing something crucial. I am playing around with Tomcat and Apache and I am reading the Tomcat User Guide. I copied and pasted the examples on how to write a tomcat-apache configuration file I still can not get the ApJServMount command to work properly. In the document it says ApJSer

Re: scope of a bean

2000-12-08 Thread Craig R. McClanahan
Randy Layman wrote: > Section 1.4.3 of the JSP 1.1 Final Spec (page 24). Its available at > http://www.javasoft.com/products/jsp/download.html > > > My own understanding: Session starts at the first time a user in a > particular web browser i

Re: Form Authentication through Apache

2000-12-08 Thread Craig R. McClanahan
Yasunari Sato wrote: > It seems to work well that user authenticate > by form based authentication in stand alone tomcat service. > But when I integrate apache and tomcat, authentication doesn't work. > I ckecked that Servlets which does not require > authentication works well. > > Is there a spe

Re: Accessing the ServletOutputStream via RequestInterceptors

2000-12-08 Thread Craig R. McClanahan
Alex Garrett wrote: > Hello, all, > > I'm trying to find a way to modify the content of a servlet after the servlet > has completed all of its processing but before it actually gets sent to the > browser (obviously). > > Here's the context. Our web site stores all its content in XML. All servlets

Re: NT authentication

2000-12-08 Thread Craig R. McClanahan
Josh Knowles wrote: > Is there any way that you can set up a page to tap into NT authentication? I > dont know if this would be something that gets set in tomcat or if it is > something that is non-tomcat related so I thought I would just try this > list.Thanks,JoshJosh Knowles > Web Developer

RE: Using Jikes with Tomcat 3.2 final

2000-12-08 Thread Arun Katkere
We ended up writing our own ContextInterceptor which looked up servlet named "jsp" and configured it to use jikes: public void contextInit(Context ctx) throws TomcatException { if(ctx.getDebug() > 0) { ctx.log("JikesContextInterceptor - init " + ctx.getPath() + " " + c

servlet or page target _top in IE

2000-12-08 Thread Michael Remijan
Hi, Ok, in Navigator I can use and have a servlet call a page and have that page not be in a frame. As usual, Navigator and IE don't agree. IE ignores this tag so the page still appears in the frame. I also tried response.setHeader("Window-target", "_top"); but that doesn't work for Navigato

Re: running init() twice?

2000-12-08 Thread Irina Rubenchik
I'm running on winNT, and I do have print statements in my init(). This is how I see that it is being called for both frames. "Parayali, Jayesh 1065" wrote:   are you running on winNT? try displaying something inside init() like System.out.println("now starting init"); -Original Message--

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread Adress, David S.
These lists are great becuase sometimes you need others to provide a new outlook to the problem -Original Message- From: G.Nagarajan [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 11:38 AM To: [EMAIL PROTECTED] Subject: RE: $20 bucks to the 1st person who actually solves m

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread G.Nagarajan
This is off topic but this reminds me that most of the time we try to solve problems thinking that we have understood the problem completely and have an intuition where the solution is. And we spend lots of effort and time trying to fix the imaginary problem. Like in this case, we thought it was d

RE: limit threads per servlet in Tomcat

2000-12-08 Thread Kitching Simon
Hi, I think this answer is to a slightly different question than the one that was asked... The config example below limits the number of threads handling client requests to 3. However, any further clients that connect *wait* for an earlier request to finish (freeing the thread). The original q

RE: limit threads per servlet in Tomcat

2000-12-08 Thread Kitching Simon
Hi Jay, Why would you want to do this? As far as I can see, having one object with 21 threads is *more* efficient than 21 threads distributed across two objects. If you have some kind of lock contention, then using two objects is not going to improve this; by definition, a lock is only require

Re: limit threads per servlet in Tomcat

2000-12-08 Thread Clifford . Okoro
Oh yes there is a way to set it. In the server.xml file. Like this Just find the Connector entry corresponding to the one above and go for it. The nodes that youll need are the 'thread' named nodes. Yes, it'll

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread Adress, David S.
I guess it appeared to be caching -Original Message- From: NESTORS Andris (AC-Creation) [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 10:57 AM To: '[EMAIL PROTECTED]' Subject: RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!! So it

RE: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread NESTORS Andris (AC-Creation)
So it was nothing to do with caching ? # -Original Message- # From: Adress, David S. [mailto:[EMAIL PROTECTED]] # Sent: Friday, December 08, 2000 3:09 PM # To: '[EMAIL PROTECTED]' # Subject: FW: $20 bucks to the 1st person who actually solves my # problem!!! - WE HAVE A WINNER!!! # # #

limit threads per servlet in Tomcat

2000-12-08 Thread J Y
Hi I wish to setup Tomcat to limit threads per servlet, say 20 threads to execute in one servlet concurrently. the 21th request would cause the Tomecat engine to generate a new servlet instance. Is there a way to do it. any comment appriciated. Also, what's the performance concerns. is that po

Starting Tomcat

2000-12-08 Thread Reto Badertscher
Hello, I need some help to start Tomcat from KAWA to debug servlets and JSP's. My Tomcat installation works (with the examples and servlets written by my own). I followed the instructions from the KAWA team, but every time when running a servlet from within KAWA i got the following message: "org.

Working with the Jakarta NT Service

2000-12-08 Thread Reto Badertscher
Hi Gal, Setting up Tomcat 3.2 on my Windows System as a service and read youre note: "Special note: The Tomcat service is using AJPV12 to perform clean shutdown and you should make sure that an AJPV12 connector is defined in your server.xml. In the absence of a configured AJPV12 port the Tomcat s

Re: This List is over-whelming

2000-12-08 Thread John Marquart
Well - I am glad that there does exist a list-archive, however that appears to be the tomcat-dev list and not the tomcat-user list. The view by date links all appear to be broken as well. The search function works :) So I thanks you for the link. -jamie On Fri, 8 Dec 2000, Trevor Little wrot

Servlet Mapping

2000-12-08 Thread Edson Carlos Ericksson Richter
Hi! I have several apps from same organization. To permit one app exchange objects with others, I'm using a unique context, and then each app have their sub-directory. Like this: webapps\app1 webapps\app2 webapps\app3\subdir1 and so on. Using Resin Web Server, I`ve mapped servlet execution t

AW: AW: Java VJM won't quit?

2000-12-08 Thread Ralph Einfeldt
You can also create endless loops/recursions by misconfiguration. And there can be a comletly other reason. Did you try to increase the log level of tomcat? Did you try to use a debugger? > -Ursprüngliche Nachricht- > Von: Matt White [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 8. De

FW: $20 bucks to the 1st person who actually solves my problem!!! - WE HAVE A WINNER!!!

2000-12-08 Thread Adress, David S.
FYI -Original Message- From: Adress, David S. Sent: Friday, December 08, 2000 10:08 AM To: '[EMAIL PROTECTED]' Subject: RE: $20 bucks to the 1st person who actually solves my problem!!! BINGO! that's itI wasn't doing a commit and I was connecting to access...so access doesn't do a

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Michael Remijan
David, This might be worth a shot. in the page you want reloaded, try adding in this this meta tag forces no cache of the page so it is suppose to be refreshed from the server everytime. Let me know if this help. Mike > -Original Message- > From: Adress, David S. [mailto:[EMAIL P

Form-based authentication apache tomcat

2000-12-08 Thread Andrew Robson
This is my first post to this list so I hope my problem isn't too stupid. I'm using tomcat 3.2 , mod_jserv, apache on redhat 6.2. I'm trying to implement form-based authentication. I've got the jsp example in Tomcat 3.2 to work when running through tomcat only. However when I try the same thing t

Re: This List is over-whelming

2000-12-08 Thread Travis Low
How about a separate list for tomcat-jsp? T John Marquart wrote: > > TOMCATers, > Is there any way to make a digest form of this list available? Is > there an archive? I cannot find one mentioned at the jakarta homepage. > > This list generates a huge amount of traffic - much of it r

Re: This List is over-whelming

2000-12-08 Thread Trevor Little
Here's a searchable archive http://w6.metronet.com/~wjm/tomcat/FromFeb11/mail11.html John Marquart wrote: > > TOMCATers, > Is there any way to make a digest form of this list available? Is > there an archive? I cannot find one mentioned at the jakarta homepage. > > This list generat

This List is over-whelming

2000-12-08 Thread John Marquart
TOMCATers, Is there any way to make a digest form of this list available? Is there an archive? I cannot find one mentioned at the jakarta homepage. This list generates a huge amount of traffic - much of it redundant or already contained in the faq. This is the kind of traffic that wil

Configuring Tomcat

2000-12-08 Thread Bryan Burman
Hello, I'm new to Java development and I recently installed Tomcat 3.1 in order to have a server to run some servlet tutorials under. However, when I follow the instructions to configure my system, it calls for a file called servlets.properties to be present with some server configuration info th

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread horn_ken
This last one sounds odd but does work sometimes, alternatively, when you send the add/delete command back, make it a POST on the form, IE will expect this to be dynamic data and not cache. Make the link submit the form with appropriate parameters. Ken. [EMAIL PROTECTED] on 08/12/2000 10:

RE: 404 error w/ isapi_redirect.dll

2000-12-08 Thread Marc Saegesser
I noticed that the URI your requesting is /examples:8080/jsp/index.html. That'll never work. Try something like http://localhost:8080/examples/jsp/index.html -Original Message- From: Kintzer, Michael [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 07, 2000 12:05 PM To: '[EMAIL PROTE

RE: who added this?

2000-12-08 Thread CPC Livelink Admin
I saw that the other day. It happened to me when I was trying to use the /servlet/ and I mistyped it as /servlets/. I was in a development cycle though, so there may have been other problems, but changing from /servlets/ to /servlet/ mad it stop. Maybe it is something similar? -Original Mes

RE: $20 bucks to the 1st person who actually solves my problem!!!

2000-12-08 Thread Chris Stratton
Save your money - if this works, fine. I've had the same problems a time or two myself. First, try putting the meta tags at the end of the page as well as at the start - something about the way the browsers process the information... I don't know. I do it, it helps. Secondly, keeping in mind that

  1   2   >