RE: long delay in ie

2002-12-12 Thread Swanson, Brion
If you still have the last major version in a zip file or self-extracting
exe, then you can uninstall and re-install IE in order to downgrade.

Granted, it's not as easy as upgrading and it requires a bit of
record-keeping on your part, but it's possible.

Brion

-Original Message-
From: Turner, John [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 12, 2002 2:05 PM
To: 'Tomcat Users List'
Subject: RE: long delay in ie



As far as I know there is no way to downgrade IE or Windows XP.  Once you
are on a rev level, you're there, for better or worse.

John


 -Original Message-
 From: Ron Day [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, December 12, 2002 2:03 PM
 To: Tomcat Users List
 Subject: RE: long delay in ie
 
 
 i'm on 6.0.2800.1106
 
 This is a weird issue since everthing is cool under 4.0.3, 
 but not 4.1.12
 for ie.
 everthing is cool for all versions with netscape.
 
 Rather than upgrade,you may have to down grade 
 
 R
 
 -Original Message-
 From: Iqbal, Shamsudeen M [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, December 12, 2002 12:56 PM
 To: Tomcat Users List
 Subject: RE: long delay in ie
 
 
 Good point.  I have 6.0.2600.CO.  Ron, Can you tell me 
 yours?  May be I
 should update the browser and apply all the patches.
 
 -Original Message-
 From: Turner, John [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, December 12, 2002 12:53 PM
 To: 'Tomcat Users List'
 Subject: RE: long delay in ie
 
 
 
 My company uses IE exclusively, and while we don't use 4.1.x 
 in production
 yet, we have been doing a significant amount of testing and 
 have not seen
 this problem.
 
 If it works in one browser but not another, it's a browser 
 issue.  Do you
 have the latest/greatest (I say that with tongue in cheek) 
 updates to IE?
 IE is notorious for breaking critical functionality in between minor
 releases.  6.0.01 might work fine, but 6.0.02 might be totally
 unusable, etc.
 
 John
 
 
  -Original Message-
  From: Ron Day [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, December 12, 2002 1:41 PM
  To: Tomcat Users List
  Subject: RE: long delay in ie
 
 
  I experienced exactly the same problem going from 4.0.3 to 4.1.12.
 
  I posted it on this list, but have not resolved it as yet...
 
  I have no images or applets on my pages !
 
  just html
 
  ron
 
  -Original Message-
  From: Iqbal, Shamsudeen M [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, December 12, 2002 12:32 PM
  To: [EMAIL PROTECTED]
  Subject: long delay in ie
 
 
  Hello Tomcat users,
 
  I have just upgraded from Tomcat 4.0.4 to 4.1.12.  My
  application is a .jsp
  page(s) with about 10 light weight applets sitting in a page.
   When using IE
  to access this, there is a very long delay to load the page
  or the browser
  just hangs.  When using Mozilla browser, everything works fine.
 
  Also noted when IE shows the file names it is loading 
 currently on the
  status bar, it loads many files quickly but is getting stuck
  on small .gif
  files.  I found two questions on the web related to this
  situation, one
  asking the jar file takes a long time to download when Tomcat
  is upgraded.
  The other asks about why the .gif files would take a long
  time to download.
  But neither questions has been answered.
 
  Has anybody seen or heard similar problems.  Any help is 
 appreciated.
  Thanks
  -Iqbal
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




multiple versions of xerces allowed in one tomcat instance?

2002-12-11 Thread Swanson, Brion
Hello,

I have an issue where I'm trying to run Tomcat 4.1.12 with Axis 1.0 and my
own webapp.

Both Tomcat 4.1.12 and Axis 1.0 prefer Xerces 2 (actually, Axis needs it
because it needs the lexical handling that isn't offered by Xerces 1).
However, a component in my own webapp (which I didn't write and don't have
direct control over) seems to need Xerces 1.

I've read through the Class Loader - HOW-TO and the installation
instructions for Tomcat and Axis.  It seems that, based on the classloading
behavior of JDK 1.4 (which I'm using) in Tomcat that I could place
xerces.jar in $CATALINA_HOME/myapp/WEB-INF/lib and it would be used with my
web app whereas $CATALINA_HOME/common/endorsed, containing xercesImpl.jar
and xmlParserAPIs.jar, would be used for any other webapp -- including Axis
and Tomcat.

This does not appear to be the behavior though.  Xerces 2 is used for all
webapps if it exists in $CATALINA_HOME/common/endorsed and the same holds
true for Xerces 1.

Is there any way I can make Tomcat (or JDK 1.4) use a specific version of
xerces for any particular webapp while defaulting to a possibly different
version of xerces for all the other webapps?

Thank you very much in advance,
Brion

Brion Swanson 
West Group 
x3659 
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Classpath

2002-12-11 Thread Swanson, Brion
In $CATALINA_HOME/commons/lib you'll find jasper-runtime.jar and
jasper-compiler.jar.

Try those.

Cheers!
Brion

-Original Message-
From: Denise Mangano [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 1:07 PM
To: Tomcat-User@Jakarta. Apache. Org ([EMAIL PROTECTED])
Subject: Classpath


With release 4.1.12 of Tomcat, which file should be specified for the JSP
classes in my classpath?  The book I have as a resource (Core JSP) tell me
to point to jsp.jar, jspengine.jar, or jasper.jar, but I do not see any of
these files. Is it possible this jar file is under a different name in the
newer version?  
 
Thanks in advance!
 
Denise Mangano
Help Desk Analyst
Complus Data Innovations, Inc.
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Enough please!

2002-12-10 Thread Swanson, Brion
I agree.  While the I don't understand the objective of this open list! is
an entertaining read for me, it's filling my mailbox faster than the
spammers.  I don't want to have to leave this list simply because one
troll/flamebait post has drawn everyone's attention away from the real point
of the list - to provide assistance to people who have clear and concise
problems.

Thank you.

Brion Swanson

-Original Message-
From: Roberts, Eric [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 10, 2002 9:05 AM
To: Tomcat Users List
Subject: Enough please!


Folks,

Can we stop the I don't understand the objective of this open list..
thread.

While we all have our opinions, this is meant to be a list where we help
each other technically.

I have been attempting to help people with database pooling (mine works :-))
for the last few days, but I have had to spend far too much time deleting
the hundred or so reponses to this thread.

Can we get back to sanity please?

Thanks

Eric

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Deleting multiple responses (was: Enough please!]

2002-12-10 Thread Swanson, Brion
I think the point was we shouldn't have to filter out long threads of
off-topic flame wars.

I agree there's many solutions to the annoyance of a dominant off-topic
thread, but the fact remains that we really shouldn't feed the trolls.

Just my $0.02.

Thanks,
Brion

-Original Message-
From: Turner, John [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 10, 2002 10:10 AM
To: 'Tomcat Users List'
Subject: RE: Deleting multiple responses (was: Enough please!]



Or use a Filter on the subject line.  Also end of problem.

John


 -Original Message-
 From: Andrzej Jan Taramina [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, December 10, 2002 10:06 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Deleting multiple responses (was: Enough please!]
 
 
  I have had to spend far too much time deleting
  the hundred or so reponses to this thread.
 
 Change your subscription to digest mode.  End of problem.
 
 
 Andrzej Jan Taramina
 Chaeron Corporation: Enterprise System Solutions
 http://www.chaeron.com
 
 
 --
 To unsubscribe, e-mail:   
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: 
 mailto:[EMAIL PROTECTED]
 

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]