Context isolation

2001-07-31 Thread Sankaranarayanan Ganapathy
Hi All, I see that when you run tomcat in a out of procee mode you can do things like context isolation (i.e running contexts in a different VMs) etc. Is it possible to do such things when tomcat is run in stand alone mode? Thanx Ganesh

RE: please help

2001-07-31 Thread HGhoreishi
Hi everybody In my servlet i have import statement as follow. import com.oreilly.servlet.RemoteDaemonHttpServlet; downloaded & unzipped the jar file from http://www.servlets.com/con/index.html in to c:\hhgg in my servlet i am using import statement as follow import hhgh.classes.com.orei

Re: how to prevent recompiling JSP after Tomcat is restarted?

2001-07-31 Thread Jim Cheesman
At 01:00 AM 01/08/01, you wrote: >is there any way to configure Tomcat so it doesn't recompile every JSP >page after the server has been restarted? > >if i haven't changed JSP it means that the compiled code is in work >directory - there's no reason to recompile that again, it just takes a >goo

RE: Oracle JDBCRealm

2001-07-31 Thread Ignacio J. Ortega
The first problem : You need to add your JDBC jars to the wrapper.properties file serach for the place where the classpath of the JVM is constructed and add your jar there.. Second Problem: Is known bug of 3.2.2 VErsion of JDBCRealm go for 3.2.3 AFAIK it corrected in that version.., but has t

Re: *.properties files

2001-07-31 Thread Jim Cheesman
At 10:56 PM 31/07/01, you wrote: >Where does tomcat expect to find the *.properties files. I've got a class >that fails with it's ResourceBundle call to a properties file. I've tried >it in the WEB-INF and WEB-INF/classes directories for the specific web app. In tomcat 4.0b6 on Win2000 I'm us

Oracle JDBCRealm

2001-07-31 Thread Joe Clem
Here it goes. Tomcat 3.2.2 Tomcat running on NT using IIS I am using oracle8i on a unix server put classes111.zip in TOMCAT_HOME/lib and renamed to classes111.jar I have verified that this jdbc driver is compatible with the oracle8i server. The following is in my server.xml file When I try to

build mod_jk.so on solaris

2001-07-31 Thread Robert Parker
Hi Im trying to build mod_jk.so on solaris. Ive dowloaded the source 3.2.3 and tried using the following command... $APACHE_HOME/bin/apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c with the appropriate directories etc. The source seems

Servlets

2001-07-31 Thread AN Sathe
I tried as suggested to run servlets fronm the test directory . I have inserted the follwoing lines in web.xml of the test/web-inf/ directory Courses Courses I tried http://localhost:8080/servlet/Courses I get a 405 error

403: forbidden error

2001-07-31 Thread raghu
> Hello guys, > I am running tomcat 3.2.2 with apache 1.3.11 on SuSE Linux 7.1,and > communication between them is thro' mod_jk.so > I compiled the src of tomcat and copied the mod_jk.so in my /apache/libexec. > I have also installed jetspeed and cocoon within my webapps. > The problems i am facin

RE: installing Tomcat on Apache 1.3.20 /win2000

2001-07-31 Thread
> -Original Message- > From: Niels Barlach [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 2:57 PM > To: [EMAIL PROTECTED] > Subject: SV: installing Tomcat on Apache 1.3.20 /win2000 > > > > > > > > Hi > > I've installed Apache 1.3.20 on a win2000 pc and it works > > fine. N

RE: How to increase HTTP timeout?

2001-07-31 Thread Andrew Jarman
Sorry, I should have been more clear. I am not having problem with my *session* timing out, I am having problems with the actual connection timing out. Here's the scenario: 1. Client does a POST, sending in an XML document (using the MSXML3 DOM on a MS client). 2. Server parses the XML, writ

RE: How to configure a custom page for JSP 404 errors?

2001-07-31 Thread Gautam Sinha
Pierce Courtney wrote: Thanks for your replies, but this simply does not work for me .. .. .. .. If anyone has actually gotten this to work on Tomcat 3.2.2, Please let me know how you did it. -- Since I needed to display a customized er

Help with servlet context

2001-07-31 Thread Tia Haenni
This is a repost. Does anyone know how to do this? There used to be methods for this in ServletContext (getServlets() and getServletNames()), but they have been deprecated with no replacements. I have a servlet which dispatches to other servlets in the same context through a RequestDispatcher ob

RE: VOTE: HTML in Messages and politeness (Was: Re: jdbc odbc bri dge on linux)

2001-07-31 Thread Tim O'Neil
At 04:02 AM 7/31/2001, you wrote: >At 12:32 PM 31/07/01, you wrote: >> > - text/x-vcard > > >What, no vcards??? I used to be able to waste hours tracking down and >deleting the little buggers from my hard drive! Now what am I going to do >on a Friday afternoon... after defrag, anti-virus, clean

Can't create bean

2001-07-31 Thread Michael Burke
I modified the NumberGuessBean example put my jsp page can't create the modified bean now any suggestions would be appreciated. The modified jsp is: <%@ page import = "num.NumberGuessBean" %> Number Guess <% if (numguess.getSuccess()) { %> Congratulations! You got it. And after ju

Re: JEFF JOCKEL FROM RATIONAL SOFTWARE: TOMCAT SERVICE WILL NOT STARTON NT

2001-07-31 Thread W. A. Sanchez
check the log files. also check if the required libraries/jar files exist -- On Tue, 31 Jul 2001 13:37:43 Jockel, Jeff wrote: >My name is Jeff Jockel and I am a tech rep with Rational Software. >We have a product called Requsite Pro which uses TOMCAT 3.2.1 for its Web >add in. > >I tried ins

Java Beans and JSP Question

2001-07-31 Thread Shawn
Dear Dan, I believe I'm familiar with the problem you're having and think it's related to Forte. In my case, either Tomcat or Forte complained about methods that were clearly there. What I've had to do is take my bean and put it in two places. Within Explorer in Forte which shows my filesystem

RE: AW: How to "alias out" port 8080?

2001-07-31 Thread Bryan Rood
I agree! -Original Message- From: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 5:06 PM To: [EMAIL PROTECTED] Subject: Re: AW: How to "alias out" port 8080? Nikolic Branislav at [EMAIL PROTECTED] wrote: > UNSUBSCRIBE!!! Definitely an idiot... Pier

Re: AW: How to "alias out" port 8080?

2001-07-31 Thread Pier P. Fumagalli
Nikolic Branislav at [EMAIL PROTECTED] wrote: > UNSUBSCRIBE!!! Definitely an idiot... Pier

RE: How to increase HTTP timeout?

2001-07-31 Thread William Kaufman
You should be able to set this in your web.xml file, with the tag. Take a look at the servlet spec, at http://java.sun.com/products/servlet/download.html . -- Bill K. > -Original Message- > From: Andrew Jarman [mailto:[EMAIL PROTECTED]] > Sent:

RE: How to "alias out" port 8080?

2001-07-31 Thread Deacon Marcus
Couldn't you just filter this list out, SPAMMER ? dM > -Original Message- > From: Nikolic Branislav [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 1:05 AM > To: [EMAIL PROTECTED] > Subject: AW: How to "alias out" port 8080? > > > UNSUBSCRIBE!!! > > -Ursprüngliche Nachri

Random SLOW response time

2001-07-31 Thread Brandon Cruz
I have a setup with Apache 1.3.x, tomcat 3.2.1, on some very random occasions, the response times will be veeerrryyy slow. So slow that it takes almost two minutes before the pages will switch. Does anyone know what may be causing this, or has anyone had similar experience? Any info would be gr

AW: How to "alias out" port 8080?

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprüngliche Nachricht- Von: Michael Wentzel [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 31. Juli 2001 21:57 An: '[EMAIL PROTECTED]' Betreff: RE: How to "alias out" port 8080? > I have the similar question: What if we have Apache run on > port 80 and don't > want to

AW: How to "alias out" port 8080?

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprungliche Nachricht- Von: Pier P. Fumagalli [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 31. Juli 2001 22:48 An: [EMAIL PROTECTED] Betreff: Re: How to "alias out" port 8080? Tim O'Neil at [EMAIL PROTECTED] wrote: > At 12:48 PM 7/31/2001, you wrote: >> I have the s

AW: *.properties files

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprüngliche Nachricht- Von: Jay Wright [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 31. Juli 2001 22:57 An: '[EMAIL PROTECTED]' Betreff: *.properties files Where does tomcat expect to find the *.properties files. I've got a class that fails with it's ResourceBundle

AW: How to "alias out" port 8080?

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprungliche Nachricht- Von: Tim O'Neil [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 31. Juli 2001 23:02 An: [EMAIL PROTECTED] Betreff: RE: How to "alias out" port 8080? At 12:43 PM 7/31/2001, you wrote: > No. You can think of it as having two butlers trying

AW: JkLogLevel

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprungliche Nachricht- Von: Tsinwah Lee [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 31. Juli 2001 23:04 An: [EMAIL PROTECTED] Betreff: JkLogLevel Hi, I read the mod_jk-howto documentation, it says "Possible log levels are debug, info, error and emerg". But I saw the

AW: How to ensure Tomcat to load multiple instances of a servlet, to handle simultaneously multiple request ?

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprüngliche Nachricht- Von: Greg Trasuk [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 31. Juli 2001 23:08 An: [EMAIL PROTECTED] Betreff: RE: How to ensure Tomcat to load multiple instances of a servlet, to handle simultaneously multiple request ? How are you h

AW: How to alias 8080

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprüngliche Nachricht- Von: Matt Barre [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 01. August 2001 00:12 An: [EMAIL PROTECTED] Betreff: How to alias 8080 I could be wrong on this, but I think you could use the Listen and Bind directives in apache's httpd.conf to bin

AW: redux -- Tomcat 3.2 & apache, 2 boxes, mod_jk

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprungliche Nachricht- Von: Maureen Fisher [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 31. Juli 2001 23:20 An: [EMAIL PROTECTED] Betreff: redux -- Tomcat 3.2 & apache, 2 boxes, mod_jk I've been going through the archives and I am still stuck. While I can do this usi

AW: How to "alias out" port 8080?

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprungliche Nachricht- Von: Tim O'Neil [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 31. Juli 2001 23:31 An: [EMAIL PROTECTED] Betreff: Re: How to "alias out" port 8080? At 01:47 PM 7/31/2001, Pier P. Fumagalli wrote: >Unless you bind to two different IP addresses on

AW: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprungliche Nachricht- Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 31. Juli 2001 23:35 An: '[EMAIL PROTECTED]' Betreff: RE: SAX 2.0, sealing, Tomcat 3.2.3 On Tue, 31 Jul 2001, Bryan Rood wrote: > Pier, > > I am interested in using a 4.0.so

AW: Java Beans and JSP Question.

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprungliche Nachricht- Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 31. Juli 2001 23:52 An: [EMAIL PROTECTED] Betreff: Re: Java Beans and JSP Question. On Tue, 31 Jul 2001, Dan Hinojosa wrote: > I have a standard java bean. The different th

AW: Tomcat-Solaris-JSP doesn't work.

2001-07-31 Thread Nikolic Branislav
UNSUBSCRIBE!!! -Ursprüngliche Nachricht- Von: Bokin, Vadim D. [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 31. Juli 2001 23:53 An: '[EMAIL PROTECTED]' Betreff: Tomcat-Solaris-JSP doesn't work. Here's my system: Solaris 8, Tomcat 3.2.3. Trying to get a simple JSP page to work (tomc

how to prevent recompiling JSP after Tomcat is restarted?

2001-07-31 Thread Andrei Rusakou
is there any way to configure Tomcat so it doesn't recompile every JSP page after the server has been restarted? if i haven't changed JSP it means that the compiled code is in work directory - there's no reason to recompile that again, it just takes a good amount of time... andrei __

How to increase HTTP timeout?

2001-07-31 Thread Andrew Jarman
I'm using Tomcat 3.2.3, and I would like to increase the HTTP timeout from 5 min to something a bit longer. I have an application that sends XML to the server, which generates a report. Sometimes the server takes a long time to generate the file, which results in an aborted report. The XML re

Tomcat-IIS

2001-07-31 Thread Marko Viitanen
Hi, I followed the instructions in the tomcat-iis how-to file. I have now started over about 10 times, and I just can't get it to work. I am running Windows 2000 professional, JDK 1.3.1, Tomcat 3.2.3 Here is my registry: <<...OLE_Obj...>> Here is the isapi filter location <<...OLE_Obj...>

Re: Tomcat 4.05b - recompile required for SSL?

2001-07-31 Thread Lloyd Llewellyn
> It is "drop-in" in the sense that any app that works under b5 should work > unchanged under b6. However, I would never ever ever ever :-) try to > install Tomcat or any other package "on top of" an existing directory > containing a different version. That's just asking for weird and wild > b

Java Beans and JSP Question.

2001-07-31 Thread Shawn
Dear Dan, I believe I'm familiar with the problem you're having and think it's related to Forte. In my case, either Tomcat or Forte complained about methods that were clearly there. What I've had to do is take my bean and put it in two places. Within Explorer in Forte which shows my filesy

Tomcat-Solaris-JSP doesn't work.

2001-07-31 Thread Bokin, Vadim D.
Here's my system: Solaris 8, Tomcat 3.2.3. Trying to get a simple JSP page to work (tomcat examples, or my own). What happens is that the browser never moves on, but in the tomcat directory $TOMCAT_HOME/work, there generates a HUGE java file, named "_0002F...name of theJSPfile.dot.java"

Re: Java Beans and JSP Question.

2001-07-31 Thread Craig R. McClanahan
On Tue, 31 Jul 2001, Dan Hinojosa wrote: > I have a standard java bean. The different thing about it is that I > usually have two overloaded set methods per attribute. Doing this violates the design patterns for getters and setters listed in the JavaBeans specification. Therefore, the JDK's in

Tomcat-Solaris-JSP doesn't work.

2001-07-31 Thread Bokin, Vadim D.
Here's my system: Solaris 8, Tomcat 3.2.3. Trying to get a simple JSP page to work (tomcat examples, or my own). What happens is that the browser never moves on, but in the tomcat directory $TOMCAT_HOME/work, there generates a HUGE java file, named "_0002F...name of theJSPfile.dot.java" th

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Craig R. McClanahan
On Tue, 31 Jul 2001, Bryan Rood wrote: > Pier, > > I am interested in using a 4.0.something tomcat build. > > Are there official sources at apache that can confirm the "VERY_stable" > declaration that you have made? > My company won't let me use anything but a stable production release. > Is th

Re: How to "alias out" port 8080?

2001-07-31 Thread Tim O'Neil
At 01:47 PM 7/31/2001, Pier P. Fumagalli wrote: >Unless you bind to two different IP addresses on the same machine. If he has a multi homed machine, which was not mentioned and is effectively two different machines anyway, as far as IP is concerned.

redux -- Tomcat 3.2 & apache, 2 boxes, mod_jk

2001-07-31 Thread Maureen Fisher
I've been going through the archives and I am still stuck. While I can do this using mod_jserv, I have recently set up a box with ajpv13 and mod_jk. I have several contexts on the same machine that are mounted and operating. However I have been asked to mount a context from another machine. I

How to alias 8080

2001-07-31 Thread Matt Barre
I could be wrong on this, but I think you could use the Listen and Bind directives in apache's httpd.conf to bind it to individual ip addresses, and in tomcat 4 you can use the address parameter in the service decriptor. Basically they would be on the same port, but different ip addresses. Matt

RE: How to ensure Tomcat to load multiple instances of a servlet, to handle simultaneously multiple request ?

2001-07-31 Thread Greg Trasuk
How are you handling the database connections? JDBC drivers are required to be re-entrant, but not necessarily concurrent. What this means is that if you have multiple threads trying to use the same Connection object, then a query from thread B will wait until the query from Thread A com

JkLogLevel

2001-07-31 Thread Tsinwah Lee
Hi, I read the mod_jk-howto documentation, it says "Possible log levels are debug, info, error and emerg". But I saw the Apache httpd.conf file of our system, the JkLogLevel is "warn". So is "warn" a possible log level too? Thanks in advance. T.

RE: How to "alias out" port 8080?

2001-07-31 Thread Tim O'Neil
At 12:43 PM 7/31/2001, you wrote: > No. You can think of it as having two butlers trying to answer the >same door - it just doesn't work because they fight with each other to >answer the door. (Its not quite that straight forward, but you probably get >the idea) Actually, it is that st

*.properties files

2001-07-31 Thread Jay Wright
Where does tomcat expect to find the *.properties files. I've got a class that fails with it's ResourceBundle call to a properties file. I've tried it in the WEB-INF and WEB-INF/classes directories for the specific web app. I have tomcat running as a standalone server on a solaris box. Tha

Re: How to "alias out" port 8080?

2001-07-31 Thread Pier P. Fumagalli
Tim O'Neil at [EMAIL PROTECTED] wrote: > At 12:48 PM 7/31/2001, you wrote: >> I have the similar question: What if we have Apache run on port 80 and don't >> want to config Apache to work with Tomcat? So can we have both Apache and >> Tomcat >> standalone run on port 80 so users don't need to typ

RE: How to "alias out" port 8080?

2001-07-31 Thread Michael Wentzel
> I have the similar question: What if we have Apache run on > port 80 and don't > want to config Apache to work with Tomcat? So can we have > both Apache and Tomcat > standalone run on port 80 so users don't need to type the > port number? Thanks. Nope. --- Michael Wentzel Software Developer

RE: How to "alias out" port 8080?

2001-07-31 Thread Pete Freitag
You have to configure Apache to work with tomcat if you want them both to cooperate. Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developers Resources http://www.cfdev.com/ -Original Message- From: Tsinwah Lee [mailto:[EMAIL PROTECTED]] S

RE: IIS ?

2001-07-31 Thread Randy Layman
Read the mailing list archives. I personally have answered this twice already TODAY! Randy > -Original Message- > From: Vassallo, Carlos [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 2:10 PM > To: '[EMAIL PROTECTED]' > Subject: IIS ? > > > I make all the s

RE: How to "alias out" port 8080?

2001-07-31 Thread Randy Layman
You need to reconfigure Tomcat to listen on port 80. This will cause problems on computers that already have a web server (Apache, IIS, iPlanet, etc) running. Also, unless you are the root user this is not allowed on Unix computers. Randy > -Original Message- > From: A

RE: JEFF JOCKEL FROM RATIONAL SOFTWARE: TOMCAT SERVICE WILL NOT START ON NT

2001-07-31 Thread Randy Layman
The jk_nt_service can not deal with spaces in file names. Long names are fine, but short names are a problem. I would suggest that you move the products to different directories (i.e. C:\Rational as opposed to C:\Program Files\Rational). Randy > -Original Message- > Fr

RE: How to ensure Tomcat to load multiple instances of a servlet, to handle simultaneously multiple request ?

2001-07-31 Thread Randy Layman
This is most definitely a problem with either your database or your database access architecture. Tomcat, using one servlet instance, can handles hundred and even thousands of concurrent requests - each request runs in a thread that executes the appropriate method of the servlet.

RE: jk_nt_service doesn't work like in the description

2001-07-31 Thread Randy Layman
First, you probably want to send your message in text only format, sending in HTML or RTF will cause you message to appear very similar to jibberish on those people who use mail readers that can't read your message, thus limiting your audience which you probably don't want. Your

RE: How to "alias out" port 8080?

2001-07-31 Thread Randy Layman
No. You can think of it as having two butlers trying to answer the same door - it just doesn't work because they fight with each other to answer the door. (Its not quite that straight forward, but you probably get the idea) Randy > -Original Message- > From: Tsinwah Le

Re: How to "alias out" port 8080?

2001-07-31 Thread Tim O'Neil
At 12:48 PM 7/31/2001, you wrote: >I have the similar question: What if we have Apache run on port 80 and don't >want to config Apache to work with Tomcat? So can we have both Apache and >Tomcat >standalone run on port 80 so users don't need to type the port number? Thanks. Can't do that. You ca

Re: How to "alias out" port 8080?

2001-07-31 Thread Tsinwah Lee
I have the similar question: What if we have Apache run on port 80 and don't want to config Apache to work with Tomcat? So can we have both Apache and Tomcat standalone run on port 80 so users don't need to type the port number? Thanks. T. Barry Draper wrote: > Here's one way to do it. > If you

RE: How to "alias out" port 8080?

2001-07-31 Thread Barry Draper
Here's one way to do it. If you don't need to use port 80 (the default port for an HTTP server) for another HTTP (aka web) server, change the port number in the file TOMCAT_HOME/conf/server.xml from 8080 to 80. Here's the snippet of code where I changed this on my Tomcat 3.2.1 installation. Note t

RE: How to "alias out" port 8080?

2001-07-31 Thread Pete Freitag
If you change your config to run the server on port 80 instead of 8080 your web browser will assume http://myorg.org:80/ when you type http://myorg.org/ since port 80 is the default port for http. Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM Web Developers R

IIS ?

2001-07-31 Thread Vassallo, Carlos
I make all the steps described in the paper: Working with the Jakarta NT Service and I can´t stand up the Tomcat service. My NT reports error 2140 when I try to do that. Could you help me ? Thanks. Carlos Vassallo.-

Re: How to ensure Tomcat to load multiple instances of a servlet, to handle simultaneously multiple request ?

2001-07-31 Thread Nils O. Selåsdal
On Tuesday 31 July 2001 10:41 am, you wrote: > Here is a short description of the configuration used : > - tomcat-v3.2.2, apache-v1.3 > - the Servlet implements SinglethreadModel, Font implement the singlethread model, then you can take as many concurrent requests as the machine can handle.. Jus

How to "alias out" port 8080?

2001-07-31 Thread Ali Manji
Hi, I am trying out a Tomcat 4.0 beta and was wondering if there is a way to "alias out" the port. So for instance, I would like to enter: http://myorg.org/stuff instead of http://myorg.org:8080/stuff Is this possible? Thanks in advance for any help! **

How to get everyone to use one config

2001-07-31 Thread Brandon Cruz
I have a system set up on tomcat 3.2.1, linux, apache... I have several virtual hosts that are all using the same web application. This application consists of a bunch of class files that are stored in $tomcat_home$/classes and packages stored in $tomcat_home$/lib. I would like to be able to set

RE: Customize Url Rewriting + QUESTION

2001-07-31 Thread Ashish Bajpai
HI! I looked at the apache rewrite stuff, however that is not exactly what i was looking for. Let me explain it again so that the requirement is more clear, See when we are using the Url rewriting for session tracking in Tomcat, each url in the page has got jsessionId appended to it, my requireme

Something wrong with nt service

2001-07-31 Thread 林修名 Nigel H. Lin
Dear Sir: I try to set Jakarta for nt service. But, the service never starts. My system is win2000 server and tomcat version is 3.2.2. Please help me with that. Thank you for your greate help. Sincerely, Nigel ps. I have done everything

RE: jk_nt_service: New Version

2001-07-31 Thread Ignacio J. Ortega
> > Anyway, if anyone wants a copy, just let me know. (I also > modified the > documentation.) Comments, suggestions, and bug reports are welcome. > > *** Also, could someone in the know give me a hand submitting > this code back > to the Jakarta project? I'll be glad to review and commit

Re:subscribe to mail-list

2001-07-31 Thread Dwaipayan
please subscribe me. _ For Rs. 2,000,000 worth of Aptech scholarships click below http://events.rediff.com/aptechsch/scholarship.htm

JEFF JOCKEL FROM RATIONAL SOFTWARE: TOMCAT SERVICE WILL NOT START ON NT

2001-07-31 Thread Jockel, Jeff
My name is Jeff Jockel and I am a tech rep with Rational Software. We have a product called Requsite Pro which uses TOMCAT 3.2.1 for its Web add in. I tried installing this application on a client's NT SP6 box and upon trying to start the Jakarta NT service (called RqTomcat) I received an NT 2140

Re: Java Beans and JSP Question.

2001-07-31 Thread Pritchard
I spent some time chasing the same problem. It appeared to me that the Introspector was getting get/set methods in pairs based on the property name, parameter list, and return type. It seemed to expect that you adhered to the Java beans standard of void setA(int a){} int getA(){} where the retu

Dumb question of the day

2001-07-31 Thread Richard Draucker
Does anyone know where I can get a little tomcat .xpm icon for my Linux desktop? -- Richard Draucker [EMAIL PROTECTED] Protected-Data.Com www.protected-data.com Remote Data Support For Web Developers

Tomcat 4.0 stability (Was: Re: SAX 2.0, sealing, Tomcat 3.2.3)

2001-07-31 Thread Pier P. Fumagalli
Bryan Rood at [EMAIL PROTECTED] wrote: > Pier, > > I am interested in using a 4.0.something tomcat build. Good... > Are there official sources at apache that can confirm the "VERY_stable" > declaration that you have made? Never seen a complaint about 4.0b6 running in stand-alone mode. > My c

RE: Help!! Apache won't redirect to tomcat

2001-07-31 Thread Andrew Inggs
Nance, Michael wrote: > Are you saying it does NOT use web.xml? Then what does it use? Correct, it does *not* use TOMCAT_HOME/conf/web.xml. But, it *does* use PATH-TO-YOUR-WEB-APP/WEB-INF/web.xml. And, it *does* use TOMCAT_HOME/conf/server.xml. You seem to be missing the whole web app setup. T

Java Beans and JSP Question.

2001-07-31 Thread Dan Hinojosa
I have a standard java bean. The different thing about it is that I usually have two overloaded set methods per attribute. For example, public class MyBean { private int a; public setA (int a) throws Exception { if (a > 100) throw new Exception ("Must be less than 100"); }

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Bryan Rood
Pier, I am interested in using a 4.0.something tomcat build. Are there official sources at apache that can confirm the "VERY_stable" declaration that you have made? My company won't let me use anything but a stable production release. Is the 4.0 the same as prod quality? thanks so much, Bryan

Re: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Pier P. Fumagalli
Andrew Cooke at [EMAIL PROTECTED] wrote: > > I don't want to use 4.0 as it's beta. Don't worry about being a beta... It's stable, _VERY_ stable. Pier

Application Scope

2001-07-31 Thread crabcorn
Hi, If I declare a bean of scope="application" can I use this bean again on another JSP? Basically I want to instantiate a class for the whole app and then from different pages access that class. Is this possible? Because you have to put the bean declaration in the JSP to be able to use it. And

SV: APACHE & NT 4

2001-07-31 Thread Niels Barlach
Carlos it's the same problem i wrote about earlier today. apache 1.3.20 uses modules with the extension *.so and won't accept a *.dll (i used mod_jk.dll). It then fails to load Apache a says something about not being EAPI. I gave up for now and installed an old Apache where it works. But i'm st

RE: image resize

2001-07-31 Thread Pete Freitag
I wouldn't say its "Beyond the Scope of Servlets" there are several usages for server side image manipulation in web applications, and many other web development languages have components for doing so. For instance - automatically resizing images when they are uploaded so that they are al

RE: APACHE & NT 4

2001-07-31 Thread Mark Gash
Carlos, Where are you putting the ApacheModuleJServ.dll?? It should go in the apache\modules directory? Kind Regards, Mark Gash Consultant TriSystems Ltd. 020 7264 0440 [EMAIL PROTECTED] -Original Message- From: Carlos Eduardo Mariolani [mailto:[EMAIL PROTECTED]] Sent: Tues

Re: Tomcat 4.05b - recompile required for SSL?

2001-07-31 Thread Craig R. McClanahan
On 31 Jul 2001, Lloyd Llewellyn wrote: > > > Also, you should really download "beta 6" instead -- a boatload of bugs > > have been fixed since "beta 5". > > Thanks, I'll do that. Is it a drop-in replacement for b5 (just copy > over class files)? It is "drop-in" in the sense that any app tha

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Inggs
Andrew Cooke wrote: > Excellent - thanks! That URL even has the "rename file to > zparser.jar" meme that my boss keeps swearing is the > solution... :-) :-) Please let us know what you do and whether it works. Also, I'm not sure what platform you're on, but on Windows, if the path to the dire

RE: image resize

2001-07-31 Thread Pete Freitag
Resizing with the IMG tag does work for slight scaling. In the case where you are generating thumbnails, you would still be downloading the full sized image, and would defeat the purpose of having thumbnails. I've been working on a server side solution for this also, but have run into a couple of

Re: The relationship between Tomcat security mechanism and JAAS?

2001-07-31 Thread Francis Pallini
Hello, I had the same problem, but I never managed to get the LDAP login module at work. In theory, you can use this JAAS module to check user authentication and get user roles from the LDAP server with a very few code. JNDI login module is very poorly documented... By now, the following code

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Ignacio J. Ortega
Another way ( easy way at least ) is to get Tomcat 3.3 Beta 1 and use it.. It implaments too a isolated classloader schema for webapps and internals.. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Andrew Cooke [mailto:[EMAIL PROTECTED]] > Enviado el: martes 31 de julio de 200

Re: image resize

2001-07-31 Thread Richard Draucker
Can you be more specific what you mean by "resize"? Html will allow you to set the displayable height/width of an image. If your servlet is outputting html, just add a height or width attribute. However, if you want to "manipulate" the image itself that's beyond the scope of tomcat or servlets

RE: image resize

2001-07-31 Thread William Kaufman
There's also the possibility of letting the browser resize it for you, by setting the width and height attributes of the tag. Browsers don't scale images well, but it's a whole lot easier than doing it yourself. (Also note that AWT can't run on Unix without an X server, nor can it run if the se

Tomcat question!

2001-07-31 Thread Gustavo Mejia
Hello everyone, I need to evaluate Tomcat, but I can't find the characteristics of this, like, how manage the memory ?, max number of users connected, .. ? things like these, do you know wher I can find them ? Thanks a lot ! -- Gustavo Mejía Mora INFOTEC Tel: 5624 28 00 Ext: 253

RE: How can I logoff

2001-07-31 Thread djhutchison
I'm using form authentication and used session.invalidate(). This works great but the browser may be cacheing your logoff page, in which case you may get some unexpected results if you logoff and back in more than once. You need to disable the page cacheing. I used the following in the head sectio

Re: install/start tomcat-mod_jk-apache

2001-07-31 Thread Sampath K Settipalli
No. that was a error in typing in this mail. It points correctly. Thanks, Sampath Loïc Lefèvre wrote: > I think your directory could be the error: > > Syntax error on line 8 of > /usr/home//tomcat/jakarta-tomcat-3.2.3/conf/mod_jk.conf-auto: > Can't locate API module structure `jk_module' in fi

fault tolerance tomcat4

2001-07-31 Thread Matt Barre
I am hosting several sites on a Solaris 8 SPARC box. I would like to use tomcat4 b6+ to take care of all my serving. I've load tested it using JMeter and it performs more than admirably for my uses. My question is how to replicate the fault tolerance I used to have with apache + tomcat where I ha

Re: white space in JSP

2001-07-31 Thread Rodney J. Lucas
thanks but that didn't work. This has the same problem on Windows2000. Hariharasubramanian Ranganathan wrote: > Check for any "null" character (ascii 0) that might be placed in your JSP > file accidently. > > - Hari. > > - Original Message - > From: "Rodney J. Lucas" <[EMAIL PROTECTE

RE: Help!! Apache won't redirect to tomcat

2001-07-31 Thread Nance, Michael
Are you saying it does NOT use web.xml? Then what does it use? I did rename it and got the same error...so now I am very confused. Also in server.xml I have this which points to the location of my servlets -Original Message- From: Andrew Inggs [mailto:[EMAIL PROTE

RE: install/start tomcat-mod_jk-apache

2001-07-31 Thread Loïc Lefèvre
I think your directory could be the error: Syntax error on line 8 of /usr/home//tomcat/jakarta-tomcat-3.2.3/conf/mod_jk.conf-auto: Can't locate API module structure `jk_module' in file because of the 2 slashs /usr/home//tomcat/... -Message d'origine- De : Sampath K Settipalli [mailto:[E

RE: image resize

2001-07-31 Thread Cory Powers
I'm not sure, but there is good info on working with images on the jguru site. Try http://www.jguru.com/faq/home.jsp?topic=Media -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:13 AM To: [EMAIL PROTECTED] Subject: image resize Hi, this

image resize

2001-07-31 Thread Reynir Hübner
Hi, this is probably a bit of topic... What would be the best way to resize images with servlet ? I have .jpgs and .gifs in files (not kept in database) and I need to create new files in different sizes from those images. Is anyone willing to give me a hint (or more :) on how to do it. thanx -r

install/start tomcat-mod_jk-apache

2001-07-31 Thread Sampath K Settipalli
Hi, I've installed Apache 1.3.20 (built with source) & binary version of tomcat 3.2.3 on solaris. To build mod_jk I used source of tomcat 3.2.3 (src/native/jk library) and created mod_jk.so . It created with some warnings: I copied the mod_jk.so to apache/libexec and added a Include statement

  1   2   >