RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
Excellent - thanks! That URL even has the "rename file to zparser.jar" meme that my boss keeps swearing is the solution... :-) Cheers, Andrew At 03:41 PM 7/31/01 +0100, you wrote: >Andrew, > >I've had similar headaches over the past few days. In an ideal >world

RE: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Inggs
Andrew, I've had similar headaches over the past few days. In an ideal world you would just put the jars in WEB-INF/lib and everything would work fine, but it doesn't for Tomcat 3.2. I believe Tomcat 4.0 will solve the problem by separating those libraries that Tomcat needs itself

Re: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
>when executing > >> SAXParserFactory factory = SAXParserFactory.newInstance() > > > > Grrr. Wrong line. The error comes from: > > > > myParser = factory.newSAXParser().getXMLReader(); > > > > Sorry, > > Andrew >De todos modos, con Tomcat

RE: JSP pages cannot be viewed

2001-07-31 Thread Andrew Inggs
st? Are you sure your JAVA_HOME should be /usr/java/jdk1.3.1 and not just /usr/java? Note that Tomcat does not use the setting of CLASSPATH. You can try to debug this a bit more by putting some echo statements in Tomcat's startup.sh to see exactly what's on the command line used to start Tomcat. -- Andrew

Re: SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
Wrong line. The error comes from: myParser = factory.newSAXParser().getXMLReader(); Sorry, Andrew

SAX 2.0, sealing, Tomcat 3.2.3

2001-07-31 Thread Andrew Cooke
ealed jars? Is there a work-round? In particular, our code gives the "usual" sealed jar exception unless I unseal our copy of xalan.jar, at which point I get a NoSuchMethod call when executing SAXParserFactory factory = SAXParserFactory.newInstance() in our code. Thanks, Andrew

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

2001-07-30 Thread Andrew Inggs
.xml but this file is not used by Tomcat at all (try renaming or moving it and you will see). Hope that helps. -- Andrew

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

2001-07-30 Thread Andrew Inggs
for /olympics, etc. I suggest that you read both Tomcat - A Minimalistic User's Guide and Developing Applications With Tomcat: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html http://jakarta.apache.org/tomcat/tomcat-3.2-doc/appdev/index.html -- Andrew

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

2001-07-30 Thread Andrew Inggs
u got and entries in buy/WEB-INF/web.xml? Posting them to the list may help. As a sanity check, does this work: http://localhost:8080/examples/servlet/HelloWorldExample -- Andrew

RE: Help! Can't install Tomcat

2001-07-30 Thread Andrew Inggs
ecute a JSP, I get the following error: [...] Tomcat ignores CLASSPATH (have a look at startup.bat to see what I mean). You can either change JAVA_HOME to point to the *JDK* root directory (recommended), or manually change startup.bat to include tools.jar in the CLASSPATH. -- Andrew

Re: .htm problem

2001-07-30 Thread Andrew Robson
Mark > Mark, All I can suggest is the obvious. Write a program to do a global search and replace (if you are on Linux a little sed script should do the trick). Put in your index.jsp, run your program to change all references in your html from index.htm to index.jsp, test your links and then archive your index.htm page. andrew

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

2001-07-30 Thread Andrew Inggs
> [ ] +1 -> Plain Text only. Strip HTML on the mailing list. > [ ] 0 -> I don't give a damn shit. > [ ] -1 -> You mad? I love HTML in messages and want to keep using it. +1 -- Andrew

RE: Apache (1.3) Mod_Rewrite and POST Method

2001-07-30 Thread Andrew McGhee
Ian, I believe that POST data is not re-sent when a HTTP redirect occurs. If you can modify your code to use a GET method (storing the form data in the URL), you may be able to get around the problem, Regards, Andrew -Original Message- From: Young Ian(BSN01) [mailto:[EMAIL PROTECTED

Re: Apache cannot connect to Tomcat

2001-07-29 Thread Andrew Robson
ou can get a servlet 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 communica

Re: HTML in Messages and politeness

2001-07-29 Thread Andrew Robson
ed" emails. I 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: Intermittent ferrors with ajp12 with tc3.2.1 on solaris with stronghold (apache)

2001-07-27 Thread Andrew Inggs
bottom): http://jakarta.apache.org/tomcat/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

RE: WebappClassLoader question

2001-07-27 Thread Andrew Inggs
t referenced ServletTestCase directly, you still wouldn't have been able to instantiate it using 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
right, then stopping the webserver may well solve (or at least help) your problem. You should start and stop them in this order: Start: Tomcat, then Apache Stop: Apache, then Tomcat -- 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 To

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

2001-07-26 Thread Andrew Inggs
e and there are a few lines starting worker.ajp13... (this should all be fine by default, but it doesn't hurt to check). -- Andrew

Re: Problems with authentication

2001-07-26 Thread Andrew Robson
legate 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 +

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

2001-07-25 Thread Andrew Robson
e 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

RE: help please!

2001-07-24 Thread Andrew Inggs
3.2-doc/tomcat-apache-howto.html -- Andrew

RE: help please!

2001-07-24 Thread Andrew Inggs
rom my > PC, it does 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: question about WEB-INF/lib

2001-07-24 Thread Andrew Inggs
me of the JDBC file? If it ends in .zip try renaming it to .jar. See, for example, http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg27920.html -- Andrew

RE: Setting Tomcat HTTP Request Timeout

2001-07-19 Thread Andrew Birchall
o work in multiple threads, all the standard speed-up things. -- 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 R

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: Wednesd

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: 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 PRO

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: Need workaround for Tomcat security.

2001-07-16 Thread Andrew Robson
ry. I'd 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: > > UQoS Amin Area > > U

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 comm

Re: List traffic et al

2001-07-06 Thread Andrew Robson
just don't know what you do about it other than regular reminders to check 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

RE: c++ dll

2001-07-05 Thread Everitt, Andrew
001 12:49 > 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]'

RE: c++ dll

2001-07-05 Thread Everitt, Andrew
Arik, Try setting 'java.library.path' for the JVM that you are running tomcat in to point to the directory containing the DLL. Andi. ________ Andrew Everitt Xerox Mobile Solutions, Cambridge. UK > -Original Message- > From: Arik Levin [mailto:[EMAIL PROTEC

RE: Virtual hosting with IIS

2001-07-03 Thread Everitt, Andrew
C:\server2\index.xml passed to > it. > > The best solution would be if in case a) and b) different > 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 >

Netscape/Tomcat link appears incorrect

2001-07-03 Thread Andrew Willshire
ine tooth comb, 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
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 y

Re: AGAIN: Does Apache worth it?

2001-07-02 Thread Andrew Cochrane
I aggree Tomcat was never really designed to serve HTML just JSP, use apache as the HTML server. Andrew on 2/7/01 6:59 PM, Eitan Ben Noach at [EMAIL PROTECTED] wrote: > Hello all, > > I'm sending this question again, since my mail system crashed and I didn't > get any of

Re: First attempt at mod_jk

2001-06-28 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 Solut

Re: First attempt at mod_jk

2001-06-28 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 >

First attempt at mod_jk

2001-06-28 Thread Andrew Cochrane
r.xml Thanks for your help in advance Andrew Cochrane Manager - Information Technology & Systems Color Solutions Australia 171 Bank Street South Melbourne, 3205 Australia Tel: +61 3 9699 8255 F

Re[2]: ssl on tomcat?

2001-06-25 Thread Andrew Zhdanov
nt readme line 141> authentication (i.e. SSL) are not supported in this readme line 141> release. and tomcat4.0 b4 tries to say smth about ssl-redirect (line 84) meaning that SSL works, but i can not get them, is it so indeed????? -- Best regards, Andrew

Re: Servlet HTTP path

2001-06-25 Thread Andrew Zhdanov
usefull info if smth goes wrong. -- Best regards, Andrew

Re: httpsession and graceful shutdown in tomcat

2001-06-25 Thread Andrew Zhdanov
hen, your class 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

catalina - webapps/manager (instead of admin?)

2001-06-21 Thread Andrew Zhdanov
dit catalina.policy? 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

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

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

Re: cannot run servlet

2001-06-21 Thread Andrew Zhdanov
ses and restart your app-server and then try http://localhost/dir/servlet -- Best regards, Andrew

Re: Windows NT service failed to start

2001-06-21 Thread Andrew Zhdanov
ation please. JD> I am able to start tomcat whithin the bin directory manually with the "startup" command but i would like 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

Problem with sendError

2001-06-20 Thread Andrew Baptist
o get back the old behavior. The reason having apache return the error is preferrable is it allows centralized error reporting for a set of different errors (404, 503, ...) Andrew

Re: JDBC Realm problem..

2001-06-20 Thread Andrew Zhdanov
E%/jre/lib/ext folder - then jvm finds all jars there you even needn't to add them (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

Trying to configure Netscape Enterprise Server & Tomcat

2001-06-20 Thread Andrew . Willshire
ut troubleshooting 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->cli

Context.log - filename

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

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

Re[2]: nt-service

2001-06-18 Thread Andrew Zhdanov
#x27;ve didn't find anythnif for "Logon". Then i've tried to change in tomcat-service LogOn option to Specific account with correspondent values - faild, also TON> -Tim -- Best regards, Andrewmailto:[EMAIL PROTECTED]

NT-service

2001-06-18 Thread Andrew Zhdanov
ntly no logon servers available 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

nt-service

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

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
advance to any 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.ja

RE: Re: JDBC Realm

2001-06-13 Thread Andrew Robson
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 t

RE: Corrupt isapi_redirect.dll and ISS5

2001-06-11 Thread Andrew Chitty
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

JSP Session BUG

2001-06-06 Thread Andrew
    Hi, when I use session.invalidate() and on the same page located , 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 code    com.ezan.PEO.XmlPEO xpeo =

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"

Re: form-based authentication tomcat->apache

2001-05-26 Thread Andrew Robson
Try putting JkMount /examples/jsp/security/login/j_security_check ajp13 into httpd.conf andrew On Sun, 27 May 2001, you wrote: > Hi everyone, > > Has anyone been able to get the form-based authentication example to work > with tomcat? I can get it to work if I connect to tomca

RE: modify html error page in Tomcat

2001-05-21 Thread Andrew Chou
> I 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,

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! _

Complete credentials

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

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

2001-05-17 Thread Andrew
p (prefixed by jsp, I believe), so classes that aren't > in any package aren't in the same package as the JSP file. I believe that > if you import the class (and I think you'll have to do each separate class > explicitly) this should solve your problem. > > Randy > &

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

oracle.jdbc.pool.OracleDataSource

2001-05-14 Thread Andrew
    Hi, how I can place oracle.jdbc.pool.OracleDataSource in 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  an

oracle.jdbc.pool.OracleDataSource problem

2001-05-14 Thread Andrew
    Hi, how I can place oracle.jdbc.pool.OracleDataSource in 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  a

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
ne 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

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 Sl

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-29 Thread Andrew McDonald
; Good luck to you! > > On Sat, 27 Apr 2024, Andrew McDonald wrote: > > >Thanks Bill for chasing this up, I really didn't want to repost. I was > >thinking of posting to the tomcat-dev list wrt these problems but I believe > >tomcat-user is the more appropriate lis

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-29 Thread Andrew McDonald
can configure thread pooling the same 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 M

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-26 Thread Andrew McDonald
and Solaris machines. I applied the patch for Tomcat > bug #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 > > -

Re: 2 Critical Problems with Tomcat 3.2.x

2001-04-26 Thread Andrew McDonald
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&

2 Critical Problems with Tomcat 3.2.x

2001-04-22 Thread Andrew McDonald
h, and btw, yes I realise that running Compaq desktops in production isn't the best idea ;) That will be attended to. Thanks in advance Cheers -- Andrew McDonald"We cannot reason ourselves out of our basic Systems Administration irrationality. All we can

Sunday and the brain is numb

2001-04-22 Thread Andrew Stubbs
ladmin/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  

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

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 Problem

2001-04-10 Thread Everitt, Andrew
ciate any help in this regard. > > -Rao > > -Original Message- > From: Everitt, Andrew [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 09, 2001 8:37 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Windows 2000 Professional Isapi Redirection Problrm > &g

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 [mailto:[EM

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 clas

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 30 Don't know what default is if you don't andrew On Wed, 28 Mar 2001, you wrote: > dear colleagues, > i have noted that, when using form based security (

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 e

Re: ODP: JDBCRealm reconnect problems?

2001-03-19 Thread Andrew Robson
ug 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:/

Re: database question

2001-03-15 Thread Andrew Robson
driver so that you can start using Java to connect to db's without obtaining and possibly paying for a driver specific to your db. andrew

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: almost there

2001-03-15 Thread Andrew Robson
s you 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

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 que

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: almost there

2001-03-14 Thread Andrew Robson
ong but I would think that the Ajpv12 stuff you added to server.xml would have already been there by default? andrew On Wed, 14 Mar 2001, you wrote: > I have the tomcat server running and I can get to the > "examples/servlets" page. When I click on "HelloServlet Execute bu

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

2001-03-12 Thread Andrew Gilbert
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: Ctx( ): IOException in: R( + /tomcat-power.gif + null) socket write error

2001-03-12 Thread Andrew Robson
ction 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

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 regi

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 environ

<    3   4   5   6   7   8   9   >