Re: HTML in Messages and politeness

2001-07-29 Thread Andrew Robson
don't understand quite why Emir is getting such stick for pointing this out particularly as the question was completely off-topic and he was offering to help if the person just stuck to the guidelines. andrew

Re: Apache cannot connect to Tomcat

2001-07-29 Thread Andrew Robson
to work to see if JSP issue. andrew On Sun, 29 Jul 2001, you wrote: If you're using mod_jk, you have to add the connector to your server.xml file. I'm not sure why you *haven't* done that. Apache and Tomcat won't be able to communicate without it. So, I would suggest starting

RE: Intermittent ferrors with ajp12 with tc3.2.1 on solaris with stronghold (apache)

2001-07-27 Thread Andrew Inggs
, then Tomcat -- Andrew

RE: WebappClassLoader question

2001-07-27 Thread Andrew Inggs
reflection without junit.jar in the classpath. What are you really trying to achieve? -- Andrew

RE: Intermittent ferrors with ajp12 with tc3.2.1 on solaris with stronghold (apache)

2001-07-27 Thread Andrew Inggs
/tomcat-3.2-doc/uguide/tomcat_ug.html -- Andrew -Original Message- From: John Thompson [mailto:[EMAIL PROTECTED]] Sent: 27 July 2001 10:44 To: [EMAIL PROTECTED] Subject: RE: Intermittent ferrors with ajp12 with tc3.2.1 on solaris with stronghold (apache) Andrew, Thanks for your response

Re: Problems with authentication

2001-07-26 Thread Andrew Robson
the handling of this url to tomcat. andrew On Thu, 26 Jul 2001, you wrote: Thank you! this will help me understand how it works with j_security_check, j_username and j_password better. But i still have the problem that the authorization doesn't work with apcach + tomcat. I've read that other people

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

2001-07-26 Thread Andrew Inggs
by default, but it doesn't hurt to check). -- Andrew

mod_jk problems

2001-07-26 Thread Andrew Ormsby
Hi, I'm using Apache 1.3.20 and Tomcat 3.3m4 and I have the following problem: I have a simple servlet which responds to GET requests by returning a web page with some binary content. The precise content is selected by a parameter, e.g: http://host/servlet/get?p=1 Accessing the servlet from

Re: request for suggestions on how to secure a web application....

2001-07-25 Thread Andrew Robson
the look of Realms I'm afraid you will have to upgrade to 3.2.3 as earlier versions have a rather large security vulnerability. andrew On Wed, 25 Jul 2001, you wrote: I'm not sure whether it'll work for you but you can assert current session on each jsp page that you want to protect (assuming you

RE: help please!

2001-07-24 Thread Andrew Inggs
not show up, however, /examples in the above URL works. Hang on, what happened to the :8080? What happens when you try http://localhost/baseball/ from the UNIX box? -- Andrew

RE: help please!

2001-07-24 Thread Andrew Inggs
-- Andrew

RE: Setting Tomcat HTTP Request Timeout

2001-07-19 Thread Andrew Birchall
. -- Bill K. -Original Message- From: Andrew Birchall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 5:25 AM To: [EMAIL PROTECTED] Subject: Setting Tomcat HTTP Request Timeout Hi, We are using a standalone Tomcat 3.2.1 for our servlet app

Setting Tomcat HTTP Request Timeout

2001-07-18 Thread Andrew Birchall
Hi, We are using a standalone Tomcat 3.2.1 for our servlet app. and we keep getting Error 500 read timeout errors from Tomcat on requests which take a long time. Is there any way of setting the Request timeout in Tomcat so we can set it to a larger value? Thanks Andy Birchall Software Developer

RE: IIS Redirect Issue

2001-07-18 Thread Andrew Birchall
Can you view the examples servlets through IIS? You may have to mount your webapp context to the ajp12 worker in conf\uriworkermap.properties the same way that examples does, i.e /examples/*=ajp12 Regards Andy B -Original Message- From: Josh Kuebel [mailto:[EMAIL PROTECTED]] Sent:

RE: JDK 1.3.0...

2001-07-17 Thread Everitt, Andrew
All olg JDKs are available on the Sun site, you just have to know where to look, try going to: http://java.sun.com/j2se/1.3.0/ Cheers, Andi Andrew Everitt Xerox Mobile Solutions, Cambridge. UK -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED

Re: Need workaround for Tomcat security.

2001-07-16 Thread Andrew Robson
be very interested if you find a solution. Presumably no-one on the list has one? andrew On Sun, 15 Jul 2001, you wrote: Ok, i needed to put some security constraints to a dircetory, so I added this to my web.xml: security-constraint display-nameUQoS Amin Area/display-name web

Re: Need workaround for Tomcat security.

2001-07-16 Thread Andrew Robson
Jeff, TC 3.2.1 on linux. Apache and mod_jk It seems to me (without having had a chance to check) that this must be a misconfig at the apache and apache/tomcat end of things rather than a tomcat bug as such. Any thoughts? It would be a pretty big hole if it was a genuine bug. andrew

Re: java-linux-tomcat configuration problem

2001-07-11 Thread Andrew Robson
What linux distribution do you have? Redhat 7.1? andrew On Wed, 11 Jul 2001, you wrote: I installed jdk 1.3.1 on my linux box to support tomcat, and set the PATH variable accordingly. However, now the instances of my server don't start up and java hangs. (The TOP command shows that java

Re: List traffic et al

2001-07-06 Thread Andrew Robson
the archives before posting. And it is fairly clear that doesn't work. Last point: This list has saved my bacon a couple of times in the last eight months. As irritating as the high volume can be I think it is still very valuable in its current form. andrew On Fri, 06 Jul 2001, you wrote: I'm

RE: c++ dll

2001-07-05 Thread Everitt, Andrew
To: [EMAIL PROTECTED] Subject: RE: c++ dll Can you mail the snippet of your code? -Original Message- From: Everitt, Andrew [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 4:26 PM To: '[EMAIL PROTECTED]' Subject: RE: c++ dll Arik, Try setting 'java.library.path

RE: Virtual hosting with IIS

2001-07-03 Thread Everitt, Andrew
Markus, Go in to IIS admin console and right click the computer icon, select properties. In 'Master Properties' select 'WWW Service' and click the 'Edit ...' button this will bring up the default properties page for all virtual server's on the computer - set the things you want set globally and

Netscape/Tomcat link appears incorrect

2001-07-03 Thread Andrew Willshire
, but to no avail. Cheers, Andrew. -- ___ FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup FREE PC-to-Phone calls with Net2Phone http://www.net2phone.com/cgi-bin/link.cgi?121

RE: Virtual hosting with IIS

2001-07-03 Thread Everitt, Andrew
servlet contexts could be invoked. Any idea how to accomplish this? Note that I have several dozens of web servers, so using a separate JVM for each is ruled out. Thanks for any help -markus - Original Message - From: Everitt, Andrew [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: First attempt at mod_jk

2001-06-29 Thread Andrew Cochrane
docbase should be docBase... on 29/6/01 1:12 PM, Andrew Cochrane at [EMAIL PROTECTED] wrote: Hi all, Tomcat 3.2.2, Apache 1.3.19 Debian 2.4.5 Trying to setup virtual hosts html is working jsp is working but giving me the same error... Error: 500 Location: /examples/jsp/num

Re: First attempt at mod_jk

2001-06-29 Thread Andrew Cochrane
tomcat appears to be serving all the html/jsp on one line, can this be controlled? I have read somewhere that this can be controlled. tomcat 3.2.2 apache 1.3.19 debian 2.4.5 Andrew Cochrane Manager - Information Technology Systems Color Solutions

First attempt at mod_jk

2001-06-28 Thread Andrew Cochrane
! IfModule mod_jk.c JkWorkersFile /etc/apache/mod_jk/workers.properties Include /etc/apache/mod_jk/tomcat-auto /IfModule Extract of server.xml !-- Apache AJP13 support. Added by Andrew Cochrane 29/06/01. As per tomcat instructions. -- Connector className

Re: httpsession and graceful shutdown in tomcat

2001-06-25 Thread Andrew Zhdanov
for session attributes are notified and waited for clean shut down before tomcat shuting down and it may be later activated again when tomcat starts another day. But i can say exaxtly about situation in current release (3.2) Hope that helps a little. -- Best regards, Andrew

Re: Servlet HTTP path

2001-06-25 Thread Andrew Zhdanov
without description then you type http://localhost/myapp/AnotherServletName and it works! but care about tomcat logs - there must be usefull info if smth goes wrong. -- Best regards, Andrew

Re[2]: ssl on tomcat?

2001-06-25 Thread Andrew Zhdanov
, Andrew

Re: Windows NT service failed to start

2001-06-21 Thread Andrew Zhdanov
to have it as a service.. JD Thank you for your help. JD Jeff JD Find the best deals on the web at AltaVista Shopping! JD http://www.shopping.altavista.com -- Best regards, Andrew

Re: cannot run servlet

2001-06-21 Thread Andrew Zhdanov
-mapping /web-app === then you should to place MyServlet.class to dir/web-inf/classes and restart your app-server and then try http://localhost/dir/servlet -- Best regards, Andrew

nt_service: doesn't restart wrapper.stdout=???

2001-06-21 Thread Andrew Zhdanov
and tocmat shows its std window - but it is absolutely empty. thanks in advance)) -- Best regards, Andrew

catalina - webapps/manager (instead of admin?)

2001-06-21 Thread Andrew Zhdanov
? But before (in tomcat3.2) i could write trusted=true in context description in server.xml, and what now should i do? thanks in advance) -- Best regards, Andrew

Trying to configure Netscape Enterprise Server Tomcat

2001-06-20 Thread Andrew . Willshire
this? Even pointers to other emails or faqs would be great! I've attached my NES obj.conf file, if this is any help. Many thanks, Andrew. Init fn=flex-init access =d:/programs/Netscape/SuiteSpot/https-h0c3_pc103/logs/access format.access=%Ses-client.ip% - %Req-vars.auth-user% [%SYSDATE%] \%Req

Re: JDBC Realm problem..

2001-06-20 Thread Andrew Zhdanov
(jars) to classpath everytime you install new jars. But i'd like to say that i'm not sure what is JDBCRealm AT Thanks in advance, AT Anurag -- Best regards, Andrew

Problem with sendError

2001-06-20 Thread Andrew Baptist
the error is preferrable is it allows centralized error reporting for a set of different errors (404, 503, ...) Andrew

Context.log - filename

2001-06-19 Thread Andrew Zhdanov
localhost_log. I guess it is easy but i can't catch it. Thanks in advance) -- Best regards, Andrew

nt-service

2001-06-18 Thread Andrew V. Zhdanov
request. ^^^ maybe i shuld contact some one else? -- Best regards, Andrew

NT-service

2001-06-18 Thread Andrew Zhdanov
to service the logon request. what does it mean and what should i do??? And did smb use nt_service successfully?? Thanks a lot)) -- Best regards, Andrew

Re[2]: nt-service

2001-06-18 Thread Andrew Zhdanov
to Specific account with correspondent values - faild, also TON -Tim -- Best regards, Andrewmailto:[EMAIL PROTECTED]

Re[3]: nt-service

2001-06-18 Thread Andrew Zhdanov
Hello Andrew, Monday, June 18, 2001, 7:46:58 PM, you wrote: AZ Hello Tim, AZ Monday, June 18, 2001, 7:23:34 PM, you wrote: TON At 08:49 AM 6/18/2001, you wrote: Hello tomcat-user, Please, could you help me: i've made everything as described in NT-Service-howto.html but i've got

RE: Tomcat 3.2.2 Install problems

2001-06-15 Thread Andrew McGhee
JAVA_HOME This should get you going. Regards, Andrew -Original Message- From: Howler D. Wolfe [mailto:[EMAIL PROTECTED]] Sent: 15 June 2001 05:15 To: [EMAIL PROTECTED] Subject: Tomcat 3.2.2 Install problems Hello Everyone, Sorry for reposting this...but I could really use some help

tomcat 3.2.2 source build missing /util/xml/PopStack.java ?

2001-06-14 Thread Andrew McGhee
help and assistance offer, Regards, Andrew Mc.Ghee [root@localhost bin]# ./startup.sh Using classpath: /usr/src/dist/tomcat//lib/ant.jar:/usr/src/dist/tomcat//lib/jasper.jar:/usr/ src/dist/tomcat//lib/servlet.jar:/usr/src/dist/tomcat//lib/test:/usr/src/dis t/tomcat//lib/webserver.jar:/usr/java/lib

RE: Re: JDBC Realm

2001-06-13 Thread Andrew Robson
) to httpd.conf to tell apache to delegate the handling of this bit of magic to tomcat. andrew On Wed, 13 Jun 2001, you wrote: Mark, I appreciate your help. I have tried to adapt the examples and I believe I have everything in place. However, apache just wont bring the login form when I try

RE: Corrupt isapi_redirect.dll and ISS5

2001-06-11 Thread Andrew Chitty
this appears to be irrelevant as I've installed on 2nd machine without even attempting to register! Hope this helps, Andrew -Original Message- From: Lawrence Kemdirim [mailto:[EMAIL PROTECTED]] Sent: 11 June 2001 11:08 To: [EMAIL PROTECTED] Subject: Corrupt isapi_redirect.dll and ISS5 Dear

JSP reloading doesn't work

2001-06-06 Thread Andrew
Hi, I think JSP reloading in Tomcat4.0b5 seems doesn't work properly - pages not reloading if I change JSP adn press reload button in IE while JSP not use caching( Cache-Control:no-cache,Expires:-1). Even after restart Tomcat try to use files in "work" folder but reloadable set in "true"

JSP Session BUG

2001-06-06 Thread Andrew
Hi, when I use session.invalidate() and on the same page located jsp:useBean id="xpeo" scope="session", after invalidation,I've got the error: getAttribute() IllegalStateException- session invalidated.That't true but it's OK and code in JSP must assume that xpeo=null, I mean: //generated

modify html error page in Tomcat

2001-05-21 Thread Andrew Chou
Hi, This might be a newbie question but is it possible for tomcat to return a customized html error page such as 404 File Not Found? I'd like to do that just like in IIS where you can specify customized error page for each return code. Thanks for your help!

RE: modify html error page in Tomcat

2001-05-21 Thread Andrew Chou
don't exactly (depends on your exact scenerio) , but it is possible to redirect apache error pages to servlets. (see httpd.conf) Mvgr, Martin -Original Message- From: Andrew Chou [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 22, 2001 12:45 AM To: [EMAIL PROTECTED] Subject

Complete credentials

2001-05-19 Thread Andrew
Hi,where I can find out user password for user from request.getRemoteUser()? Thanks.

Static filed reference BUG since( Tomcat 4b2-b5)

2001-05-17 Thread Andrew
Hi, every time I try to reference static field(from jsp page)in nonpackaged class I've got jasper error: Undefined variable or class name: Myclass, but I've put that in \WEB-INF\classes dir of my app and Tomcat4b1 process my page without any errors. What could be wrong?

Re: java.lang.IllegalStateException

2001-05-16 Thread Andrew Robson
Hi Chad, Yes. I think more or less any time I write to WEB-INF/classes without re-starting tomcat I get exact same error. I have the same set-up but also had the same problem tomcat 3.2 and redhat 6.2 andrew On Wed, 16 May 2001, you wrote: tomcat 3.2.1 redhat 7 every now and then, we

oracle.jdbc.pool.OracleDataSource problem

2001-05-14 Thread Andrew
Hi, how I can place oracle.jdbc.pool.OracleDataSourcein jdni context of my app? Which server.xml context config tags and deployment descriptor elements must be specified for use aka InitialContext.lookup( "java:comp/env/jdbc/MyDB") .getConnection()? And what's the difference between

oracle.jdbc.pool.OracleDataSource

2001-05-14 Thread Andrew
Hi, how I can place oracle.jdbc.pool.OracleDataSourcein jdni context of my app? Which server.xml context config tags and deployment descriptor elements must be specified for use aka InitialContext.lookup( "java:comp/env/jdbc/MyDB") .getConnection()? And what's the difference between

Static class reference problem(since Tomcat4b2)

2001-05-12 Thread Andrew
Hi, every time I try to reference static field(from jsp page)in nonpackaged class I've got jasper error: Undefined variable or class name: Myclass, but I've put that in \WEB-INF\classes dir of my app and Tomcat4b1 process my page without any errors. What could be wrong?

Re: where is j_security_check?

2001-05-10 Thread Andrew Robson
to httpd.conf JkMount /examples/jsp/security/login/j_security_check ajp12 (or I think ajp13 if you are using mod_jk) hope this helps andrew On Thu, 10 May 2001, you wrote: Hi all, I'm trying to set up form-based authentication on Tomcat 3.2.1. I've been trying out the example that comes

Re: Best IDE for Servlet Development?

2001-04-30 Thread Andrew
Nothing but www.omnicore.com Codeguide if you Java developer. - Original Message - From: Christian Hargraves [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 30, 2001 5:29 PM Subject: RE: Best IDE for Servlet Development? If you have the money, nothing beats Visual Slick

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-29 Thread Andrew McDonald
way in standalone mode or not. The configurations I was talking about were for the PoolTCPConnector class, I believe. It's worth a look, but I'm not sure it will apply in your case. Thanks, --jeff - Original Message - From: Andrew McDonald [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-29 Thread Andrew McDonald
3.2.1 and I upgraded TC 3.2.2b3 and white screen problem never happened. I recommend you should upgrade TC 3.2.2.. And if your application uses session, check your session timeout. If timeout is too long, your JVM may use too big memory! Good luck to you! On Sat, 27 Apr 2024, Andrew

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-26 Thread Andrew McDonald
haven't come across any responses to Andy's first post so I thought I'd ask again. Anyone have any idea what's causing this? thanks, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew McDonald Sent: Sunday, April 22, 2001 10:56 PM

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-26 Thread Andrew McDonald
#1006 and the hanging still occurs. I haven't come across any responses to Andy's first post so I thought I'd ask again. Anyone have any idea what's causing this? thanks, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew McDonald Sent

Re: JDBC Realm problem

2001-04-23 Thread Andrew Robson
that adding autoreconnect=true to the database connection string solves the problem but I haven't tried it myself. andrew On Mon, 23 Apr 2001, you wrote: Hi Ignacio, Thanks for the quick response! First, my apologies for the HTML format. I didn't realize I hadn't changed this machine

Sunday and the brain is numb

2001-04-22 Thread Andrew Stubbs
does not find it. It is being called from a jsp as www/mailadmin/test.jsp which submits a form with action = "servlet/newlist" Bypassing apache and using port 8080 also gives the same result. Ideas anyone ? I am off to drown my sorrows in beer !! Andrew

2 Critical Problems with Tomcat 3.2.x

2001-04-22 Thread Andrew McDonald
the best idea ;) That will be attended to. Thanks in advance Cheers -- Andrew McDonaldWe cannot reason ourselves out of our basic Systems Administration irrationality. All we can do is learn the art HOTcopper Australia of being irrational in a reasonable way

Re: CORBA and Servlet

2001-04-19 Thread Andrew
java.sun.com;) - Original Message - From: "Batsheva Raviv" [EMAIL PROTECTED] To: "Tomcat Usr (E-mail)" [EMAIL PROTECTED] Sent: Thursday, April 19, 2001 9:47 PM Subject: CORBA and Servlet Hello Can anybody recommend of a site or book that combine Servlet and CORBA? Thank you,

tomcat hangs on stop

2001-04-13 Thread Andrew B. Luck
hello, i'm a newbie with a linux machine already configured with tomcat. tomcat starts when the computer boots. i try to stop it using a script (/usr/bin/tomcat) with the command 'tomcat stop'. it hangs with the message 'Stoping tomcat 8007 null'. also, i am trying to get tomcat to a jar for

RE: Windows 2000 Professional Isapi Redirection Problrm

2001-04-09 Thread Everitt, Andrew
Hi Brian, Check your uriworkermap.properties file. You need to have an entry for each URI that you want to be trapped by isapi_redirect and forwarded to Tomcat. I have Tomcat/Win2K/IIS combination working here so it is possible! Andi. -Original Message- From: Brian Rook

Bug: Static access to not packaged class

2001-04-06 Thread Andrew
Hi, I think there is some bug with access to not packaged classes in tomcat4B2/B3 in B1- seems all ok. I have some not packaged class( without package defined)under WEB-INF\classes\Locals.class, when I try to access static members of it from .jsp I've got compilation error- Locals class or

Re: timeout on form based security

2001-03-28 Thread Andrew Robson
Hi, One possibility: you can set a sesson timout value in the web.xml for your application !-- session timeout -- session-config session-timeout30/session-timeout!-- 30 minutes -- /session-config Don't know what default is if you don't andrew On Wed, 28 Mar 2001

Re: Login Servlet

2001-03-23 Thread Andrew Robson
automatically when they try to access a protected resource. This won't work - on posting from the login page you'll get a 404. Let me know if you need any help with any of this andrew ps I'm surprised "boolean found = rs.next()" works if result set is empty. I'd kind of expect a null pointer

Re: ODP: JDBCRealm reconnect problems?

2001-03-19 Thread Andrew Robson
is fixed in 3.2.2. , 3.3 and 4.0 2) Can also be solved by adding ;autoreconnect=true to the db connect string (haven't tried this myself) Andrew On Mon, 19 Mar 2001, you wrote: i had a similar problem and solved it by changing connectionURL to: connectionURL="jdbc:mysql://localhost/dbase

RE: Tomcat 3.2, RMI, JNDI Classloaders: a solution

2001-03-15 Thread Andrew Gilbert
Carlos, Thanks. This is interesting. Can you explain what the effect of Thread.setContextClassLoader() is? Does it make classes from the WEB-INF/lib and WEB-INF/classes area avaiable to classes loaded by the boot class or system class loader? Andrew -Original Message- From: Carlos

Re: Applet-servlet communication examples???

2001-03-15 Thread Andrew
http://developer.java.sun.com/developer/technicalArticles/RMI/rmi/ - Original Message - From: "Adam Fowler" [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 3:00 AM Subject: RE: Applet-servlet communication examples??? I second that question

RE: almost there

2001-03-15 Thread Andrew Robson
something to go on. Andrew On Thu, 15 Mar 2001, you wrote: Andrew, I checked it out using fuser 8007/tcp with tomcat shutdown and started and I only get the pid's of the processes associated with tomcat when it is started. I get nothing when it is shutdown. So I am confident

RE: Tomcat 3.2, RMI, JNDI Classloaders: a solution

2001-03-15 Thread Andrew Gilbert
You can make them visible, but the class from the boot classloader or system classloader has to know what to do -- it calls Thread.getContextClassLoader() to get the class loader for the current thread, and asks *that* classloader to create the new object, instead of using the "new" operator.

Re: database question

2001-03-15 Thread Andrew Robson
ct to db's without obtaining and possibly paying for a driver specific to your db. andrew

Re: Ctx( ): IOException in: R( + /tomcat-power.gif + null) socket write error

2001-03-12 Thread Andrew Robson
hazy - your best bet is to look through the archives on this list for proper explanation and best course of action andrew On Mon, 12 Mar 2001, you wrote: Hello, I am running tomcat 3.2 on NT. While trying to access http://localhost/index.html I get the following errors: 2000-12-12 09:27

RE: Classpath/loader problems internal to tomcat 3.2.1 [Fwd: RMI and Tomcat]

2001-03-12 Thread Andrew Gilbert
a servlet implemented factory, thus eliminating some of the class not found issues. Hope this helps, Andrew -Original Message- From: Gerard BORREILL [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 4:59 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re

RE: Classpath/loader problems for JNDI/JMS with JSP

2001-03-11 Thread Andrew Gilbert
Good thread. This is an extremely frustrating issue. As is apparent from this dicussion, other threads, and our own experience, it is not easy or pretty integrating the latest stable Tomcat (3.2.1) into a full J2EE environment. I am going to give the solution suggested below a try in our

SSL and US encryption law

2001-03-11 Thread Andrew B. Sudell
Jim Canniff writes: Does anyone know what the current law is regarding exporting products with SSL? We're building an application that will be deployed in Taiwan and in other non-US sites. I've read various things ranging from: can't export SSL at all to can only use 40 bit (56 if

Re: Does Tomcat3.2.1 use a servlet pool in SingleThreadModel

2001-03-09 Thread Andrew Robson
Hi, No. It synchronizes the calls to the service method (see Craig McLanahan's post from 2nd of March). That tomcat properly implements SingleThreadModel should be easy to verify by generating a unique id for each of your requests and tracing their execution. Andrew On Fri, 09 Mar 2001, you

RE: RMI and Tomcat

2001-03-09 Thread Andrew Gilbert
I have made two posts to the list about similar problems with 3.2.1 and using JNDI/RMI (EJB's) and not figured much out. Not having the time to delve further I backed off to Tomcat 3.1. You may try that for the interim. Any feedback from any of the implementors that would help us start to figure

Re: Form Based Authentication with Encryption

2001-03-07 Thread Andrew Robson
facilities (e.g. MySql's Password function) and save yourself the bother of writing your own. Hope this helps Andrew On Wed, 07 Mar 2001, you wrote: Hi All, I'm using tomcat 4.0 Beta1. I successfully tested out the form based authentication provided with tomcat. But , the main problem

Can't migrate to 3.2.1 - Number of issues

2001-03-07 Thread Andrew Gilbert
There seem to be a number of issues with 3.2.1, some of which prevent us from moving to it. Looking for any insight into workarounds, fixes, or strategy (ie wait till 3.3?). From perusing the list, we don't seem to be alone in experiencing these. Unfortunately, I haven't gotten a feel for

RE: Can't migrate to 3.2.1 - Number of issues

2001-03-07 Thread Andrew Gilbert
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher Albert Sent: Wednesday, March 07, 2001 12:39 PM To: [EMAIL PROTECTED] Subject: Re: Can't migrate to 3.2.1 - Number of issues Andrew, It seems that Tomcat/WL integration is the problem here. Have you thought about checking

Re: Copying Result set

2001-03-06 Thread Andrew
What kind of table do you mean? table//JTable/Object[][]/Vectors or other 2d structure? - Original Message - From: "Venkat" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 06, 2001 12:28 PM Subject: Re: Copying Result set Andrew Thanx again, I am a

Re: Copying Result set

2001-03-05 Thread Andrew
Use CachedRowSet(clone() etc.) from: http://developer.java.sun.com/developer/earlyAccess/crs/ - Original Message - From: "Venkat" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 05, 2001 7:23 AM Subject: Copying Result set Hi all If this a repeated post, please excuse me

Migration to Tomcat 3.2.1 Classpath errors using Weblogic 510

2001-03-05 Thread Andrew Gilbert
. Anyone help or pointers are appreciated. Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Session beans and multiple tomcat servers ?

2001-03-02 Thread Andrew Gilbert
One option is a load balancer that will handle session affinity, either on it's own or through a custom cookie/url rewrite. This is a problem with almost all web application server solutions, certainly not unique to Tomcat/JSP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: mySQL again

2001-03-01 Thread Andrew Robson
"jdbc:mysql://localhost/somedb" userTable="user_tbl" userNameCol="user_id" userCredCol="psswd" userRoleTable="user_role_tbl" roleNameCol="user_role" connectionName="someuser"

Re: apache/tomcat with formbased security

2001-02-28 Thread Andrew Robson
to replicate in apache. I'd be very interested in how you get on. You can email me directly if you make any progress and I'll do the same. Andrew The Apache connector does not know anything about what is in your web.xml file,so it doesn't know about your security constraints that ask

Still having problems controlling the thread amount with Tomcat

2001-02-27 Thread Andrew Stewart
Tomcat 3.3.m1 + IBM JDK 1.3 (i also have SUN's JDK 1.3, no dice) also, i erratically get 500 server errors from Apache, not Tomcat, its not a 3.3m1 issue since i got it with 3.2.1 as well error logs said something about a TCP connection error TIA ##

tomcat not working totally...

2001-02-27 Thread Andrew Y Ng
appreciate that. I have a feeling that this is something trivial and you guys have probably seen this many times. Thanks! /ayn -- Andrew Y Ng | [EMAIL PROTECTED] | http://andrew.Ngbert.org/ -- (-) please finger [EMAIL PROTECTED

Re: tomcat not working totally...

2001-02-27 Thread Andrew Y Ng
be located in JAVA_HOME/lib Let me know if that helps. Cj Andrew Y Ng wrote: Hi, I'm new to tomcat, I am running NetBSD 1.4.1 (sorry, no time to upgrade) on i386, with the apache-1.3.17.1 package. I installed the jakarta-tomcat-3.1.1 binary package and ran the startup script. I

RequestDispatcher.forward() problem

2001-02-21 Thread Andrew Kerr
s seem in the spirit of section 8.4 that the additional parameters should be on the query string. Does anyone have any thoughts on this? Thanks, Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: HELP!!!!!

2001-02-16 Thread Andrew Stewart
rick, the apache modules under RH go into /etc/httpd/modules@ which is a symlink pointing to /usr/lib/apache Redhat's screwy implementation ... go figure ## # Andrew Stewart ([EMAIL PROTECTED]) # MEGAStation.com # Web / Systems Developer

RE: Stopping Tomcat

2001-02-14 Thread Nortje, Andrew
Title: RE: Stopping Tomcat Thanks everyone who helped out with this. -Original Message- From: Jan Labanowski [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 9:28 PM To: [EMAIL PROTECTED] Subject: RE: Stopping Tomcat I did not follow this thread from the

RE: Stopping Tomcat

2001-02-14 Thread Nortje, Andrew
have to figure out). So if the second instance does not start properly it cannot be shutdown properly. So, if the 2 instances of Tomcat boot fine, then the stop -f works perfectly. (ps -ax |grep java reveals not running java processes) -Original Message-From: Nortje, Andrew [mailto

RE: Solved! problems compiling mod_jk.so etc.

2001-02-14 Thread Andrew Stewart
to the latest 1.2.2 but it only added to the numerous problems already piling up. Hopefully in due time and after througly testing Tomcat's stability, if it pans out I'll be looking forward to retiring resin and using the tomcat engine. ## # Andrew

RE: HELP!!!!!

2001-02-14 Thread Andrew Stewart
ke the mod_jk.so from the source tarball, and you should be set. ###### # Andrew Stewart ([EMAIL PROTECTED]) # MEGAStation.com # Web / Systems Developer ## -Original Message- From: Morton [m

<    3   4   5   6   7   8   9   >