Re: Another JSP precompile question (KMM140684V88743L0KM)

2005-09-06 Thread eBay Deutschland Customer Support
Hallo,

unter Ihrer E-Mail-Absenderadresse tomcat-user@jakarta.apache.org liegt
uns leider keine Anmeldung vor.

Ich bitte Sie, uns Ihre Anfrage noch einmal von der E-Mail-Adresse zu
senden, die bei uns registriert ist.

Aus datenschutzrechtlichen Gruenden duerfen wir nur dann persoenliche
Informationen weitergeben, wenn uns von der bei eBay registrierten
E-Mail-Adresse geschrieben wurde.

Die Nennung des eBay-Mitgliedsnamens oder der registrierten
E-Mail-Adresse allein ist nicht ausreichend. Diese Massnahme dient Ihrem
Schutz.

Sind Sie nicht sicher, welche E-Mail-Adresse Sie bei uns hinterlegt
haben? Ich erklaere Ihnen gerne, wie Sie dies am schnellsten pruefen und
gegebenenfalls Ihre E-Mail-Adresse aktualisieren koennen.

1. Rufen Sie auf der eBay-Startseite Ihr Mein eBay auf und loggen Sie
sich ein.
2. Klicken Sie danach in der linken Spalte ganz unten unter Meine
Mitgliedschaft auf Persoenliche Daten.
3. Unter der Ueberschrift Persoenliche Daten sehen Sie in der Spalte 
E-Mail-Adresse Ihre bei uns hinterlegte E-Mail-Adresse.

Anschliessend koennen Sie Ihre aktuellen Mitgliedsdaten einsehen und
gegebenenfalls aktualisieren.

Ich danke Ihnen fuer Ihr Verstaendnis und freue mich, dass wir Ihnen zu
Ihrem Anliegen eine Antwort geben koennen.

Mit freundlichen Gruessen

Todd Dunker

eBay Customer Support

eBay - Der weltweite Online-Marktplatz!
**
**
Bei Fragen per E-Mail nutzen Sie bitte unser Kontaktformular:

http://pages.ebay.de/help/contact_inline/index.html

Bitte nennen Sie uns bei Ihren Anfragen auch immer Ihren Mitgliedsnamen
und die der Beteiligten, oder die Artikelnummer, zu der Sie eine Frage 
haben. Vielen Dank.

**
Nutzen Sie die Moeglichkeit, mit anderen Mitgliedern in den
eBay-Diskussionsforen in Kontakt zu treten! Teilen Sie Ihre Erkenntnisse
und Erfahrungen!
http://pages.ebay.de/community/chat/index.html
**
60924
9/5/05

Original Message Follows:
-

Hi!
I just read about your Jasper2 precompiling...
Do you do it via ant?
I tried tomcat's JspC task (tomcat 5.5.9), but jasper generates rubbish
wherever a character reference like #160; is encountered. Compile
errors follow.
A bug, isn't it?
Is there a solution/upgrade/fix available?

How comes that this problem is only with that precompile (and only as
ant task??) - I would have guessed that the same procedures take place
as when tomcat compiles at runtime?

Thank you!

sonja




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


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



Re: how tomcat not run .EXE as CGI (KMM147972V1081L0KM)

2005-09-06 Thread eBay Deutschland Customer Support
Hallo,

leider koennen wir den genauen Sachverhalt Ihres Anliegens nicht
nachvollziehen.

Bitte schildern Sie uns Ihr Anliegen noch etwas ausfuehrlicher, damit
wir Ihnen weiterhelfen koennen.

Unser Tipp:
Nennen Sie bei Ihren Anfragen auch immer Ihren Mitgliedsnamen, die der 
Beteiligten und die Artikelnummer, zu der Sie eine Frage haben.

Fuer Ihre Bemuehungen bedanken wir uns recht herzlich.

Mit freundlichen Gruessen

Anton Kaiser

eBay Customer Support

eBay - Der weltweite Online-Marktplatz!
**
**
Bei Fragen per E-Mail nutzen Sie bitte unser Kontaktformular:

http://pages.ebay.de/help/contact_inline/index.html

Bitte nennen Sie uns bei Ihren Anfragen auch immer Ihren Mitgliedsnamen
und die der Beteiligten, oder die Artikelnummer, zu der Sie eine Frage 
haben. Vielen Dank.

**
Nutzen Sie die Moeglichkeit, mit anderen Mitgliedern in den
eBay-Diskussionsforen in Kontakt zu treten! Teilen Sie Ihre Erkenntnisse
und Erfahrungen!
http://pages.ebay.de/community/chat/index.html
**





Original Message Follows:
-

gjl wrote:
 Thanks very much to read my question.
 I have tomcat5.0 for Win32 installed locally on
  Windows 2k, SP4. I'm trying to run a namazu.cgi.exe (a Full-Text
Search
 Engine. that's not Perl scripts ,but a binary file) .
 the file is in Tomcat 5.0\webapps\XXX\WEB-INF\cgi ,and I set the
web.xml
 file as followservlet
 servlet-namecgi/servlet-name

 servlet-classorg.apache.catalina.servlets.CGIServlet/servlet-class
 init-param
   param-nameclientInputTimeout/param-name
   param-value100/param-value
 /init-param
 init-param
   param-namedebug/param-name
   param-value6/param-value
 /init-param
 init-param
   param-namecgiPathPrefix/param-name
   param-valueWEB-INF/cgi/param-value
 /init-param
  load-on-startup5/load-on-startup
 /servlet
 servlet-mapping
 servlet-namecgi/servlet-name
 url-pattern/cgi-bin/*/url-pattern
 /servlet-mapping

  However, any reference to one of the .EXE in the
 http://localhost:8080/jsp-examples/cgi-bin/namazu.cgi.exe directory
results
 in the browser trying to download the EXE. and I got the message
2005-09-06
 10:07:25 StandardContext[/jsp-examples]cgi: runCGI
(stderr):Unrecognized
 character \x90 at \Tomcat
 5.0\webapps\jsp-examples\WEB-INF\cgi\namazu.cgi.exe line 1. in logs.
 how can I set the tomcat to run the .exe?

With 5.0.x:
You can't use the CGI servlet. You would need to write your own
servlet that wraps the .exe using java.lang.Runtime.exec()

http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/catalina/src/s
hare/org/apache/catalina/servlets/CGIServlet.java?view=markup
should provide some pointers on how to wrap exec() (search the source
for exec and remember that most of the CGIServlet is unnecessary for
what you want to do.

With 5.5.x:
You *might* have some luck setting the new executable init parameter.
I would try  or cmd.


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


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



Tomcat failed to stop

2005-08-30 Thread Berendsen, Andreas (Telco Support)
Using Tomcat4 over Red Hat Linux
 
We have a dual server configured with Tomcat4 in fail-over environment.
For some reason the lock file from /var/lock/subsys disapeared from both
servers and then we are unable to stop (service stop) tomcat.
Which log files can I analyze to discover why and when the lock file was
deleted?
 
Regards, 
Andreas 

 


Re: Yahoo!

2005-08-25 Thread support
Try this.


Libraries in common, server and webapps

2005-04-08 Thread :CI75-Support Technologies collaboratives
Hi,

 

Why mail.jar is installed in server/lib and in common/lib ? Can we remove
the common/mail.jar ?

 

We noticed some problems between classes in directory common and directory
of applications

For example, commons-logging-api.jar is in common.

An application needs an other version of commons-logging.jar, so there is a
conflict.

We noticed too that (in tomcat 4.1.x) commons-logging.jar contains the
classes of commons-logging-api.jar.

Can we deplace commons-logging-api.jar in server/lib instead of
commons-logging.jar ?

 

To summarize, what are the classes which must be used with the same version
by catalina and by the applications and, therefore, must be in the directory
common/lib ?

Is the same list for Tomcat 4.1, Tomcat 5.0 and Tomcat 5.5 (the class
loaders' delegation model seems to be a little different) ?

 

Thanks

 



Source of tomcat.exe

2005-04-05 Thread :CI75-Support Technologies collaboratives
We use tomcat (4.1 and 5.5) on windows as services.

Is someone knows where we can find the source in C of these executables ?

Thanks

 



Support Information Regarding - Missing Characters

2005-02-09 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In 
order to provide you with greater assistance, we have developed an automated 
reply system which evaluates your message and generates a detailed response 
towards it. 

Please read through this message as our automated reply system has helped many 
of our customers. If the response given below does not assist you or it is not 
relevant towards your message, please reply back to this email and a live 
technician will respond to you as soon as possible.


==
Support Information Regarding - Missing Characters:
==

For Diablo II characters:
If your Diablo II classic single player characters have disappeared after 
installing Diablo II: Lord of Destruction then please download and install the 
latest patch for the Expansion at (http://www.blizzard.com/patches/).

If your character is missing from your character list on Battle.net, your 
character may need to be relinked to the account.  To request that we relink a 
character, please submit your character information at 
(http://www.blizzard.com/support/?id=eD2status000).

For World of Warcraft characters:
If your World of Warcraft character(s) is missing from your character list, 
please check to ensure that you have selected the correct game server by 
clicking on the Change Realm button in the character selection screen. 
Occasionally, crashes or server load issues will cause individual characters or 
even your entire character list to not appear when you log into the game. Be 
sure to scroll through the list of servers if you do not see yours on top.  You 
may need to log out and try again later, after the servers have had time to 
reset.  Feel free to check our realm status forum for any news/updates 
regarding your server at
(http://forums.worldofwarcraft.com/board.aspx?fn=wow-realm-status).

If your character(s) is not appearing properly for more than a few hours, 
please email your full information to [EMAIL PROTECTED]

Please be sure to include the following information: 

1. Account name 
2. Character name
3. Server name that the character was created on

Also include a detailed description of the problem, including dates and times 
the problem started. Our team will look into the problem and contact you with 
more information as soon as possible.  We appreciate your patience as we look 
into this for you.


Again, if the response given above has not assisted you or it was not relevant 
towards your message, please reply back to this email and a live technician 
will respond to you as soon as possible.

Best Regards,
Blizzard Support Team
http://www.blizzard.com/support
Blizzard Entertainment

If you respond to this email, please attach all previous messages and files 
relating to this issue.

-Original Message-
From: tomcat-user@jakarta.apache.org
Sent: 2/9/2005 12:54:29 AM
To: tomcat-user@jakarta.apache.org
Subject: mod_jk2


how/where does mod_jk2 know where to find java

you have to have tomcat running to make it work?

where do error messages show up?

Richard

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




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



Support Information Regarding - CD-Key Issues

2005-02-09 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In 
order to provide you with greater assistance, we have developed an automated 
reply system which evaluates your message and generates a detailed response 
towards it. 

Please read through this message as our automated reply system has helped many 
of our customers. If the response given below does not assist you or it is not 
relevant towards your message, please reply back to this email and a live 
technician will respond to you as soon as possible.


==
Support Information Regarding - CD-Key Issues:
==

For information regarding your CD-Key, please check out our web site on CD-Key 
issues: 
Diablo II - (http://www.blizzard.com/support/?id=mdt000p)
Warcraft II Battle.net Edition - (http://www.blizzard.com/support/?id=mwb000p)
StarCraft - (http://www.blizzard.com/support/?id=msc000p)
Warcraft III - (http://www.blizzard.com/support/?id=mwr000p)

Blizzard employees will not ask for your CD-Key unless you are contacting us 
about problems specific to your CD-Key (Blizzard employees on Battle.net have a 
Blizzard logo or a blue cape and plate mail, depending on the game title).

If you are inquiring about your World of Warcraft Authentication Key, please go 
to our Billing Support site at 
(http://www.blizzard.com/support/wowBilling/?id=mbl000p#43).


Again, if the response given above has not assisted you or it was not relevant 
towards your message, please reply back to this email and a live technician 
will respond to you as soon as possible.

Best Regards,
Blizzard Support Team
http://www.blizzard.com/support
Blizzard Entertainment

If you respond to this email, please attach all previous messages and files 
relating to this issue.

-Original Message-
From: tomcat-user@jakarta.apache.org
Sent: 2/9/2005 7:15:30 AM
To: tomcat-user@jakarta.apache.org
Subject: configuring SSL on tomcat 5

I have a brand new tomcat 5 server that is up and running. I am also brand new 
when it comes to Tomcat. I need to configure SSL on it . I pulled the how to 
documents off the local server and I also pulled a document off verisign 
website ID# VS26254 Which is for configuring a tomcat ver4 server. I installed 
the SSL following the tomcat 5 how to docs off the local server found under the 
documentation section. When I try to verify that its running using the  
https://localhost:8443 I get page cannot be displayed. I have followed  all the 
steps in the documentation but I think I see a couple of problems. When I ran 
the 

Keytool -genkey -alias tomcat -keyalg RSA -keystore my_keystore_filename

it put the keystore file in the directory that I was running the keytool.exe 
from which is the c:\j2sdk1.4.2_06\bin directory.  Also when I went to verisign 
to get the chain certificate the default location that it wanted to save to was 
under the tomcat\config directory but when I tried to run the 

keytool -import -alias root -keystore my_keystore_filename -trustcacerts -file 
filename_of chain_cert it could not find the chain cert but when I copied it to 
the same directory  c:\j2sdk1.4.2_06\bin as the keytool.exe  it worked. Now  
The document from versign talked of the importance of getting everything into 
the directory that tomcat expects it to be in . I believe that is the root 
problem. I have tried to just copy the files to the tomcat\config and catalina  
and localhost dirs but no luck . Also the third and last problem that I could 
see is when I edited the server.mxl file there was no classname section 
(Connector className=org.apache.coyote.tomcat5.CoyoteConnector)
Just the port =8443 and all the rest .


-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 --

Connector className=org.apache.coyote.tomcat5.CoyoteConnector
   port=8443 minProcessors=5 maxProcessors=75
   enableLookups=true disableUploadTimeout=true
   acceptCount=100 debug=0 scheme=https secure=true;
   clientAuth=false sslProtocol=TLS/


I removed the rem statement and tried it as was and also tried it by adding the 
the classname statement  Connector 
className=org.apache.coyote.tomcat5.CoyoteConnector

which also failed .So as you can see I have a lot of questions . Any help would 
be great.
Right now I get no errors at all. I have turned off the friendly errors in 
internet explorer but most of the time get the page can not be displayed some 
of the time it looks like its trying to work I see the yellow padlock  in the 
lower right of the browser but it just sits there trying to pull up something 
and it just sit there on a empty page, trying to pull up something but nothing 
ever comes of it.
Thanks again for any help

 




Christopher W. Hosler
Network Administrator
Ingham County MIS Department
Email  [EMAIL PROTECTED]
As water reflects the face

Support Information Regarding - C0000005

2005-02-09 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In 
order to provide you with greater assistance, we have developed an automated 
reply system which evaluates your message and generates a detailed response 
towards it. 

Please read through this message as our automated reply system has helped many 
of our customers. If the response given below does not assist you or it is not 
relevant towards your message, please reply back to this email and a live 
technician will respond to you as soon as possible.


==
Support Information Regarding - C005:
==

If you are getting the error Unhandled Exception: Access Violation C005:

Uninstall and reinstall the game and download and install the latest patch 
from: (http://www.blizzard.com/patches)

If this doesn't work, please try some of our other solutions:

For Warcraft III Reign of Chaos:

We recommend running in a selective startup to improve performance and 
stability.  Firewall software, such as Zone Alarm, can cause lockups or prevent 
the game from starting. For instructions on how to run your computer in a 
selective startup, please visit our site at: 
(http://www.blizzard.com/support/?id=agn0558p).

If the solution above does not help, please try the steps below. 

Download and install the latest DirectX from 
(http://www.microsoft.com/windows/directx/default.aspx?url=/windows/directx/downloads/default.htm)
 Make sure you have the latest drivers for your Video and Sound cards, next. A 
list of manufacturers with contact information can be found at 
(http://www.blizzard.com/support/?id=msi0369p).

Download and install the latest chipset drivers for your motherboard.  Check 
the motherboard manufacturer's website for updated chipset drivers, first.  If 
you can't find updated drivers at the manufacturer's website, the next two most 
common locations for chipset drivers are (http://www.viaarena.com/?PageID=2) 
and (http://www.intel.com/support/chipsets/)

If Warcraft III still has errors after updating drivers, download war3.reg from 
(http://ftp.blizzard.com/pub/war3/other/) and save it to your Windows Desktop.  
Once the file has been downloaded, double-click on it to import the registry 
info.  This file will set Warcraft III to mute sound, run with the basic 
settings for video and set the refresh rate for the monitor to 60Hz.  Once the 
game has started, you may select the options menu and adjust the video and 
sound settings as desired.

For StarCraft users:
Click on Start.
Click on Run.
Type regedit and click Ok.
Click on the + icon beside the HKey_Local_Machine branch.
Click on the + icon beside the Software branch.
Select the Battle.net branch and press the delete key.
Click on the + icon beside the HKey_Current_User branch.
Click on the + icon beside the Software branch.
Select the Battle.net branch and press the delete key.

For Diablo II and Diablo II: Lord of Destruction:

The first step in fixing this problem is to make sure you have the latest patch 
for the game. You can download the latest patch by going to 
(http://www.blizzard.com/patches).

Next, download and install the latest chipset drivers for your motherboard.  
Check the motherboard manufacturer's website for updated chipset drivers, 
first.  The two most common locations for chipset drivers are 
(http://www.viaarena.com/?PageID=2) and 
(http://www.intel.com/support/chipsets/).

The next step if the patch does not work is to play the game in 2D mode if you 
are currently running in 3D. You can change this setting by re-running the 
Video Test. To run this test, click on Start, then Programs, then Diablo II and 
then Video Test.  Also, try turning off the Automap as a troubleshooting step.

Check your CD-ROM settings using the information provided at the following link:
(http://www.blizzard.com/support/?id=mdb0404p)

If this error persists, please send us any new D2#.txt and/or D2debug.txt 
files from the Diablo II folder on your hard drive.  This will allow us to 
better troubleshoot your problem.

Finally, you may have noticed that Diablo II causes the computer to work really 
hard. This is largely due to the many textures that are being used by the game 
at any given time, especially in 3D modes. Because of this, sometimes users who 
have this problem do not have trouble with any other programs. Sometimes this 
error will occur if your computer gets too hot, so anything you can do to lower 
the operating temperature of your computer might be useful. Lowering the clock 
speed will lower the operating temperature. You should also make sure that your 
processor is adequately cooled with a cooling fan and heatsink. Your processor 
manufacturer has specific recommendations for cooling fans for some of their 
chips.

Please visit us on our Blizzard Entertainment Support site at 
(http://www.blizzard.com/support/?id=mdt0274p) for our latest solutions

Support Information Regarding - CD-Key Issues

2005-02-09 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In 
order to provide you with greater assistance, we have developed an automated 
reply system which evaluates your message and generates a detailed response 
towards it. 

Please read through this message as our automated reply system has helped many 
of our customers. If the response given below does not assist you or it is not 
relevant towards your message, please reply back to this email and a live 
technician will respond to you as soon as possible.


==
Support Information Regarding - CD-Key Issues:
==

For information regarding your CD-Key, please check out our web site on CD-Key 
issues: 
Diablo II - (http://www.blizzard.com/support/?id=mdt000p)
Warcraft II Battle.net Edition - (http://www.blizzard.com/support/?id=mwb000p)
StarCraft - (http://www.blizzard.com/support/?id=msc000p)
Warcraft III - (http://www.blizzard.com/support/?id=mwr000p)

Blizzard employees will not ask for your CD-Key unless you are contacting us 
about problems specific to your CD-Key (Blizzard employees on Battle.net have a 
Blizzard logo or a blue cape and plate mail, depending on the game title).

If you are inquiring about your World of Warcraft Authentication Key, please go 
to our Billing Support site at 
(http://www.blizzard.com/support/wowBilling/?id=mbl000p#43).


Again, if the response given above has not assisted you or it was not relevant 
towards your message, please reply back to this email and a live technician 
will respond to you as soon as possible.

Best Regards,
Blizzard Support Team
http://www.blizzard.com/support
Blizzard Entertainment

If you respond to this email, please attach all previous messages and files 
relating to this issue.

-Original Message-
From: tomcat-user@jakarta.apache.org
Sent: 2/9/2005 9:50:39 AM
To: tomcat-user@jakarta.apache.org
Subject: Tomcat 5.0.28 build from source

Hi,

first of all I would like to tell you that I'm now the maintainer for Tomcat 
inside of Gentoo Linux (www.gentoo.org). We already have Tomcat integrated into 
the portage tree (i.e. we already have a Gentoo Linux specific Tomcat package) 
but the old one is pretty unmaintained. 
Nobody has integrated new features and nobody has bumped the version for quite 
a long time. Therefor, I'm now going to restructure the Tomcat package for 
Gentoo Linux. Gentoo is a source based distribution and we'er trying to build 
as much from source as possible, even Java based programs. Why we do that?:

http://gentoo-wiki.com/Why_Build_Java_Code_From_Source

Since we're a Linux distribution , or generally speaking an operating system, 
we have to avoid that a user has to keep multiple copies of an archive or an 
library on his system. If there are problems with a specific library (in the 
Java case with an jar
archive) which can also be security related it can take a long time until all 
copies would get updated. As you now may see, in the case of Tomcat we really 
have to avoid that a user has to checkout and download the dependend libraries 
out of the internet before he builds and installs tomcat itself. We've got all 
dependencies in our portage tree which are required and yes, I know it's 
possible to specify the path to all required jars via an build.properties file 
for example. I've done that and everything works fine but I've it comes to the 
ant target build-webapps-precompile the build process bails out:

build-webapps-precompile:
[mkdir] Created dir: 
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build/server/webapps/admin/WEB-INF/src/admin
[mkdir] Created dir: 
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build/webapps/ROOT/WEB-INF/src
[mkdir] Created dir: 
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build/webapps/ROOT/WEB-INF/classes
[mkdir] Created dir: 
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build/webapps/jsp-examples/WEB-INF/src
  [jasper2] log4j:WARN No appenders could be found for logger 
(org.apache.jasper.compiler.JspRuntimeContext).
  [jasper2] log4j:WARN Please initialize the log4j system properly.

BUILD FAILED
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/build.xml:50: The 
following error occurred while executing this line:
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build.xml:566:
 The following error occurred while executing this line:
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build.xml:317:
 org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build/webapps/jsp-examples/WEB-INF/src/org/apache/jsp/tag/web/displayProducts_tag.java:28:
 incompatible types
found

Support Information Regarding - C0000005

2005-02-09 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In 
order to provide you with greater assistance, we have developed an automated 
reply system which evaluates your message and generates a detailed response 
towards it. 

Please read through this message as our automated reply system has helped many 
of our customers. If the response given below does not assist you or it is not 
relevant towards your message, please reply back to this email and a live 
technician will respond to you as soon as possible.


==
Support Information Regarding - C005:
==

If you are getting the error Unhandled Exception: Access Violation C005:

Uninstall and reinstall the game and download and install the latest patch 
from: (http://www.blizzard.com/patches)

If this doesn't work, please try some of our other solutions:

For Warcraft III Reign of Chaos:

We recommend running in a selective startup to improve performance and 
stability.  Firewall software, such as Zone Alarm, can cause lockups or prevent 
the game from starting. For instructions on how to run your computer in a 
selective startup, please visit our site at: 
(http://www.blizzard.com/support/?id=agn0558p).

If the solution above does not help, please try the steps below. 

Download and install the latest DirectX from 
(http://www.microsoft.com/windows/directx/default.aspx?url=/windows/directx/downloads/default.htm)
 Make sure you have the latest drivers for your Video and Sound cards, next. A 
list of manufacturers with contact information can be found at 
(http://www.blizzard.com/support/?id=msi0369p).

Download and install the latest chipset drivers for your motherboard.  Check 
the motherboard manufacturer's website for updated chipset drivers, first.  If 
you can't find updated drivers at the manufacturer's website, the next two most 
common locations for chipset drivers are (http://www.viaarena.com/?PageID=2) 
and (http://www.intel.com/support/chipsets/)

If Warcraft III still has errors after updating drivers, download war3.reg from 
(http://ftp.blizzard.com/pub/war3/other/) and save it to your Windows Desktop.  
Once the file has been downloaded, double-click on it to import the registry 
info.  This file will set Warcraft III to mute sound, run with the basic 
settings for video and set the refresh rate for the monitor to 60Hz.  Once the 
game has started, you may select the options menu and adjust the video and 
sound settings as desired.

For StarCraft users:
Click on Start.
Click on Run.
Type regedit and click Ok.
Click on the + icon beside the HKey_Local_Machine branch.
Click on the + icon beside the Software branch.
Select the Battle.net branch and press the delete key.
Click on the + icon beside the HKey_Current_User branch.
Click on the + icon beside the Software branch.
Select the Battle.net branch and press the delete key.

For Diablo II and Diablo II: Lord of Destruction:

The first step in fixing this problem is to make sure you have the latest patch 
for the game. You can download the latest patch by going to 
(http://www.blizzard.com/patches).

Next, download and install the latest chipset drivers for your motherboard.  
Check the motherboard manufacturer's website for updated chipset drivers, 
first.  The two most common locations for chipset drivers are 
(http://www.viaarena.com/?PageID=2) and 
(http://www.intel.com/support/chipsets/).

The next step if the patch does not work is to play the game in 2D mode if you 
are currently running in 3D. You can change this setting by re-running the 
Video Test. To run this test, click on Start, then Programs, then Diablo II and 
then Video Test.  Also, try turning off the Automap as a troubleshooting step.

Check your CD-ROM settings using the information provided at the following link:
(http://www.blizzard.com/support/?id=mdb0404p)

If this error persists, please send us any new D2#.txt and/or D2debug.txt 
files from the Diablo II folder on your hard drive.  This will allow us to 
better troubleshoot your problem.

Finally, you may have noticed that Diablo II causes the computer to work really 
hard. This is largely due to the many textures that are being used by the game 
at any given time, especially in 3D modes. Because of this, sometimes users who 
have this problem do not have trouble with any other programs. Sometimes this 
error will occur if your computer gets too hot, so anything you can do to lower 
the operating temperature of your computer might be useful. Lowering the clock 
speed will lower the operating temperature. You should also make sure that your 
processor is adequately cooled with a cooling fan and heatsink. Your processor 
manufacturer has specific recommendations for cooling fans for some of their 
chips.

Please visit us on our Blizzard Entertainment Support site at 
(http://www.blizzard.com/support/?id=mdt0274p) for our latest solutions

Support Information Regarding - C0000005

2005-02-08 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In 
order to provide you with greater assistance, we have developed an automated 
reply system which evaluates your message and generates a detailed response 
towards it. 

Please read through this message as our automated reply system has helped many 
of our customers. If the response given below does not assist you or it is not 
relevant towards your message, please reply back to this email and a live 
technician will respond to you as soon as possible.


==
Support Information Regarding - C005:
==

If you are getting the error Unhandled Exception: Access Violation C005:

Uninstall and reinstall the game and download and install the latest patch 
from: (http://www.blizzard.com/patches)

If this doesn't work, please try some of our other solutions:

For Warcraft III Reign of Chaos:

We recommend running in a selective startup to improve performance and 
stability.  Firewall software, such as Zone Alarm, can cause lockups or prevent 
the game from starting. For instructions on how to run your computer in a 
selective startup, please visit our site at: 
(http://www.blizzard.com/support/?id=agn0558p).

If the solution above does not help, please try the steps below. 

Download and install the latest DirectX from 
(http://www.microsoft.com/windows/directx/default.aspx?url=/windows/directx/downloads/default.htm)
 Make sure you have the latest drivers for your Video and Sound cards, next. A 
list of manufacturers with contact information can be found at 
(http://www.blizzard.com/support/?id=msi0369p).

Download and install the latest chipset drivers for your motherboard.  Check 
the motherboard manufacturer's website for updated chipset drivers, first.  If 
you can't find updated drivers at the manufacturer's website, the next two most 
common locations for chipset drivers are (http://www.viaarena.com/?PageID=2) 
and (http://www.intel.com/support/chipsets/)

If Warcraft III still has errors after updating drivers, download war3.reg from 
(http://ftp.blizzard.com/pub/war3/other/) and save it to your Windows Desktop.  
Once the file has been downloaded, double-click on it to import the registry 
info.  This file will set Warcraft III to mute sound, run with the basic 
settings for video and set the refresh rate for the monitor to 60Hz.  Once the 
game has started, you may select the options menu and adjust the video and 
sound settings as desired.

For StarCraft users:
Click on Start.
Click on Run.
Type regedit and click Ok.
Click on the + icon beside the HKey_Local_Machine branch.
Click on the + icon beside the Software branch.
Select the Battle.net branch and press the delete key.
Click on the + icon beside the HKey_Current_User branch.
Click on the + icon beside the Software branch.
Select the Battle.net branch and press the delete key.

For Diablo II and Diablo II: Lord of Destruction:

The first step in fixing this problem is to make sure you have the latest patch 
for the game. You can download the latest patch by going to 
(http://www.blizzard.com/patches).

Next, download and install the latest chipset drivers for your motherboard.  
Check the motherboard manufacturer's website for updated chipset drivers, 
first.  The two most common locations for chipset drivers are 
(http://www.viaarena.com/?PageID=2) and 
(http://www.intel.com/support/chipsets/).

The next step if the patch does not work is to play the game in 2D mode if you 
are currently running in 3D. You can change this setting by re-running the 
Video Test. To run this test, click on Start, then Programs, then Diablo II and 
then Video Test.  Also, try turning off the Automap as a troubleshooting step.

Check your CD-ROM settings using the information provided at the following link:
(http://www.blizzard.com/support/?id=mdb0404p)

If this error persists, please send us any new D2#.txt and/or D2debug.txt 
files from the Diablo II folder on your hard drive.  This will allow us to 
better troubleshoot your problem.

Finally, you may have noticed that Diablo II causes the computer to work really 
hard. This is largely due to the many textures that are being used by the game 
at any given time, especially in 3D modes. Because of this, sometimes users who 
have this problem do not have trouble with any other programs. Sometimes this 
error will occur if your computer gets too hot, so anything you can do to lower 
the operating temperature of your computer might be useful. Lowering the clock 
speed will lower the operating temperature. You should also make sure that your 
processor is adequately cooled with a cooling fan and heatsink. Your processor 
manufacturer has specific recommendations for cooling fans for some of their 
chips.

Please visit us on our Blizzard Entertainment Support site at 
(http://www.blizzard.com/support/?id=mdt0274p) for our latest solutions

Support Information Regarding - C0000005

2005-02-05 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In 
order to provide you with greater assistance, we have developed an automated 
reply system which evaluates your message and generates a detailed response 
towards it. 

Please read through this message as our automated reply system has helped many 
of our customers. If the response given below does not assist you or it is not 
relevant towards your message, please reply back to this email and a live 
technician will respond to you as soon as possible.


==
Support Information Regarding - C005:
==

If you are getting the error Unhandled Exception: Access Violation C005:

Uninstall and reinstall the game and download and install the latest patch 
from: (http://www.blizzard.com/patches)

If this doesn't work, please try some of our other solutions:

For Warcraft III Reign of Chaos:

We recommend running in a selective startup to improve performance and 
stability.  Firewall software, such as Zone Alarm, can cause lockups or prevent 
the game from starting. For instructions on how to run your computer in a 
selective startup, please visit our site at: 
(http://www.blizzard.com/support/?id=agn0558p).

If the solution above does not help, please try the steps below. 

Download and install the latest DirectX from 
(http://www.microsoft.com/windows/directx/default.aspx?url=/windows/directx/downloads/default.htm)
 Make sure you have the latest drivers for your Video and Sound cards, next. A 
list of manufacturers with contact information can be found at 
(http://www.blizzard.com/support/?id=msi0369p).

Download and install the latest chipset drivers for your motherboard.  Check 
the motherboard manufacturer's website for updated chipset drivers, first.  If 
you can't find updated drivers at the manufacturer's website, the next two most 
common locations for chipset drivers are (http://www.viaarena.com/?PageID=2) 
and (http://www.intel.com/support/chipsets/)

If Warcraft III still has errors after updating drivers, download war3.reg from 
(http://ftp.blizzard.com/pub/war3/other/) and save it to your Windows Desktop.  
Once the file has been downloaded, double-click on it to import the registry 
info.  This file will set Warcraft III to mute sound, run with the basic 
settings for video and set the refresh rate for the monitor to 60Hz.  Once the 
game has started, you may select the options menu and adjust the video and 
sound settings as desired.

For StarCraft users:
Click on Start.
Click on Run.
Type regedit and click Ok.
Click on the + icon beside the HKey_Local_Machine branch.
Click on the + icon beside the Software branch.
Select the Battle.net branch and press the delete key.
Click on the + icon beside the HKey_Current_User branch.
Click on the + icon beside the Software branch.
Select the Battle.net branch and press the delete key.

For Diablo II and Diablo II: Lord of Destruction:

The first step in fixing this problem is to make sure you have the latest patch 
for the game. You can download the latest patch by going to 
(http://www.blizzard.com/patches).

Next, download and install the latest chipset drivers for your motherboard.  
Check the motherboard manufacturer's website for updated chipset drivers, 
first.  The two most common locations for chipset drivers are 
(http://www.viaarena.com/?PageID=2) and 
(http://www.intel.com/support/chipsets/).

The next step if the patch does not work is to play the game in 2D mode if you 
are currently running in 3D. You can change this setting by re-running the 
Video Test. To run this test, click on Start, then Programs, then Diablo II and 
then Video Test.  Also, try turning off the Automap as a troubleshooting step.

Check your CD-ROM settings using the information provided at the following link:
(http://www.blizzard.com/support/?id=mdb0404p)

If this error persists, please send us any new D2#.txt and/or D2debug.txt 
files from the Diablo II folder on your hard drive.  This will allow us to 
better troubleshoot your problem.

Finally, you may have noticed that Diablo II causes the computer to work really 
hard. This is largely due to the many textures that are being used by the game 
at any given time, especially in 3D modes. Because of this, sometimes users who 
have this problem do not have trouble with any other programs. Sometimes this 
error will occur if your computer gets too hot, so anything you can do to lower 
the operating temperature of your computer might be useful. Lowering the clock 
speed will lower the operating temperature. You should also make sure that your 
processor is adequately cooled with a cooling fan and heatsink. Your processor 
manufacturer has specific recommendations for cooling fans for some of their 
chips.

Please visit us on our Blizzard Entertainment Support site at 
(http://www.blizzard.com/support/?id=mdt0274p) for our latest solutions

Support Information Regarding - CD-Key Issues

2005-02-03 Thread support
Thank you for emailing Blizzard Entertainments Technical Support Department. In 
order to provide you with greater assistance, we have developed an automated 
reply system which evaluates your message and generates a detailed response 
towards it. 

Please read through this message as our automated reply system has helped many 
of our customers. If the response given below does not assist you or it is not 
relevant towards your message, please reply back to this email and a live 
technician will respond to you as soon as possible.


==
Support Information Regarding - CD-Key Issues:
==

For information regarding your CD-Key, please check out our web site on CD-Key 
issues: 
Diablo II - (http://www.blizzard.com/support/?id=mdt000p)
Warcraft II Battle.net Edition - (http://www.blizzard.com/support/?id=mwb000p)
StarCraft - (http://www.blizzard.com/support/?id=msc000p)
Warcraft III - (http://www.blizzard.com/support/?id=mwr000p)

Blizzard employees will not ask for your CD-Key unless you are contacting us 
about problems specific to your CD-Key (Blizzard employees on Battle.net have a 
Blizzard logo or a blue cape and plate mail, depending on the game title).

If you are inquiring about your World of Warcraft Authentication Key, please go 
to our Billing Support site at 
(http://www.blizzard.com/support/wowBilling/?id=mbl000p#43).


Again, if the response given above has not assisted you or it was not relevant 
towards your message, please reply back to this email and a live technician 
will respond to you as soon as possible.

Best Regards,
Blizzard Support Team
http://www.blizzard.com/support
Blizzard Entertainment

If you respond to this email, please attach all previous messages and files 
relating to this issue.

-Original Message-
From: tomcat-user@jakarta.apache.org
Sent: 2/3/2005 3:44:40 PM
To: tomcat-user@jakarta.apache.org; [EMAIL PROTECTED]
Subject: IsUserInRole Question

Here is my web.xml and server.xml.  Thank you for your help!

?xml version=1.0 encoding=ISO-8859-1?

web-app
display-nameNtlmHttpAuthExample/display-name
descriptionNtlmHttpAuthExample/description

  servlet
servlet-nameNtlmHttpAuthExample/servlet-name
servlet-classNtlmHttpAuthExample/servlet-class
  /servlet
servlet-mapping
   
servlet-nameNtlmHttpAuthExample/servlet-name
   
url-pattern/servlet/NtlmHttpAuthExample/url-pattern
/servlet-mapping

filter
filter-nameNtlmHttpFilter/filter-name
   
filter-classjcifs.http.NtlmHttpFilter/filter-class

init-param
   
param-namejcifs.http.domainController/param-name
param-valuecurry/param-value
/init-param

/filter

filter-mapping
filter-nameNtlmHttpFilter/filter-name
url-pattern/*/url-pattern
/filter-mapping

/web-app



___ server.xml_

!-- Example Server Configuration File --
!-- Note that component elements are nested corresponding to their
 parent-child relationships with each other --

!-- A Server is a singleton element that represents the entire JVM,
 which may contain one or more Service
instances.  The Server
 listens for a shutdown command on the indicated port.

 Note:  A Server is not itself a Container, so you may not
 define subcomponents such as Valves or Loggers at this level.
 --

Server port=8005 shutdown=SHUTDOWN debug=0


  !-- Comment these entries out to disable JMX MBeans support --
  !-- You may also configure custom components (e.g.
Valves/Realms) by 
   including your own mbean-descriptor file(s), and setting the 
   descriptors attribute to point to a ';'
seperated list of paths
   (in the ClassLoader sense) of files to add to the default list.
   e.g.
descriptors=/com/myfirm/mypackage/mbean-descriptor.xml
  --
  Listener
className=org.apache.catalina.mbeans.ServerLifecycleListener
debug=0/
  Listener
className=org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
debug=0/

  !-- Global JNDI resources --
  GlobalNamingResources

!-- Test entry for demonstration purposes --
Environment name=simpleValue
type=java.lang.Integer value=30/

!-- Editable user database that can also be used by
 UserDatabaseRealm to authenticate users --
Resource name=UserDatabase auth=Container
  type=org.apache.catalina.UserDatabase
   description=User database that can be updated and saved
/Resource
ResourceParams name=UserDatabase
  parameter
namefactory/name
   
valueorg.apache.catalina.users.MemoryUserDatabaseFactory/value
  /parameter
  parameter
namepathname/name
valueconf/tomcat-users.xml/value
  /parameter
/ResourceParams

  /GlobalNamingResources

  !-- A Service is a collection of one or more Connectors that share
   a single Container (and therefore the web applications visible
   within that Container).  Normally

Re: Failure

2004-06-04 Thread Technical Support
This is an automated email reply to acknowledge your message to 
Yahoo! Slurp email help.

A number of frequently asked questions regarding Yahoo! Slurp are 
available at:
http://help.yahoo.com/help/us/ysearch/slurp/

Thank you for your interest in Yahoo! Slurp.

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



Re: Its me

2004-05-12 Thread Technical Support
This is an automated email reply to acknowledge your message to 
Yahoo! Slurp email help.

A number of frequently asked questions regarding Yahoo! Slurp are 
available at:
http://help.yahoo.com/help/us/ysearch/slurp/

Thank you for your interest in Yahoo! Slurp.

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



Re: Re: approved

2004-05-06 Thread Technical Support
This is an automated email reply to acknowledge your message to 
Yahoo! Slurp email help.

A number of frequently asked questions regarding Yahoo! Slurp are 
available at:
http://help.yahoo.com/help/us/ysearch/slurp/

Thank you for your interest in Yahoo! Slurp.

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



Re: Tomcat 4.1.30 - servlets no longer working

2004-04-06 Thread Support
Yes, mod_jk2 seems to have a strange problem, regarding index.jsp
URL http://domain.com/servlet/SnoopServlet
There is no index.jsp available within the WEB-INF directory.
mod_jk.log :

SnoopServlet :

[Tue Apr 06 07:21:37 2004]  ( info) [mod_jk2.c (451)]: mod_jk.translate(): 
uriMap /index.jsp ajp13:localhost:8009
[Tue Apr 06 07:21:40 2004]  ( info) [mod_jk2.c (451)]: mod_jk.translate(): 
uriMap /servlet/SnoopServlet ajp13:localhost:8009
[Tue Apr 06 07:21:40 2004]  ( info) [mod_jk2.c (351)]: mod_jk.handler() per 
dir worker for 0x833ba10 0x8340da8
[Tue Apr 06 07:21:40 2004]  ( info) [mod_jk2.c (394)]: modjk.handler() 
Calling ajp13:localhost:8009 0x8340da8
[Tue Apr 06 07:21:52 2004]  ( info) [mod_jk2.c (451)]: mod_jk.translate(): 
uriMap /index.jsp ajp13:localhost:8009

Snoop.jsp against it is creating the endpoint :

[Tue Apr 06 07:21:24 2004]  ( info) [mod_jk2.c (451)]: mod_jk.translate(): 
uriMap /jsp/num/snoop.jsp ajp13:localhost:8009
[Tue Apr 06 07:21:24 2004]  ( info) [mod_jk2.c (351)]: mod_jk.handler() per 
dir worker for 0x833ba10 0x83433c0
[Tue Apr 06 07:21:24 2004]  ( info) [mod_jk2.c (383)]: mod_jk.handler(): 
new rpool
[Tue Apr 06 07:21:24 2004]  ( info) [mod_jk2.c (394)]: modjk.handler() 
Calling ajp13:localhost:8009 0x83433c0
[Tue Apr 06 07:21:24 2004]  (debug) [jk_env.c (248)]: env.createBean2(): 
Create [endpoint] (null)
[Tue Apr 06 07:21:24 2004]  (debug) [jk_env.c (383)]: env.getByName(): Get 
by name workerEnv 0x8407ca0
[Tue Apr 06 07:21:24 2004]  (debug) [jk_env.c (312)]: env.createBean2(): 
register endpoint:10 0x8488308
[Tue Apr 06 07:21:24 2004]  ( info) [jk_shm.c (466)]: shm.createSlot() 
Create 3 0x410c8000 0x410ce000
[Tue Apr 06 07:21:24 2004]  ( info) [jk_endpoint.c (95)]: workerEnv.init() 
create slot epStat.12

Catalina.log :

2004-04-05 22:32:25 Authenticator[]: Security checking request GET 
/servlet/SnoopServlet
2004-04-05 22:32:25 Authenticator[]:  Not subject to any constraint
2004-04-05 22:32:25 StandardContext[]: Mapping contextPath='' with 
requestURI='/servlet/SnoopServlet' and relativeURI='/servlet/SnoopServlet'
2004-04-05 22:32:25 StandardContext[]:  Mapped to servlet 'default' with 
servlet path '/servlet/SnoopServlet' and path info 'null' and update=true

SnoopServlet is not working.

2004-04-05 22:32:34 Authenticator[]: Security checking request GET 
/jsp/snp/snoop.jsp
2004-04-05 22:32:34 Authenticator[]:  Not subject to any constraint
2004-04-05 22:32:34 StandardContext[]: Mapping contextPath='' with 
requestURI='/jsp/snp/snoop.jsp' and relativeURI='/jsp/snp/snoop.jsp'
2004-04-05 22:32:34 StandardContext[]:  Mapped to servlet 'jsp' with 
servlet path '/jsp/snp/snoop.jsp' and path info 'null' and update=true

snoop.jsp is working properly.

Thank you.

On Mon, Apr 05, 2004 at 03:56:02PM +0200, Support wrote:
 : HTTP Status 404 - /servlets
 : The requested resource (/servlets) is not available.
 : [snip]
 : .jsp against it are still working fine.

 Let's trade: you provide some details about your setup, and perhaps
 someone can hint at a solution.

 Are you accessing Tomcat through Apache (mod_jk)?
 If so, check whether a jkMount directive got whacked.

 If you're hitting Tomcat directly, what do the error logs say?
 etc., etc.

 -QM

 --

 software  -- http://www.brandxdev.nethttp://www.brandxdev.net
 tech news -- http://www.RoarNetworX.comhttp://www.RoarNetworX.com


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

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


Tomcat 4.1.30 - servlets no longer working

2004-04-05 Thread Support
Suddenly the servlets on our RH9 server are no longer working.

The error message is

HTTP Status 404 - /servlets
The requested resource (/servlets) is not available.
Maybe a permissions or RHN update problem or similar.

.jsp against it are still working fine.

I'm working on this issue for the past two days without
any success.
Where can I find the solution ?

Thank you.

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


AUTO 'Getty=983-295'How to specify creation order for ObjectFac tory ?

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:983295


-Original Message-
From: Roland Nygren [EMAIL PROTECTED]
Sent: Thursday, Jan 29 2004 11:59PM
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: How to specify creation order for ObjectFactory ?




Hi, 
I have a number of classes implementing 
javax.naming.spi.ObjectFactory  and I specify them in tomcat server.xml 
GlobalNamingResources and as ResourceLink in DefaultContext.

Because some of them are depending on other I would like to specify the order in which 
they are created (instanciated). 
Is that possible? 

Best regards Roland Nygren. 



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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=983-296'How to specify creation order for ObjectFac tory ?

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:983296


-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 12:00AM
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: How to specify creation order for ObjectFactory ?



This is an automated message that will hopefully answer any questions you might have: 


HOW TO UNSUBSCRIBE: 
Click on the unsubscribe link at the bottom of the newsletter you received. 

HOW TO SUBSCRIBE: 
Visit www.insanepictures.com and enter your email address into the subscribe box. 

HOW TO CHANGE YOUR EMAIL ADDRESS: 
First unsubscribe, then subscribe with your new email address, using the instructions 
above. 

HOW TO CONTACT US: 
If you\\\'d like to send us a comment, ask a question, submit a picture or joke, or 
are interested in advertising, you can email us at [EMAIL PROTECTED]


Regards, 
InsanePictures.com 



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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=983-298'Problem with redirecting .jsp file requests with .htaccess

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:983298


-Original Message-
From: Francois Masson [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 12:01AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Problem with redirecting .jsp file requests with .htaccess




Hi, 

Thanks for your answer, but I guess the link you sent is invalid. When I 
follow the link, I get an error message from the Apache Bug Database 
that the The bug number is invalid 

Francois 


Subir Sengupta wrote: 

Could it be this bug: 
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3D25055=20 
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3D25055=20  
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3D25055=20 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3D25055=20  
 
-Original Message- 
 
From: Francois Masson [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ]=20 
 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
 
Sent: Thursday, January 29, 2004 5:27 AM 
 
To: [EMAIL PROTECTED] 
 
Subject: Problem with redirecting .jsp file requests with .htaccess 
 
 
 
 
 
Hi, 
 
I am using Apache 2, Tomcat 4.1.29 and the ajp13 connector (under Fedora 
 
FC1) to connect Apache and Tomcat together. I have a problem with the=20 
.htaccess directives for .jsp files. In the httpd.conf config,=20 
AllowOverride is set to All in order to process the directives that I=20 
put in the .htaccess file. The redirection directives works fine for all 
 
kind of files (html, jpg,...) but .jsp pages. The problem seems to be=20 
that the .htaccess directives used for redirecting some specific .jsp=20 
requests are ignored by Apache who transmits directly the request to 
Tomcat. 
 
For instance, if I want Apache to redirect the files file1.html and=20 
file1.jsp to respectively file2.html and file2.jsp, I put the 
following=20 directives in my .htaccess file in the same directory: 
 
Redirect /file1.html http://mywebsite.com/file2.html 
http://mywebsite.com/file2.html  
 http://mywebsite.com/file2.html http://mywebsite.com/file2.html  
 
Redirect /file1.jsp http://mywebsite.com/file2.jsp http://mywebsite.com/file2.jsp  
 http://mywebsite.com/file2.jsp http://mywebsite.com/file2.jsp  
 
The first redirection works perfectly fine (i.e.=20 
 http://mywebsite.com/file1.html http://mywebsite.com/file1.html   
 http://mywebsite.com/file1.html http://mywebsite.com/file1.html   is 
redirected to=20 http://mywebsite.com/file2.html http://mywebsite.com/file2.html  
 http://mywebsite.com/file2.html http://mywebsite.com/file2.html  ), but the 
second redirection fails. 
I=20 cannot manage to redirect http://mywebsite.com/file1.jsp 
http://mywebsite.com/file1.jsp  
 http://mywebsite.com/file1.jsp http://mywebsite.com/file1.jsp   to=20 
http://mywebsite.com/file2.jsp http://mywebsite.com/file2.jsp  
 http://mywebsite.com/file2.jsp http://mywebsite.com/file2.jsp  . 
 
Can anyone help ? It seems to me that the JkMount /*.jsp wrkr directives 
 
has full priority over the redirection mechanism of .htaccess files ? 
 
Thanks in advance for your help. 
 
Francois 
 
 
 
 
 
 
 
- 
 
To unsubscribe, e-mail: [EMAIL PROTECTED] 
 
For additional commands, e-mail: [EMAIL PROTECTED] 
 
 
  
 



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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=983-706'JSP compiling don't work with jsvc

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:983706


-Original Message-
From: Bernhard Wraase [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 12:22AM
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: JSP compiling don't work with jsvc



Hi, 

after I configured jsvc it works like expected -except for automatic JSP 
compiling. If I start tomcat with startup.sh the compiling of JSP works 
normal. Once that JSP are compiled the start method doesn't matter 
anymore. Tomact acts normally. 
Here is my testcase: 
Copy the sample web-application from 
jakarta-tomcat-5.0.18/webapps/tomcat-docs/appdev/sample/ 
to 
jakarta-tomcat-5.0.18/webapps/ 

Put this to the appropriate place inside the server.xml: 
 !-- Tomcat Root Context -- 
Context path= docBase=web debug=0 
   /Context 

Start tomcat with /etc/init.d/tomcat.sh. 
In my case I got the follwing response in my browser: 
(The log catalina.out does not show more hints) 

HTTP Status 500 - 
 
type Exception report 
message 
description The server encountered an internal error () that prevented 
it from fulfilling this request. 

exception 
org.apache.jasper.JasperException: Unable to compile class for JSP 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:558) 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291) 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301) 
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248) 
javax.servlet.http.HttpServlet.service(HttpServlet.java:856) 


root cause 

java.io.FileNotFoundException: 
/opt/wupperring/jakarta-tomcat-5.0.18/work/Catalina/localhost/_/org/apache/jsp/hello_jsp.java
 
java.io.FileOutputStream.open(Native Method) 
java.io.FileOutputStream.init(FileOutputStream.java:176) 
java.io.FileOutputStream.init(FileOutputStream.java:70) 
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:223) 
org.apache.jasper.compiler.Compiler.compile(Compiler.java:456) 
org.apache.jasper.compiler.Compiler.compile(Compiler.java:439) 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:552) 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:291) 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301) 
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248) 
javax.servlet.http.HttpServlet.service(HttpServlet.java:856) 

note The full stack trace of the root cause is available in the Tomcat logs. 

Regards Bernhard 
-- 
MfG Bernhard Wraase 
NET.KOSMOS Projektentwicklung und Management GmbH 
Tel.: +49 231 5522931 
Fax: +49 231 5522930 


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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=985-267'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:985267


-Original Message-
From: Allistair Crossley [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 1:43AM
To: TOMCAT USER \(E-mail\) [EMAIL PROTECTED]
Subject: IOException while loading persisted sessions continued..



Yes, but I don't want to may this object Serializable - is this Tomcat specific? I 
have plenty of other objects in session but they don't have these errors thrown??

Cheers, ADC 
-- snip -- 
When tomcat persists sessions, it will try to serialize all objects stored in your 
sessions to disk. In order to be successful, all the objects must be serializable.

In this example, the class com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link is not 
serializable - it does not implement the Serializable interface.

Vitor 

-- snip -- 

Allistair Crossley wrote: 
Hi, 

I quite often but not always get a huge stack trace thrown when Tomcat boots up the 
top part of which is the following. I'm not sure why it thinks it needs to be loading 
anything to do with my bean here from persisted sessions. Is that a setting that I 
have switched on that I need to switch off? Like I say, only happens on every 3rd or 
4th reboot (development instance) and it does not stop TC5.0.18 working either.

SEVERE: IOException while loading persisted sessions: 
java.io.WriteAbortedExcept 
ion: writing aborted; java.io.NotSerializableException: 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
java.io.WriteAbortedException: writing aborted; 
java.io.NotSerializableException 
: com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
   at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278) 
   at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324) 
   at java.util.LinkedList.readObject(LinkedList.java:702) 
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. 
java:39) 

Cheers ADC 



FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
--- 
QAS Ltd. 
Developers of QuickAddress Software 
a href= http://www.qas.com http://www.qas.com www.qas.com/a 
Registered in England: No 2582055 
Registered in Australia: No 082 851 474 
--- 
/FONT 



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=985-778'java keeps crashing. any ideas?

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:985778


-Original Message-
From: Cees van de Griend [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 2:08AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: java keeps crashing. any ideas?



On Friday 30 January 2004 00:43, Yakov Belov wrote: 
 Try reinstalling jdk. 

This will probably not be very usefull. 

 - Original Message - 
 From: Alex Korneyev [EMAIL PROTECTED] 
 Cc: Tomcat Users List [EMAIL PROTECTED] 
 Sent: Friday, January 30, 2004 2:45 AM 
 Subject: java keeps crashing. any ideas? 
 
  I keep getting this. 
  
  i am running on linux 7.3  any idea how to research this problem? 
  
  
  Unexpected Signal : 11 occurred at PC=0x4ED2FA 
  Function=(null)+0x4ED2FA 
  Library=/usr/java/j2sdk1.4.2_03/jre/lib/i386/client/libjvm.so 

Signal 11 indicates a bug in the program OR a problem with the memory. 

Probably the original writer has a bad RAM. 

Regards, 
Cees. 

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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=985-882'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:985882


-Original Message-
From: Yiannis Mavroukakis [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 2:11AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: IOException while loading persisted sessions continued..



No this is Java specific, not Tomcat. See 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html  

Yiannis 

-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:43 
To: TOMCAT USER (E-mail) 
Subject: IOException while loading persisted sessions continued.. 


Yes, but I don't want to may this object Serializable - is this Tomcat 
specific? I have plenty of other objects in session but they don't have 
these errors thrown?? 
Cheers, ADC 
-- snip -- 
When tomcat persists sessions, it will try to serialize all objects stored 
in your sessions to disk. In order to be successful, all the objects must be 
serializable. 
In this example, the class 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link is not serializable - it 
does not implement the Serializable interface. 

Vitor 

-- snip -- 

Allistair Crossley wrote: 
Hi, 

I quite often but not always get a huge stack trace thrown when Tomcat boots 
up the top part of which is the following. I'm not sure why it thinks it 
needs to be loading anything to do with my bean here from persisted 
sessions. Is that a setting that I have switched on that I need to switch 
off? Like I say, only happens on every 3rd or 4th reboot (development 
instance) and it does not stop TC5.0.18 working either. 

SEVERE: IOException while loading persisted sessions: 
java.io.WriteAbortedExcept 
ion: writing aborted; java.io.NotSerializableException: 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
java.io.WriteAbortedException: writing aborted; 
java.io.NotSerializableException 
: com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
   at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278) 
   at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:324) 
   at java.util.LinkedList.readObject(LinkedList.java:702) 
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) 
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. 
java:39) 

Cheers ADC 



FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
--- 
QAS Ltd. 
Developers of QuickAddress Software 
a href= http://www.qas.com http://www.qas.com www.qas.com/a 
Registered in England: No 2582055 
Registered in Australia: No 082 851 474 
--- 
/FONT 


 
This e-mail has been scanned for all viruses by Star Internet. The 
service is powered by MessageLabs. 


Note:__ 
This message is for the named person's use only. It may contain 
confidential, proprietary or legally privileged information. No 
confidentiality or privilege is waived or lost by any mistransmission. 
If you receive this message in error, please immediately delete it and 
all copies of it from your system, destroy any hard copies of it and 
notify the sender. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the 
intended recipient. Jaguar Freight Services and any of its subsidiaries 
each reserve the right to monitor all e-mail communications through its 
networks. 
Any views expressed in this message are those of the individual sender, 
except where the message states otherwise and the sender is authorized 
to state them to be the views of any such entity. 
 
This e-mail has been scanned for all viruses by Star Internet. The 
service is powered by MessageLabs. 



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=986-158'Tomcat 5 jpda debugging

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:986158


-Original Message-
From: Darren [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 2:26AM
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: Tomcat 5 jpda debugging



I'm trying to get remote debugging working in tomcat 5 to help debug my 
servlets, but I'm not sure what I'm doing wrong.  I start catalina with 
jpda start which starts the logging to localhost:8000 which I can verify 
as netbeans allows me to connect to it successfully.  Problem is I see 
no logging output ... 

Do I need special logging calls within my code or should System.out, 
System.err and tracebacks just be appearing? 

Thanks, 
Darren 



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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=986-161'java keeps crashing. any ideas?

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:986161


-Original Message-
From: Ben Souther [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 2:29AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: java keeps crashing. any ideas?



I've seen something similar when running Tomcat on a RH box who's LANG 
environment variable had been changed to C for the sake of another 
application.  We now start tomcat with a script that sets (or resets) the 
LANG variable to en_US.iso885915 before calling startup.sh. 



On Friday 30 January 2004 05:08 am, you wrote: 
 On Friday 30 January 2004 00:43, Yakov Belov wrote: 
  Try reinstalling jdk. 
 
 This will probably not be very usefull. 
 
  - Original Message - 
  From: Alex Korneyev [EMAIL PROTECTED] 
  Cc: Tomcat Users List [EMAIL PROTECTED] 
  Sent: Friday, January 30, 2004 2:45 AM 
  Subject: java keeps crashing. any ideas? 
  
   I keep getting this. 
   
   i am running on linux 7.3  any idea how to research this problem? 
   
   
   Unexpected Signal : 11 occurred at PC=0x4ED2FA 
   Function=(null)+0x4ED2FA 
   Library=/usr/java/j2sdk1.4.2_03/jre/lib/i386/client/libjvm.so 
 
 Signal 11 indicates a bug in the program OR a problem with the memory. 
 
 Probably the original writer has a bad RAM. 
 
 Regards, 
 Cees. 
 
 - 
 To unsubscribe, e-mail: [EMAIL PROTECTED] 
 For additional commands, e-mail: [EMAIL PROTECTED] 

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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=986-503'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:986503


-Original Message-
From: Andrew Bodycombe [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 2:48AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: IOException while loading persisted sessions continued..



If you read a bit further down: 

When traversing a graph, an object may be encountered that does not support 
the Serializable interface. In this case the NotSerializableException will 
be thrown and will identify the class of the non-serializable object. 

If you want session serialization, you will have to make the MyLinks class 
implement this interface. If you don't want the fields inside this class to 
be serialized, make them transient. 

Andy 


-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 10:20 
To: Tomcat Users List 
Subject: RE: IOException while loading persisted sessions continued.. 


It says Classes that do not implement this interface will not have any of 
their state serialized or deserialized 

So, to me that means I do not have to put Serializable if I do not want my 
MyLinks class to be persisted. But Tomcat is throwing an error which means 
it thinks MyLinks should be Serialized for some reason. 

I do not want MyLinks to be Serializable. Why does Tomcat throw an error for 
this object and for no others? 

Thanks ADC 

-Original Message- 
From: Yiannis Mavroukakis [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:50 
To: 'Tomcat Users List' 
Subject: RE: IOException while loading persisted sessions continued.. 


No this is Java specific, not Tomcat. See 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html  

Yiannis 

-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:43 
To: TOMCAT USER (E-mail) 
Subject: IOException while loading persisted sessions continued.. 


Yes, but I don't want to may this object Serializable - is this Tomcat 
specific? I have plenty of other objects in session but they don't have 
these errors thrown?? 
Cheers, ADC 
-- snip -- 
When tomcat persists sessions, it will try to serialize all objects stored 
in your sessions to disk. In order to be successful, all the objects must be 
serializable. 
In this example, the class 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link is not serializable - it 
does not implement the Serializable interface. 

Vitor 

-- snip -- 

Allistair Crossley wrote: 
Hi, 

I quite often but not always get a huge stack trace thrown when Tomcat boots 
up the top part of which is the following. I'm not sure why it thinks it 
needs to be loading anything to do with my bean here from persisted 
sessions. Is that a setting that I have switched on that I need to switch 
off? Like I say, only happens on every 3rd or 4th reboot (development 
instance) and it does not stop TC5.0.18 working either. 

SEVERE: IOException while loading persisted sessions: 
java.io.WriteAbortedExcept 
ion: writing aborted; java.io.NotSerializableException: 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
java.io.WriteAbortedException: writing aborted; 
java.io.NotSerializableException 
: com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
   at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278) 
   at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:324) 
   at java.util.LinkedList.readObject(LinkedList.java:702) 
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) 
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. 
java:39) 

Cheers ADC 



FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
--- 
QAS Ltd. 
Developers of QuickAddress Software 
a href= http://www.qas.com http://www.qas.com www.qas.com/a 
Registered in England: No 2582055 
Registered in Australia: No 082 851 474 
--- 
/FONT 


 
This e-mail has been scanned for all viruses by Star Internet. The 
service is powered by MessageLabs. 


Note:__ 
This message is for the named person's use only. It may contain 
confidential, proprietary or legally privileged information. No 
confidentiality or privilege is waived or lost by any mistransmission. 
If you receive this message in error, please

AUTO 'Getty=986-588'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:986588


-Original Message-
From: Allistair Crossley [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 2:53AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: IOException while loading persisted sessions continued..



Hi There, 

I think either I am missing the point, or my message was not clear :) I totally 
understand the persistent thing. I understand the transient keyword. 

However, my real question is why does MyLinks have to be altered at all, when none 
of my other session objects have a problem. Tomcat seems to be picking on the 
MyLinks object in particular. For example, I have a User object in session but that is 
not Serializable. Tomcat does not complain about this. 

So my question is not about Serialization in general, it is about why Tomcat is 
deciding to throw exceptions for 1 of my session objects and not others. Why should 
it care about MyLinks and not User?

Cheers, hope this is clearer, ADC 

-Original Message- 
From: Bodycombe, Andrew [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 10:46 
To: 'Tomcat Users List' 
Subject: RE: IOException while loading persisted sessions continued.. 


If you read a bit further down: 

When traversing a graph, an object may be encountered that does not support 
the Serializable interface. In this case the NotSerializableException will 
be thrown and will identify the class of the non-serializable object. 

If you want session serialization, you will have to make the MyLinks class 
implement this interface. If you don't want the fields inside this class to 
be serialized, make them transient. 

Andy 


-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 10:20 
To: Tomcat Users List 
Subject: RE: IOException while loading persisted sessions continued.. 


It says Classes that do not implement this interface will not have any of 
their state serialized or deserialized 

So, to me that means I do not have to put Serializable if I do not want my 
MyLinks class to be persisted. But Tomcat is throwing an error which means 
it thinks MyLinks should be Serialized for some reason. 

I do not want MyLinks to be Serializable. Why does Tomcat throw an error for 
this object and for no others? 

Thanks ADC 

-Original Message- 
From: Yiannis Mavroukakis [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:50 
To: 'Tomcat Users List' 
Subject: RE: IOException while loading persisted sessions continued.. 


No this is Java specific, not Tomcat. See 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html  

Yiannis 

-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:43 
To: TOMCAT USER (E-mail) 
Subject: IOException while loading persisted sessions continued.. 


Yes, but I don't want to may this object Serializable - is this Tomcat 
specific? I have plenty of other objects in session but they don't have 
these errors thrown?? 
Cheers, ADC 
-- snip -- 
When tomcat persists sessions, it will try to serialize all objects stored 
in your sessions to disk. In order to be successful, all the objects must be 
serializable. 
In this example, the class 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link is not serializable - it 
does not implement the Serializable interface. 

Vitor 

-- snip -- 

Allistair Crossley wrote: 
Hi, 

I quite often but not always get a huge stack trace thrown when Tomcat boots 
up the top part of which is the following. I'm not sure why it thinks it 
needs to be loading anything to do with my bean here from persisted 
sessions. Is that a setting that I have switched on that I need to switch 
off? Like I say, only happens on every 3rd or 4th reboot (development 
instance) and it does not stop TC5.0.18 working either. 

SEVERE: IOException while loading persisted sessions: 
java.io.WriteAbortedExcept 
ion: writing aborted; java.io.NotSerializableException: 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
java.io.WriteAbortedException: writing aborted; 
java.io.NotSerializableException 
: com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
   at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278) 
   at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:324) 
   at java.util.LinkedList.readObject(LinkedList.java:702) 
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method

AUTO 'Getty=986-677'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:986677


-Original Message-
From: Jon Wingfield [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 2:55AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: IOException while loading persisted sessions continued..



Did you read as far as the NotSerializableException bit? ;) 

If you don't want to make MyLinks serializable but want Tomcat to 
serialize sessions you could (amongst other things) implement a 
HttpSessionActivationListener. 
Add this object to the session at the same time as your MyLinks object. 
When tomcat serializes the session to disk the sessionWillPassivate() 
method will be called. In that method you could remove the MyLinks 
object from the session. When the session is restored you could re-init 
MyLinks in the sessionDidActivate() implementation. 

HTH, 

Jon 

Allistair Crossley wrote: 
 It says Classes that do not implement this interface will not have any of their 
 state serialized or deserialized 
 
 So, to me that means I do not have to put Serializable if I do not want my MyLinks 
 class to be persisted. But Tomcat is throwing an error which means it thinks MyLinks 
 should be Serialized for some reason. 

 
 I do not want MyLinks to be Serializable. Why does Tomcat throw an error for this 
 object and for no others? 
 
 Thanks ADC 
 
 -Original Message- 
 From: Yiannis Mavroukakis [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
 Sent: 30 January 2004 09:50 
 To: 'Tomcat Users List' 
 Subject: RE: IOException while loading persisted sessions continued.. 
 
 
 No this is Java specific, not Tomcat. See 
 http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html 
 http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html  
 
 Yiannis 
 
 -Original Message- 
 From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
 Sent: 30 January 2004 09:43 
 To: TOMCAT USER (E-mail) 
 Subject: IOException while loading persisted sessions continued.. 
 
 
 Yes, but I don't want to may this object Serializable - is this Tomcat 
 specific? I have plenty of other objects in session but they don't have 
 these errors thrown?? 
 Cheers, ADC 
 -- snip -- 
 When tomcat persists sessions, it will try to serialize all objects stored 
 in your sessions to disk. In order to be successful, all the objects must be 
 serializable. 
 In this example, the class 
 com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link is not serializable - it 
 does not implement the Serializable interface. 
 
 Vitor 
 
 -- snip -- 
 
 Allistair Crossley wrote: 
 Hi, 
 
 I quite often but not always get a huge stack trace thrown when Tomcat boots 
 up the top part of which is the following. I'm not sure why it thinks it 
 needs to be loading anything to do with my bean here from persisted 
 sessions. Is that a setting that I have switched on that I need to switch 
 off? Like I say, only happens on every 3rd or 4th reboot (development 
 instance) and it does not stop TC5.0.18 working either. 
 
   SEVERE: IOException while loading persisted sessions: 
 java.io.WriteAbortedExcept 
   ion: writing aborted; java.io.NotSerializableException: 
   com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
   java.io.WriteAbortedException: writing aborted; 
 java.io.NotSerializableException 
   : com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
  at 
 java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278) 
  at 
 java.io.ObjectInputStream.readObject(ObjectInputStream.java:324) 
  at java.util.LinkedList.readObject(LinkedList.java:702) 
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
 Method) 
  at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. 
   java:39) 
 



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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=986-078'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:986078


-Original Message-
From: Allistair Crossley [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 2:20AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: IOException while loading persisted sessions continued..



It says Classes that do not implement this interface will not have any of their state 
serialized or deserialized 

So, to me that means I do not have to put Serializable if I do not want my MyLinks 
class to be persisted. But Tomcat is throwing an error which means it thinks MyLinks 
should be Serialized for some reason. 

I do not want MyLinks to be Serializable. Why does Tomcat throw an error for this 
object and for no others? 

Thanks ADC 

-Original Message- 
From: Yiannis Mavroukakis [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:50 
To: 'Tomcat Users List' 
Subject: RE: IOException while loading persisted sessions continued.. 


No this is Java specific, not Tomcat. See 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html  

Yiannis 

-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:43 
To: TOMCAT USER (E-mail) 
Subject: IOException while loading persisted sessions continued.. 


Yes, but I don't want to may this object Serializable - is this Tomcat 
specific? I have plenty of other objects in session but they don't have 
these errors thrown?? 
Cheers, ADC 
-- snip -- 
When tomcat persists sessions, it will try to serialize all objects stored 
in your sessions to disk. In order to be successful, all the objects must be 
serializable. 
In this example, the class 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link is not serializable - it 
does not implement the Serializable interface. 

Vitor 

-- snip -- 

Allistair Crossley wrote: 
Hi, 

I quite often but not always get a huge stack trace thrown when Tomcat boots 
up the top part of which is the following. I'm not sure why it thinks it 
needs to be loading anything to do with my bean here from persisted 
sessions. Is that a setting that I have switched on that I need to switch 
off? Like I say, only happens on every 3rd or 4th reboot (development 
instance) and it does not stop TC5.0.18 working either. 

SEVERE: IOException while loading persisted sessions: 
java.io.WriteAbortedExcept 
ion: writing aborted; java.io.NotSerializableException: 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
java.io.WriteAbortedException: writing aborted; 
java.io.NotSerializableException 
: com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
   at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278) 
   at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:324) 
   at java.util.LinkedList.readObject(LinkedList.java:702) 
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) 
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. 
java:39) 

Cheers ADC 



FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
--- 
QAS Ltd. 
Developers of QuickAddress Software 
a href= http://www.qas.com http://www.qas.com www.qas.com/a 
Registered in England: No 2582055 
Registered in Australia: No 082 851 474 
--- 
/FONT 


 
This e-mail has been scanned for all viruses by Star Internet. The 
service is powered by MessageLabs. 


Note:__ 
This message is for the named person's use only. It may contain 
confidential, proprietary or legally privileged information. No 
confidentiality or privilege is waived or lost by any mistransmission. 
If you receive this message in error, please immediately delete it and 
all copies of it from your system, destroy any hard copies of it and 
notify the sender. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the 
intended recipient. Jaguar Freight Services and any of its subsidiaries 
each reserve the right to monitor all e-mail communications through its 
networks. 
Any views expressed in this message are those of the individual sender, 
except where the message states otherwise and the sender is authorized 
to state them to be the views of any such entity. 
 
This e-mail has been 

AUTO 'Getty=986-758'deploying parameters using catalina.ant

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:986758


-Original Message-
From: Hernani Mouro [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 2:59AM
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: deploying parameters using catalina.ant



hi, 
is there anybody out there that can help me on this subject. This is my 3rd 
message. Am asking something wrong? 

I am trying to use the command org.apache.catalina.ant.DeployTask in ANT to 
deploy an application into TomCat using a context xml file. It seems it is 
mandatory to issue the path parameter but with a context xml file that 
should not be necessary. 

I looked on the Tomcat site and I could not find anything on this topic. Can 
anyone help me? 
Where can I find information about the catalina-ant.jar? 


my best regards, 
Hernni 


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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=986-760'File Access Denied

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:986760


-Original Message-
From: Teja Jo [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:00AM
To: Tomcat User Mailing List [EMAIL PROTECTED]
Subject: File Access Denied



Hello everyone, 
  
I have a file in 1 of the directories - from where 1 of the files in the same 
directory is reading it - the directory being inside webapp/testApp directory.I get 
the exception - file access denied permission to read .Could u tell me a way to get 
rid of this exception to read this file ?

  
Regards, 
Teja. 


- 
Do you Yahoo!? 
Yahoo! SiteBuilder - Free web site building tool. Try it! 



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=986-855'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:986855


-Original Message-
From: Yiannis Mavroukakis [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:08AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: IOException while loading persisted sessions continued..



Does MyLinks perhaps implement/extend another class which has been declared 
as Serializable? 

-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 10:20 
To: Tomcat Users List 
Subject: RE: IOException while loading persisted sessions continued.. 


It says Classes that do not implement this interface will not have any of 
their state serialized or deserialized 

So, to me that means I do not have to put Serializable if I do not want my 
MyLinks class to be persisted. But Tomcat is throwing an error which means 
it thinks MyLinks should be Serialized for some reason. 

I do not want MyLinks to be Serializable. Why does Tomcat throw an error for 
this object and for no others? 

Thanks ADC 

-Original Message- 
From: Yiannis Mavroukakis [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:50 
To: 'Tomcat Users List' 
Subject: RE: IOException while loading persisted sessions continued.. 


No this is Java specific, not Tomcat. See 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html  

Yiannis 

-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:43 
To: TOMCAT USER (E-mail) 
Subject: IOException while loading persisted sessions continued.. 


Yes, but I don't want to may this object Serializable - is this Tomcat 
specific? I have plenty of other objects in session but they don't have 
these errors thrown?? 
Cheers, ADC 
-- snip -- 
When tomcat persists sessions, it will try to serialize all objects stored 
in your sessions to disk. In order to be successful, all the objects must be 
serializable. 
In this example, the class 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link is not serializable - it 
does not implement the Serializable interface. 

Vitor 

-- snip -- 

Allistair Crossley wrote: 
Hi, 

I quite often but not always get a huge stack trace thrown when Tomcat boots 
up the top part of which is the following. I'm not sure why it thinks it 
needs to be loading anything to do with my bean here from persisted 
sessions. Is that a setting that I have switched on that I need to switch 
off? Like I say, only happens on every 3rd or 4th reboot (development 
instance) and it does not stop TC5.0.18 working either. 

SEVERE: IOException while loading persisted sessions: 
java.io.WriteAbortedExcept 
ion: writing aborted; java.io.NotSerializableException: 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
java.io.WriteAbortedException: writing aborted; 
java.io.NotSerializableException 
: com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
   at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278) 
   at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:324) 
   at java.util.LinkedList.readObject(LinkedList.java:702) 
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) 
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. 
java:39) 

Cheers ADC 



FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
--- 
QAS Ltd. 
Developers of QuickAddress Software 
a href= http://www.qas.com http://www.qas.com www.qas.com/a 
Registered in England: No 2582055 
Registered in Australia: No 082 851 474 
--- 
/FONT 


 
This e-mail has been scanned for all viruses by Star Internet. The 
service is powered by MessageLabs. 


Note:__ 
This message is for the named person's use only. It may contain 
confidential, proprietary or legally privileged information. No 
confidentiality or privilege is waived or lost by any mistransmission. 
If you receive this message in error, please immediately delete it and 
all copies of it from your system, destroy any hard copies of it and 
notify the sender. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the 
intended recipient. Jaguar Freight Services and any of its subsidiaries 
each reserve the right to monitor all e-mail 

AUTO 'Getty=986-944'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:986944


-Original Message-
From: Allistair Crossley [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:11AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: IOException while loading persisted sessions continued..



OK, I think TC5 has session persistence enabled by default for its clustering stuff. I 
do want to use clustering at some point, so I will need to add Serializable to all my 
session objects - fine. But if you do not want clustering I cannot see why session 
persistence is ON by default...

I'll keep on looking... thanks, ADC 

-Original Message- 
From: Yiannis Mavroukakis [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 10:40 
To: 'Tomcat Users List' 
Subject: RE: IOException while loading persisted sessions continued.. 


Does MyLinks perhaps implement/extend another class which has been declared 
as Serializable? 

-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 10:20 
To: Tomcat Users List 
Subject: RE: IOException while loading persisted sessions continued.. 


It says Classes that do not implement this interface will not have any of 
their state serialized or deserialized 

So, to me that means I do not have to put Serializable if I do not want my 
MyLinks class to be persisted. But Tomcat is throwing an error which means 
it thinks MyLinks should be Serialized for some reason. 

I do not want MyLinks to be Serializable. Why does Tomcat throw an error for 
this object and for no others? 

Thanks ADC 

-Original Message- 
From: Yiannis Mavroukakis [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:50 
To: 'Tomcat Users List' 
Subject: RE: IOException while loading persisted sessions continued.. 


No this is Java specific, not Tomcat. See 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html  

Yiannis 

-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:43 
To: TOMCAT USER (E-mail) 
Subject: IOException while loading persisted sessions continued.. 


Yes, but I don't want to may this object Serializable - is this Tomcat 
specific? I have plenty of other objects in session but they don't have 
these errors thrown?? 
Cheers, ADC 
-- snip -- 
When tomcat persists sessions, it will try to serialize all objects stored 
in your sessions to disk. In order to be successful, all the objects must be 
serializable. 
In this example, the class 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link is not serializable - it 
does not implement the Serializable interface. 

Vitor 

-- snip -- 

Allistair Crossley wrote: 
Hi, 

I quite often but not always get a huge stack trace thrown when Tomcat boots 
up the top part of which is the following. I'm not sure why it thinks it 
needs to be loading anything to do with my bean here from persisted 
sessions. Is that a setting that I have switched on that I need to switch 
off? Like I say, only happens on every 3rd or 4th reboot (development 
instance) and it does not stop TC5.0.18 working either. 

SEVERE: IOException while loading persisted sessions: 
java.io.WriteAbortedExcept 
ion: writing aborted; java.io.NotSerializableException: 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
java.io.WriteAbortedException: writing aborted; 
java.io.NotSerializableException 
: com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link 
   at 
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1278) 
   at 
java.io.ObjectInputStream.readObject(ObjectInputStream.java:324) 
   at java.util.LinkedList.readObject(LinkedList.java:702) 
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) 
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. 
java:39) 

Cheers ADC 



FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE 
--- 
QAS Ltd. 
Developers of QuickAddress Software 
a href= http://www.qas.com http://www.qas.com www.qas.com/a 
Registered in England: No 2582055 
Registered in Australia: No 082 851 474 
--- 
/FONT 


 
This e-mail has been scanned for all viruses by Star Internet. The 
service is powered by MessageLabs. 


Note:__ 
This message is for the named person's use 

AUTO 'Getty=986-946'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:986946


-Original Message-
From: Vitor Buitoni [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:13AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: IOException while loading persisted sessions continued..



Well, i'm not sure about it, but i think that if you make the MyLinks 
class implement the Serializable interface, tomcat won't complain about 
it anymore, and probably will complain about some other not serializable 
object. 

My idea is that when tomcat finds some error during the session 
deserialization it just give up the whole process. I don't know if this 
is true, but you could make a test and post the results to the list. 

Vitor 

Allistair Crossley wrote: 

Hi There, 
 
I think either I am missing the point, or my message was not clear :) I totally 
understand the persistent thing. I understand the transient keyword. 

 
However, my real question is why does MyLinks have to be altered at all, when none 
of my other session objects have a problem. Tomcat seems to be picking on the 
MyLinks object in particular. For example, I have a User object in session but that 
is not Serializable. Tomcat does not complain about this. 

 
So my question is not about Serialization in general, it is about why Tomcat is 
deciding to throw exceptions for 1 of my session objects and not others. Why should 
it care about MyLinks and not User?

 
Cheers, hope this is clearer, ADC 
 
-Original Message- 
From: Bodycombe, Andrew [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 10:46 
To: 'Tomcat Users List' 
Subject: RE: IOException while loading persisted sessions continued.. 
 
 
If you read a bit further down: 
 
When traversing a graph, an object may be encountered that does not support 
the Serializable interface. In this case the NotSerializableException will 
be thrown and will identify the class of the non-serializable object. 
 
If you want session serialization, you will have to make the MyLinks class 
implement this interface. If you don't want the fields inside this class to 
be serialized, make them transient. 
 
Andy 
 
 
-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 10:20 
To: Tomcat Users List 
Subject: RE: IOException while loading persisted sessions continued.. 
 
 
It says Classes that do not implement this interface will not have any of 
their state serialized or deserialized 
 
So, to me that means I do not have to put Serializable if I do not want my 
MyLinks class to be persisted. But Tomcat is throwing an error which means 
it thinks MyLinks should be Serialized for some reason. 
 
I do not want MyLinks to be Serializable. Why does Tomcat throw an error for 
this object and for no others? 
 
Thanks ADC 
 
-Original Message- 
From: Yiannis Mavroukakis [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:50 
To: 'Tomcat Users List' 
Subject: RE: IOException while loading persisted sessions continued.. 
 
 
No this is Java specific, not Tomcat. See 
 http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html 
 http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html  
 
Yiannis 
 
-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:43 
To: TOMCAT USER (E-mail) 
Subject: IOException while loading persisted sessions continued.. 
 
 
Yes, but I don't want to may this object Serializable - is this Tomcat 
specific? I have plenty of other objects in session but they don't have 
these errors thrown?? 
Cheers, ADC 
-- snip -- 
When tomcat persists sessions, it will try to serialize all objects stored 
in your sessions to disk. In order to be successful, all the objects must be 
serializable. 
In this example, the class 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link is not serializable - it 
does not implement the Serializable interface. 
 
Vitor 
 
-- snip -- 
 
Allistair Crossley wrote: 
Hi, 
 
I quite often but not always get a huge stack trace thrown when Tomcat boots 
up the top part of which is the following. I'm not sure why it thinks it 
needs to be loading anything to do with my bean here from persisted 
sessions. Is that a setting that I have switched on that I need to switch 
off? Like I say, only happens on every 3rd or 4th reboot (development 
instance) and it does not stop TC5.0.18 working either. 
 
   SEVERE: IOException while loading persisted sessions: 
java.io.WriteAbortedExcept 
   ion: writing aborted; java.io.NotSerializableException: 
   com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link

AUTO 'Getty=987-032'Tomcat 5 jpda debugging

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:987032


-Original Message-
From: Darren [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:18AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Tomcat 5 jpda debugging



Seems I am just confused between debugging / logging, it actually works 
fine if I set breakpoints! 

Darren wrote: 

 I'm trying to get remote debugging working in tomcat 5 to help debug 
 my servlets, but I'm not sure what I'm doing wrong.  I start catalina 
 with jpda start which starts the logging to localhost:8000 which I can 
 verify as netbeans allows me to connect to it successfully.  Problem 
 is I see no logging output ... 
 
 Do I need special logging calls within my code or should System.out, 
 System.err and tracebacks just be appearing? 
 
 Thanks, 
 Darren 
 
 
 
 - 
 To unsubscribe, e-mail: [EMAIL PROTECTED] 
 For additional commands, e-mail: [EMAIL PROTECTED] 
 
 


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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=987-262'Configuring modification check interval for web.xml

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:987262


-Original Message-
From: Robert Krger [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:29AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Configuring modification check interval for web.xml




Hi, 

I would like to configure the interval in which Tomcat checks the 
web.xml files for modifications to restart the affected context. I tried 
setting backgroundProcessorDelay=1 in my Engine element but the 
perceived interval is longer than that. 

Am I looking in the wrong direction or is there some other delay between 
noticing the web.xml file has changed and the log output Reloading this 
Context has started? 

Thanks in advance, 

Robert 



-- 
 
Robert Krger 
Signal7 GmbH 
Brder Knauss Str. 79 
64285 Darmstadt 
Germany 


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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=987-263'Applet class files' location

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:987263


-Original Message-
From: Teja Jo [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:30AM
To: Tomcat User Mailing List [EMAIL PROTECTED]
Subject: Applet class files' location



Hello everyone , 
  
There r some jsp files in the root directory of the web application.They display some 
applets.If the applet class files are placed in a package structure inside 
WEB-INF/classes - then I get a ClassNotFoundException for the applet.The applet 
files have to be compulsorily kept in the directory which has the jsp files,but I want 
the applet class files inside WEB-INF/classes.Could u tell me a way to do it?

  
Regards, 
Teja. 
  


- 
Do you Yahoo!? 
Yahoo! SiteBuilder - Free web site building tool. Try it! 



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=987-354'IOException while loading persisted session s continued..

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:987354


-Original Message-
From: Andrew Bodycombe [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:34AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: IOException while loading persisted sessions continued..



I suspect that the MyLinks object is just the FIRST non-serializable session 
attribute encountered. Tomcat is trying to serialize the session, which 
fails as soon as any non-serializable attribute is found. If you made 
MyLinks serializable, you would probably start getting errors about your 
other non-serializable session attributes. 

-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 10:53 
To: Tomcat Users List 
Subject: RE: IOException while loading persisted sessions continued.. 


Hi There, 

I think either I am missing the point, or my message was not clear :) I 
totally understand the persistent thing. I understand the transient keyword. 


However, my real question is why does MyLinks have to be altered at all, 
when none of my other session objects have a problem. Tomcat seems to be 
picking on the MyLinks object in particular. For example, I have a User 
object in session but that is not Serializable. Tomcat does not complain 
about this. 

So my question is not about Serialization in general, it is about why Tomcat 
is deciding to throw exceptions for 1 of my session objects and not 
others. Why should it care about MyLinks and not User? 

Cheers, hope this is clearer, ADC 

-Original Message- 
From: Bodycombe, Andrew [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 10:46 
To: 'Tomcat Users List' 
Subject: RE: IOException while loading persisted sessions continued.. 


If you read a bit further down: 

When traversing a graph, an object may be encountered that does not support 
the Serializable interface. In this case the NotSerializableException will 
be thrown and will identify the class of the non-serializable object. 

If you want session serialization, you will have to make the MyLinks class 
implement this interface. If you don't want the fields inside this class to 
be serialized, make them transient. 

Andy 


-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 10:20 
To: Tomcat Users List 
Subject: RE: IOException while loading persisted sessions continued.. 


It says Classes that do not implement this interface will not have any of 
their state serialized or deserialized 

So, to me that means I do not have to put Serializable if I do not want my 
MyLinks class to be persisted. But Tomcat is throwing an error which means 
it thinks MyLinks should be Serialized for some reason. 

I do not want MyLinks to be Serializable. Why does Tomcat throw an error for 
this object and for no others? 

Thanks ADC 

-Original Message- 
From: Yiannis Mavroukakis [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:50 
To: 'Tomcat Users List' 
Subject: RE: IOException while loading persisted sessions continued.. 


No this is Java specific, not Tomcat. See 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html 
http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html  

Yiannis 

-Original Message- 
From: Allistair Crossley [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
Sent: 30 January 2004 09:43 
To: TOMCAT USER (E-mail) 
Subject: IOException while loading persisted sessions continued.. 


Yes, but I don't want to may this object Serializable - is this Tomcat 
specific? I have plenty of other objects in session but they don't have 
these errors thrown?? 
Cheers, ADC 
-- snip -- 
When tomcat persists sessions, it will try to serialize all objects stored 
in your sessions to disk. In order to be successful, all the objects must be 
serializable. 
In this example, the class 
com.comp.newmedia.intranet.iq.dto.myiq.mylinks.Link is not serializable - it 
does not implement the Serializable interface. 

Vitor 

-- snip -- 

Allistair Crossley wrote: 
Hi, 

I quite often but not always get a huge stack trace thrown when Tomcat boots 
up the top part of which is the following. I'm not sure why it thinks it 
needs to be loading anything to do with my bean here from persisted 
sessions. Is that a setting that I have switched on that I need to switch 
off? Like I say, only happens on every 3rd or 4th reboot (development 
instance) and it does not stop TC5.0.18 working either. 

SEVERE: IOException while loading persisted sessions: 
java.io.WriteAbortedExcept 
ion: writing aborted; java.io.NotSerializableException

AUTO 'Getty=987-449'dumb newbie question

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:987449


-Original Message-
From: Jonas Stricker [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:43AM
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: dumb newbie question



-BEGIN PGP SIGNED MESSAGE- 
Hash: SHA1 

Hello all, 

I would like to know wether theres a not too sophisticated method to 
clean up the output of JSPs that are rendered by tomcat. 

Reason: I am supposed to produce some XML dynamically, which has to be 
parsed again by some - well, lets say: not _very_ wise guys. 
So it would be kind of useful for me to get rid of the empty lines in 
the HTML/XML/what-ever output. In the end it doesnt look to nice, too. :) 

Thanks for any hint or advice, 
Jonas Stricker, Munich/Germany 
-BEGIN PGP SIGNATURE- 
Version: GnuPG v1.2.2 (Darwin) 
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org 
http://enigmail.mozdev.org  

iD8DBQFAGj3DVLLBXbwFLdERAhc0AJ9Of/HWjldOvVawSbmhsoXjwNBlyQCdGx2x 
Qz7d2BrM4oS6nRK1feYAEcA= 
=JhwE 
-END PGP SIGNATURE- 

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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=987-535'dumb newbie question

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:987535


-Original Message-
From: Ralph Einfeldt [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:48AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: dumb newbie question




You can define a servlet filter that parses the 
response stream. 

Depending on what you have to parse there may be tools 
that can help you to do the parsing and stripping. 

 -Original Message- 
 From: Jonas Stricker [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] 
 Sent: Friday, January 30, 2004 12:20 PM 
 To: [EMAIL PROTECTED] 
 Subject: dumb newbie question 
 
 I would like to know wether theres a not too sophisticated method to 
 clean up the output of JSPs that are rendered by tomcat. 
 
 Reason: I am supposed to produce some XML dynamically, which has to be 
 parsed again by some - well, lets say: not _very_ wise guys. 
 So it would be kind of useful for me to get rid of the empty lines in 
 the HTML/XML/what-ever output. In the end it doesnt look to 
 nice, too. :) 
 

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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=987-620'Applet class files' location

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:987620


-Original Message-
From: BAO RuiXian [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 3:52AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Applet class files' location





Teja Jo wrote: 

Hello everyone , 
 
There r some jsp files in the root directory of the web application.They display some 
applets.If the applet class files are placed in a package structure inside 
WEB-INF/classes - then I get a ClassNotFoundException for the applet.The applet 
files 

 
It is designed so for security reason in that class files not seeable 
from outside. 

have to be compulsorily kept in the directory which has the jsp files,but I want the 
applet class files inside WEB-INF/classes.Could u tell me a way to do it?

 
 
I am afraid of no way unless you want to breach the security. Actually 
applet files can sit anywhere where the directories/files can be served 
to the user by tomcat, since applet has to be downloaded to the user's 
own machine to run. 

Hope this helps. 

Regards, 
Teja. 
 
  
 
Best 

Bao 

 
- 
Do you Yahoo!? 
Yahoo! SiteBuilder - Free web site building tool. Try it! 
  
 


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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=992-820'comercial license

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:992820


-Original Message-
From: Remy Maucherat [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 10:45AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: comercial license



Shapira, Yoav wrote: 
 Howdy, 
 2.0 is the right version.  All tomcat, jakarta, and Apache code in 
 general will be changed to include the 2.0 license instead of 1.1 by 
 March. 

Right now Tomcat is licensed as ASL 1.1. The change to the new license 
cannot be retroactive, obviously. 

As for using Tomcat to make money, yes you do whatever you like. You 
need to mention that your software uses software developed by the ASF. 

-- 
x 
Rmy Maucherat 
Developer  Consultant 
JBoss Group (Europe) SRL 
x 

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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=992-817'Redeployment of War over and over Supported ?

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:992817


-Original Message-
From: Yoav Shapira [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 10:45AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Redeployment of War over and over Supported?




Howdy, 

We are running Tomcat 5.0.18 w/ jdk 1.4.2 on Linux.  We deploy our wars 
with the catalina deployer and ant.  We automate our builds and 
deployments for every 30 minutes.  So, every half an hour we build and 
deploy our war to tomcat. 

Out of curiosity, why every half hour? 

This process seems to always force an OutOfMemoryException with Tomcat. 
~ Things work great for about half a day, but then always we're able to 
crash Tomcat. 

So there's a memory leak somewhere. 

Is automated deployment over and over supported with Tomcat?  It's my 
assumption that if we're able to deploy a war to tomcat w/ the 
deployer, 
then we should be able to deploy that war many times. 

Your impression is correct.  Note that reloading an application may have 
associated memory leaks.  For example, look for static references that 
are not properly discarded on shutdown.  This and related issues have 
been discussed many times on this list in the past: perhaps searching 
the archives will yield more clues. 

Yoav Shapira 



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=992-827'Tomcat5 RH ES mod_jk2 Apache2

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:992827


-Original Message-
From: Mark Eggers [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 10:49AM
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Tomcat5 RH ES mod_jk2 Apache2



Rich, 

See the following link: 

http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb 
http://nagoya.apache.org/wiki/apachewiki.cgi?TomcatWeb  

Replace /examples/*.jsp with /jsp-examples/*.jsp and 
/examples/servlet/* with /servlets-examples/servlet/* 
and you should be good to go with Tomcat 5. 

HTH 

/mde/ 
just my two cents . . . . 

__ 
Do you Yahoo!? 
Yahoo! SiteBuilder - Free web site building tool. Try it! 
http://webhosting.yahoo.com/ps/sb/ http://webhosting.yahoo.com/ps/sb/  

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



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



AUTO 'Getty=992-873'Apache+tomcat+mod_jk is not working

2004-01-30 Thread Getty Images USA Support
Hello and thank you for your email. We strive to respond to all email inquiries within 
one business day. If your issue cannot wait that long, please call us at  
877-438-8966.  Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday 
through Friday. 
 
 
For reference, your assigned case ID is:992873


-Original Message-
From: Kavita Modi [EMAIL PROTECTED]
Sent: Friday, Jan 30 2004 10:52AM
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Subject: Apache+tomcat+mod_jk is not working


Hi All,
 
I m using Apache 2.0.47 with Tomcat 4.1.27 on Redhat linux 7.3. I want to use 
apache-tomcat combination to serve my jsp pages..Ive used jk1.2.5 connectors for the 
same. I compiled my apache and jk from the source tarball.
I followed the instruction as per the document. Getting problem to access jsp files. 
When accessing jsps through browser, browser gives open/save dialog box to download 
the file..Its not displaying the output of JSP. 
So, what could be the problem?
Here's attached httpd.conf,workers.properties and server.xml file.
 
Any kind of help is appreciated.
 
Thanks in advance.
Kavita



===
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
===

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



EOFException Servlet Exception?

2003-09-24 Thread Support
Has anyone had to upgrade FROM Tomcat 4.0.x TO Tomcat 4.1.27 or 5.0.x 
ONLY to get an EOFException when transferring a serialized object between
an Applet running (MSJVM) 1.1.8 OR Plugin 1.4.2 AND servlet (JVM 1.4.2).

Tomcat 4.1.24 does works fine! It's just when I upgrade to 4.1.27 or 5.0.x then I get 
the exception.  

Thanks to all that contribute to the help in advance,
-Alan


--- STACK TRACE BELOW ---

java.io.EOFException
 at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source)
 at java.io.ObjectInputStream$BlockDataInputStream.readShort(Unknown Source)
 at java.io.ObjectInputStream.readStreamHeader(Unknown Source)
 at java.io.ObjectInputStream.init(Unknown Source)
 at
com.lottery.exchange.servlet.ExchangeServlet.doPost(ExchangeServlet.java:51)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
 at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:256)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
 at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
 at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:171)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
 at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
 at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)
 at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:392)
 at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
 at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:619)
 at java.lang.Thread.run(Unknown Source)



Re: EOFException Servlet Exception?

2003-09-24 Thread Support
I figured it out ...

For those lost souls searching the web for the answer to this question:

First rebuild the servlet - THEN rebuild the applet. Presto! It works
again. Not exactly sure why this is - probably something to do with
'serialization' process.

Hope it helps someone else ...
-Alan

- Original Message - 
From: Support [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 4:21 PM
Subject: EOFException Servlet Exception?


Has anyone had to upgrade FROM Tomcat 4.0.x TO Tomcat 4.1.27 or 5.0.x
ONLY to get an EOFException when transferring a serialized object between
an Applet running (MSJVM) 1.1.8 OR Plugin 1.4.2 AND servlet (JVM 1.4.2).

Tomcat 4.1.24 does works fine! It's just when I upgrade to 4.1.27 or 5.0.x
then I get the exception.

Thanks to all that contribute to the help in advance,
-Alan


--- STACK TRACE BELOW ---

java.io.EOFException
 at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source)
 at java.io.ObjectInputStream$BlockDataInputStream.readShort(Unknown Source)
 at java.io.ObjectInputStream.readStreamHeader(Unknown Source)
 at java.io.ObjectInputStream.init(Unknown Source)
 at
com.lottery.exchange.servlet.ExchangeServlet.doPost(ExchangeServlet.java:51)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
 at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:256)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
 at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
 at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:171)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
 at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
 at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
 at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
 at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
 at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
 at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)
 at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:392)
 at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
 at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:619)
 at java.lang.Thread.run(Unknown Source)



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



Re: EOFException Servlet Exception?

2003-09-24 Thread Support
One other small important note:

If you compile your applet using 1.1.7+ jdk with Tomcat 4.1.27 or better you
will get an EOFException in your log, however your object will still package
and unpackage alright for the server and the client. I detect the java
client version and based on that I make a decision to ignore the
EOFException ( risky, but helps decrease my error log size :-)  ).  Still
need those old 1.1.7 clients applets to work.

If you compile your applet using 1.4.2 jdk with Tomcat 4.1.27 or better you
will NOT get the EOFException in your Tomcat log.

-Alan


- Original Message - 
From: Support [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]; Support
[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 9:48 PM
Subject: Re: EOFException Servlet Exception?


 I figured it out ...

 For those lost souls searching the web for the answer to this question:

 First rebuild the servlet - THEN rebuild the applet. Presto! It works
 again. Not exactly sure why this is - probably something to do with
 'serialization' process.

 Hope it helps someone else ...
 -Alan

 - Original Message - 
 From: Support [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, September 24, 2003 4:21 PM
 Subject: EOFException Servlet Exception?


 Has anyone had to upgrade FROM Tomcat 4.0.x TO Tomcat 4.1.27 or 5.0.x
 ONLY to get an EOFException when transferring a serialized object between
 an Applet running (MSJVM) 1.1.8 OR Plugin 1.4.2 AND servlet (JVM 1.4.2).

 Tomcat 4.1.24 does works fine! It's just when I upgrade to 4.1.27 or 5.0.x
 then I get the exception.

 Thanks to all that contribute to the help in advance,
 -Alan


 --- STACK TRACE BELOW ---

 java.io.EOFException
  at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source)
  at java.io.ObjectInputStream$BlockDataInputStream.readShort(Unknown
Source)
  at java.io.ObjectInputStream.readStreamHeader(Unknown Source)
  at java.io.ObjectInputStream.init(Unknown Source)
  at

com.lottery.exchange.servlet.ExchangeServlet.doPost(ExchangeServlet.java:51)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  at

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
 FilterChain.java:247)
  at

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
 ain.java:193)
  at

org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
 va:256)
  at

org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
 eNext(StandardPipeline.java:643)
  at

org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at

org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
 va:191)
  at

org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
 eNext(StandardPipeline.java:643)
  at

org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at
 org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
  at

org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
 )
  at

org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
 eNext(StandardPipeline.java:643)
  at

org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
 java:171)
  at

org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
 eNext(StandardPipeline.java:641)
  at

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
 )
  at

org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
 eNext(StandardPipeline.java:641)
  at

org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at

org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
 :174)
  at

org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
 eNext(StandardPipeline.java:643)
  at

org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
  at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
  at
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
  at
 org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)
  at

org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
 ction(Http11Protocol.java:392)
  at
 org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
  at

org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
 a:619)
  at java.lang.Thread.run(Unknown Source)



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

Re: EOFException Servlet Exception?

2003-09-24 Thread Support
Lastly!

Whatever you do DO NOT call con.getContentLength in jdk 1.1.7+ it will cause
you a lot of headaches!

  con = url.openConnection();
  con.setDoInput(true);
  con.setDoOutput(true);
  con.setUseCaches(false);
  con.setRequestProperty(Content-Type,
application/x-java-serialized-object);
  httpmessage.sendHeaders(con);
  out = new ObjectOutputStream(new
BufferedOutputStream(con.getOutputStream()));
  // out.getContentLength();  --- will cause headaches for applet and
servlet

- Original Message - 
From: Support [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]; Support
[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 10:01 PM
Subject: Re: EOFException Servlet Exception?


 One other small important note:

 If you compile your applet using 1.1.7+ jdk with Tomcat 4.1.27 or better
you
 will get an EOFException in your log, however your object will still
package
 and unpackage alright for the server and the client. I detect the java
 client version and based on that I make a decision to ignore the
 EOFException ( risky, but helps decrease my error log size :-)  ).  Still
 need those old 1.1.7 clients applets to work.

 If you compile your applet using 1.4.2 jdk with Tomcat 4.1.27 or better
you
 will NOT get the EOFException in your Tomcat log.

 -Alan


 - Original Message - 
 From: Support [EMAIL PROTECTED]
 To: Tomcat Users List [EMAIL PROTECTED]; Support
 [EMAIL PROTECTED]
 Sent: Wednesday, September 24, 2003 9:48 PM
 Subject: Re: EOFException Servlet Exception?


  I figured it out ...
 
  For those lost souls searching the web for the answer to this question:
 
  First rebuild the servlet - THEN rebuild the applet. Presto! It
works
  again. Not exactly sure why this is - probably something to do with
  'serialization' process.
 
  Hope it helps someone else ...
  -Alan
 
  - Original Message - 
  From: Support [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, September 24, 2003 4:21 PM
  Subject: EOFException Servlet Exception?
 
 
  Has anyone had to upgrade FROM Tomcat 4.0.x TO Tomcat 4.1.27 or 5.0.x
  ONLY to get an EOFException when transferring a serialized object
between
  an Applet running (MSJVM) 1.1.8 OR Plugin 1.4.2 AND servlet (JVM 1.4.2).
 
  Tomcat 4.1.24 does works fine! It's just when I upgrade to 4.1.27 or
5.0.x
  then I get the exception.
 
  Thanks to all that contribute to the help in advance,
  -Alan
 
 
  --- STACK TRACE BELOW ---
 
  java.io.EOFException
   at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source)
   at java.io.ObjectInputStream$BlockDataInputStream.readShort(Unknown
 Source)
   at java.io.ObjectInputStream.readStreamHeader(Unknown Source)
   at java.io.ObjectInputStream.init(Unknown Source)
   at
 

com.lottery.exchange.servlet.ExchangeServlet.doPost(ExchangeServlet.java:51)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at
 

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
  FilterChain.java:247)
   at
 

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
  ain.java:193)
   at
 

org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
  va:256)
   at
 

org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
  eNext(StandardPipeline.java:643)
   at
 

org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
   at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
   at
 

org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
  va:191)
   at
 

org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
  eNext(StandardPipeline.java:643)
   at
 

org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
   at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
   at
 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
   at
 

org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
  )
   at
 

org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
  eNext(StandardPipeline.java:643)
   at
 

org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
  java:171)
   at
 

org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
  eNext(StandardPipeline.java:641)
   at
 

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
  )
   at
 

org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
  eNext(StandardPipeline.java:641)
   at
 

org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
   at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
   at
 

org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
  :174)
   at
 

org.apache.catalina.core.StandardPipeline

Re: Tomcat 4.1.24 logs

2003-09-24 Thread Support
I believe that's is a 5.0 feature it's not in 4.1 release
The attribute is called rotatable
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html

-Alan

- Original Message - 
From: Sarika N Inamdar [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Wednesday, September 24, 2003 11:03 PM
Subject: Tomcat 4.1.24 logs


 Hi,
 
 With tomcat 4.1.24 , everyday one log file is created. Is there any
 configuration we can do to cleanup/remove the previous log files ?
 
 Out application runs for many days and each of these log files is about
 400MB. This would really eat up a lot of memory.
 
 Would really appreciate any help on this.
 
 Thanks,
 Sarika
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

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



Using Tomcat as a service in Windows 2000

2003-02-18 Thread AllStarRewards, Inc. Tech Support
Hello,

I'm trying to run Tomcat as a service on Windows 2000 Server and 
am having a few difficulties.  I have the wrapper.properties setup 
and working properly and the jk_nt_service file installed as a 
service, but the service will not run.

My configuration is as follows:
Server running Windows 2000 Server and Tomcat 4.1.12

Any help would be appreciated.

Thanks.

Michael
---
AllStarRewards, Inc.
Michael D Downing - CTO
3900 Crosby Dr,  Suite 2204 Telephone: 859-272-9393
Lexington, KY 40515   Toll Free: 877-834-2003
Fax: 859-273-3662 Email: [EMAIL PROTECTED]


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




Re: How do I reset connections in the Tomcat Connection Pool?

2002-12-06 Thread support
Hello,

 I had just install tomcat. When i try to login to Tomcat Administration
 Tomcat Manageris asking for username and password.  I try my server =
 login, or U: tomcat  P: tomcat  both fail.
 What is the default username and password to login into that?

 Regards
 Andreas

- Original Message -
From: Jonathan Mangano [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 06, 2002 11:59 PM
Subject: How do I reset connections in the Tomcat Connection Pool?


I am using the DCBP connection pooling with Tomcat 4.1.12. Everything works
fine except when a connection dies because of some external factor (In my
case it is a clearing of the the Cisco Routers xlate table which causes a
SocketException). When this happens the JDBC driver I am using throws an
SQLException with a specific SQLState, so I am able to identify when it
occurs.

What I cannot do is get another working connection. It appears the
Connection pool is giving me the same broken connection when I request
another connection. Is there a way to get around this by resetting the
connection pool or removing the dead connection?

Thanks
Jonathan

--
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: tomcat 4.1 displays a blank page when compiling a JSP with compilation errors

2002-11-18 Thread Robin Lee \(Tech Support\)
Hi Christos,

Quick Question for you.  Does your JSP page have an include in it?
Example:
Login.jsp
This page includes another jsp page called LoginForm.jsp.

Does your jsp page have this?  If so, I've noticed that my pages will show
up blank if there is an error, where there is an include.  Is this your
situation?

If so... because you are developing, the easiest way would be to call the
include jsp directly (http://localhost/xxx/LoginForm.jsp).  This will then
give you the error in the browser.

I've noticed this in tomcat, as well as Java Web Server when i first used
that ages ago...

Hope this helps,

...Robin
- Original Message -
From: Christos Karras [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 18, 2002 1:49 PM
Subject: tomcat 4.1 displays a blank page when compiling a JSP with
compilation errors


 On one of our Tomcat 4.1.12 servers, when someone requests a JSP page
 that has compilation errors, he gets a blank page instead of getting a
 tomcat generated page showing the compilation error. So we have to look
 in tomcat's logs to get the error message. That's nice for a production
 server, but I would like to have errors directly in the browser when
 developping.

 How can I enable error messages to be sent to the browser?

 Is hiding the error pages the normal default behavior? I have some
 Tomcat 4.1.12 servers (one per machine, development done on NT and
 production servers on linux) which have always sent jsp compilation
 error messages to the browser by default, while others only write the
 messages to logs.

 I tried the following:
 - set debug=1 to everything which has a debug parameter in server.xml
 - set jasper's logVerbosityLevel init-param to DEBUG (and left
 default values for other parameters)

 but still no error message shown in browser. Am I missing something in
 the documentation?

 Thanks


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




impartial pages

2002-10-24 Thread support

I am running Redhat 7.3, jakarta tomcat 4.1.12 and Apache/1.3.23 with 
mod_jk2. I am using SSL and a JNDI datasource.  On startup I get the 
following error in Apache (error) [jk_logger_file.c (171)]: Can't open 
log file ${serverRoot}/logs/mod_jk.log but then I don't get any other 
errors in either Apache or exceptions in tomcat.  I'd like to solve that 
error but the real problem is that after a day or two of running without 
problems all of a sudden Apache serves up impartial pages with images 
displayed in odd formats, images displayed over the entire page or 
images that are missing or sometimes a blank page with a button image or 
some such.  I have noted this in different browsers running on different 
clients.  The webapp does not have any static pages so everything is a 
jsp and the images are all in a subdirectory, i.e. 
webapps/artful/Images.  Problem is I can't find any clue in any of the 
logs.  I have listed server.xml, jk2.propoerties and workers2.properties 
below.



/* server.xml */
Server port=8005 shutdown=SHUTDOWN debug=9

  Service name=Tomcat-Apache


!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8019 --

Connector className=org.apache.coyote.tomcat4.CoyoteConnector
   port=8019 minProcessors=5 maxProcessors=75
   enableLookups=false redirectPort=443
   acceptCount=10 debug=9 connectionTimeout=2
   useURIValidationHack=false

protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler/


!-- Define an AJP 1.3 Connector on port 8019 --
Connector className=org.apache.ajp.tomcat4.Ajp13Connector
   port=8019 minProcessors=5 maxProcessors=75
   acceptCount=10 debug=9/


 !-- Global logger unless overridden at lower levels --

Logger className=org.apache.catalina.logger.FileLogger
  prefix=catalina_log. suffix=.txt
  timestamp=true/


!-- Define the top level container in our container hierarchy --
Engine name=Apache defaultHost=localhost debug=9


  !-- Global logger unless overridden at lower levels --

  Logger className=org.apache.catalina.logger.FileLogger
  prefix=catalina_log. suffix=.txt
  timestamp=true/


  !-- Define the default virtual host --
  Host name=localhost debug=9 appBase=webapps
   unpackWARs=true autoDeploy=true

Logger className=org.apache.catalina.logger.FileLogger
 directory=logs  prefix=localhost_log. suffix=.txt
timestamp=true/


Context path= docBase=artful
debug=9 reloadable=true crossContext=true

Logger className=org.apache.catalina.logger.FileLogger
 prefix=artful_log. suffix=.txt
 timestamp=true/

Resource name=jdbc/MySQLJdbc
   auth=Container
   type=javax.sql.DataSource/

ResourceParams name=jdbc/MySQLJdbc

parameter
namefactory/name
valueorg.apache.commons.dbcp.BasicDataSourceFactory/value
/parameter

parameter
namemaxActive/name
value20/value
/parameter

parameter
namemaxIdle/name
value30/value
/parameter

parameter
namemaxWait/name
value1/value
/parameter

parameter
nameusername/name
valuejuser/value
/parameter

parameter
namepassword/name
valuejpass/value
/parameter

parameter
namedriverClassName/name
valuecom.mysql.jdbc.Driver/value
/parameter

parameter
nameurl/name

valuejdbc:mysql://localhost:3306/artful?autoReconnect=true/value
/parameter

/ResourceParams

/Context

  /Host
/Engine
  /Service
/Server


/* workers2.properties */

[shm]
file=${serverRoot}/logs/shm.file
size=1048576

# Example socket channel, override port and host.
[channel.socket:localhost:8019]
port=8019
host=127.0.0.1

# define the worker
[ajp13:localhost:8019]
channel=channel.socket:localhost:8019

# Uri mapping
[uri:/*]
worker=ajp13:localhost:8019

/* jk2.properties */

## THIS FILE MAY BE OVERRIDEN AT RUNTIME. MAKE SURE TOMCAT IS STOPED
## WHEN YOU EDIT THE FILE.

## COMMENTS WILL BE _LOST_

## DOCUMENTATION OF THE FORMAT IN JkMain javadoc.

# Override the default port for the socketChannel
# channelSocket.port=8009
# Default:
# channelUnix.file=${jkHome}/work/jk2.socket
# Just to check if the the config  is working
# shm.file=${jkHome}/work/jk2.shm

# In order to enable jni use any channelJni directive
# channelJni.disabled = 0
# And one of the following directives:

# apr.jniModeSo=/opt/apache2/modules/mod_jk2.so

# If set to inprocess the mod_jk2 will Register natives itself
# This will enable the starting of the Tomcat from mod_jk2
# apr.jniModeSo=inprocess

serverRoot=/etc/httpd


/* jk2.properties.save */

#AUTOMATICALLY GENERATED
#Fri Oct 25 00:24:44 EDT 2002

Re: upgrading to 4.1!

2002-09-12 Thread Robin Lee \(Tech Support\)

Hello,

Seems like i had the same problem before... But I figured out the problem.

Have you checked your examples log and see if there are any problems with
your code?  Sometimes errors will occur, and it won't output to your
console.  BUT, it will output the error to the examples log.

If there isn't any problem with that, email me your source code and i'll see
if i can find something wrong with it.

...Robin
- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, September 12, 2002 9:58 AM
Subject: upgrading to 4.1!


 hey everyone,
I'm been using tomcat 4.0.3 and apache 1.3 connecting with mod_webapp,
 and it's been working spiffy, except for one problem. every now and again,
 it will only serve half a jsp page. it will send data, and then just stop
 before it serves the whole page. the logs show nothing out of the ordinary
 (no errors). has anyone else had this problem?

 anyways, I am wishfully thinking that upgrading to tomcat 4.1 will somehow
 magically fix all my problems, but I'm having some troubles. even though I
 am waiting for tomcat to start, and then restarting apache, etc, I am
still
 getting the infamous Web application not yet deployed, even though
apache
 claims to have deployed it. here's what apache says at startup:

 [Thu Sep 12 11:59:56 2002] 17703 (pr_warp.c:62) WARP provider initialized
 [Thu Sep 12 11:59:56 2002] 17703 (wa_main.c:101) WebApp Library
initialized
 [Thu Sep 12 11:59:56 2002] 17703 (wa_config.c:167) Created connection
 warpConn
 ction (Prov: warp Param: web1:8008)
 [Thu Sep 12 11:59:56 2002] 17703 (wa_config.c:126) Created virtual host
 web1.d
 n.com:80
 [Thu Sep 12 11:59:56 2002] 17703 (wa_config.c:100) Created application
 example
  in path /examples/
 [Thu Sep 12 11:59:56 2002] 17703 (wa_main.c:187) Application examples
 deployed
 or http://hostname.myserver.com:80/examples/ (Conn: warpConnection)

 here's the relavant bits from my httpd.conf file:

 LoadModule webapp_module libexec/mod_webapp.so
 WebAppConnection warpConnection warp myserver:8008
 WebAppDeploy examples warpConnection /examples
 WebAppDeploy contest warpConnection /contest

 does anyone have *any* ideas? I'm sort of reaching the end of my rope on
 this, and am not sure what to do! thanks in advance for your help!

 --paul

 --
 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: Check Session is valid response.sendRedirect not working

2002-07-18 Thread Telesis Support - Bangalore

hi all,

  I have also encountered the same problem.
 I am using a login.jsp page, where the user has to enter his login id and password, 
then while submitting , it calls the servlet class to validate the login and then the 
servlet sends the response to a new jsp page.

  In the servlet, i am storing some data in the session. In each jsp, i am getting the 
session data and after validating, displaying the particular page, based on the data.
  but, when retreiving the session data, it gives null.
 i have used response.sendRedirect() to send the response to jsp and 
 session.getAttribute(xVar) to get the session data.

 and also i have tested using getRequestDispatcher() and application object, but still 
the issue exist.

  I had put this issue in JDC forum,jguru forum and javaranch forum, but i couldn't 
get proper response and answer.

   I am really wondering, of the fact, i am not getting answers from java , jsp 
guru's...
  Is it really, tomcat doesnot support session.
 The same code working fine using Resin 1.2.5. But when porting to tomcat, it gives 
such an issue.

Can any one please come forward , to conclude this issue. 


Thanks in advance,
Murugan

-Original Message-
From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 17, 2002 10:01 PM
To: Tomcat Users List
Subject: Check Session is valid  response.sendRedirect not working


Hi,
I am developing a webapplication with tomcat4.0.4 and
apache 2.0.39,
I want the user to login on first page, and then check
if the session is valid or not in each jsp, and
servlet.
So what is the best way to do it??
i am using jsp code code as below, but seems it that
response.sendRedirect(http://localhost/maps/pages/index.jsp;);
does not work.

AS400 value = (AS400)session.getAttribute(as400);
System.out.println(value of as400 change env  +
value);
if (value == null)
{
System.out.println(there is no as400 so
response.sednRedirect);
response.sendRedirect(http://localhost/maps/pages/index.jsp;);
System.out.println(i am not able to redirec);
}

this code works on JRun, Blazix, Websphere, Weblogic
so what is the problem
Ashish



__
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.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]




RE: Help on Tomcat 4.0.4 configuration

2002-07-16 Thread Telesis Support - Bangalore

Hi Nishant,

   Now, every thing is going well, only problem is session.
  Actually, i have a login page, after getting the userid and passwd it calls a 
servlet for validation. this servlet after validation, sends the response page to a 
new jsp page using sendRedirect().
 here, in jsp page, i couldn't retreive the session variable, it gives null using 
session.getAttribute().
It seems tomcat 4.0.4 supports session. becoz, it is working on the same page, only 
thing is when we send to other page, it is not working.
If any body have an idea regarding session attribute please let me know..
Thanks in advance.

Murugan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 7:22 PM
To: Tomcat Users List
Subject: Re: Help on Tomcat 4.0.4 configuration



Hello Murugan

I ahve installed tomcat 4.0.4 and it is running fine here:
All you need to set is JAVA_HOME and CATALINA_HOME.
You need not worry about any of the other files like setenv.bat or
startup.bat or catalina.bat.
Actually if you  want you can edit catalina.bat which contains you
classpath settings.
and add your own class path as:

set CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar; (place
your classes here);
Tomcat automatically sets the classpath depending on your autoexec.bat file
set classpath
when it is run for the first time. It also includes all the jar files from
%TOMCAT_HOME%\common\lib.

So you neednot worry about the classpath. Either edit autoexec.bat or edit
catalina.bat.
No need to do anything with web.xml
tell me in case of any probs.
--

Nishant Awasthi
Corporate Systems Database Intern
Progressive Insurance
Phone: 440-603-4055 (Work)
Cell: 330-328-0243 (Cell)



   
 
Telesis   
 
Support - To: Tomcat Users List  
 
Bangalore[EMAIL PROTECTED] 
 
tel_bbubng@incc: (bcc: Nishant Awasthi)   
 
fosys.comSubject: Help  on Tomcat 4.0.4 
configuration  
   
 
07/15/2002 
 
08:03 AM   
 
Please respond 
 
to Tomcat 
 
Users List
 
   
 
   
 





Hi all,

  Can anyone tell me the steps for tomcat 4.0.4 configuration.
  I have set the JAVA_HOME and CATALINA_HOME and start the tomcat.
  but, for tomcat 3.3.1, i had set classpath in tomcat.bat file..
  I have the doubt about classpath for tomcat 4.0.4. Can u please come with
the steps for tomcat 4.0.4 configuration, including web.xml..
 there is also one more web.xml in conf folder, it seems, it is for global
things.. little bit confusion.
Till now, i couldn't get any jsp page, even in the examples jsp page not
working.
If anyone succeed in the tomcat 4.0.4 configuration, please let me know..

bye,
Murugan


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




RE: Newbie setup Q

2002-07-15 Thread Telesis Support - Bangalore

Hi,

   If u r using tomcat 3.3.1, then in server.xml, for context do the following for 
docbase.
Context path=/website docBase=D:/clients/clientname/website debug=9 
reloadable=true / 
it will work fine.
bye,
Murugan

-Original Message-
From: Josh [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 11:52 AM
To: [EMAIL PROTECTED]
Subject: Newbie setup Q


Hi, I'm new to tomcat, and having some troubles understanding the config
files. I'm just wondering how do I go about using something other that
%CATALINA_HOME%\webapps for the applications? I want to use something that's
in a differnt place (d:\clients\clientname\website), since we already have
our infrastructure set up that way for existing sites.

Any help or a pointer to some more detailed help on server.xml would be much
appreciated.

Cheers,
-Josh

Rimmer, real dumplings, proper dumplings when they're properly
  cooked to perfection, proper dumplings, should not bounce.



--
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: Newbie setup Q

2002-07-15 Thread Telesis Support - Bangalore

Hi,

  you use the following 

  Context path=/website docBase=D:/clients/clientname/website debug=9 
reloadable=true / 
for tomcat 4 also it will work fine.
just now , i checked, with tomcat 4.0.4, its working fine, go ahead..
bye,
Murugan

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 2:52 PM
To: Tomcat Users List
Subject: RE: Newbie setup Q


more info: 

http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/server.html

Cheers,

Mehdi






Telesis Support - Bangalore [EMAIL PROTECTED]
15/07/2002 07:29
Please respond to Tomcat Users List

 
To: Tomcat Users List [EMAIL PROTECTED], Josh 
[EMAIL PROTECTED]
cc: 
Subject:RE: Newbie setup Q


Hi,

   If u r using tomcat 3.3.1, then in server.xml, for context do the 
following for docbase.
Context path=/website docBase=D:/clients/clientname/website debug=9 
reloadable=true / 
it will work fine.
bye,
Murugan

-Original Message-
From: Josh [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 11:52 AM
To: [EMAIL PROTECTED]
Subject: Newbie setup Q


Hi, I'm new to tomcat, and having some troubles understanding the config
files. I'm just wondering how do I go about using something other that
%CATALINA_HOME%\webapps for the applications? I want to use something 
that's
in a differnt place (d:\clients\clientname\website), since we already have
our infrastructure set up that way for existing sites.

Any help or a pointer to some more detailed help on server.xml would be 
much
appreciated.

Cheers,
-Josh

Rimmer, real dumplings, proper dumplings when they're properly
  cooked to perfection, proper dumplings, should not bounce.



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




Help on Tomcat 4.0.4 configuration

2002-07-15 Thread Telesis Support - Bangalore

Hi all,

  Can anyone tell me the steps for tomcat 4.0.4 configuration.
  I have set the JAVA_HOME and CATALINA_HOME and start the tomcat.
  but, for tomcat 3.3.1, i had set classpath in tomcat.bat file..
  I have the doubt about classpath for tomcat 4.0.4. Can u please come with the steps 
for tomcat 4.0.4 configuration, including web.xml..
 there is also one more web.xml in conf folder, it seems, it is for global things.. 
little bit confusion.
Till now, i couldn't get any jsp page, even in the examples jsp page not working.
If anyone succeed in the tomcat 4.0.4 configuration, please let me know.. 

bye,
Murugan
 

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




RE: Help on Tomcat 4.0.4 configuration

2002-07-15 Thread Telesis Support - Bangalore
)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at 
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
at 
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
at java.lang.Thread.run(Thread.java:484)


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 7:22 PM
To: Tomcat Users List
Subject: Re: Help on Tomcat 4.0.4 configuration



Hello Murugan

I ahve installed tomcat 4.0.4 and it is running fine here:
All you need to set is JAVA_HOME and CATALINA_HOME.
You need not worry about any of the other files like setenv.bat or
startup.bat or catalina.bat.
Actually if you  want you can edit catalina.bat which contains you
classpath settings.
and add your own class path as:

set CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar; (place
your classes here);
Tomcat automatically sets the classpath depending on your autoexec.bat file
set classpath
when it is run for the first time. It also includes all the jar files from
%TOMCAT_HOME%\common\lib.

So you neednot worry about the classpath. Either edit autoexec.bat or edit
catalina.bat.
No need to do anything with web.xml
tell me in case of any probs.
--

Nishant Awasthi
Corporate Systems Database Intern
Progressive Insurance
Phone: 440-603-4055 (Work)
Cell: 330-328-0243 (Cell)



   
 
Telesis   
 
Support - To: Tomcat Users List  
 
Bangalore[EMAIL PROTECTED] 
 
tel_bbubng@incc: (bcc: Nishant Awasthi)   
 
fosys.comSubject: Help  on Tomcat 4.0.4 
configuration  
   
 
07/15/2002 
 
08:03 AM   
 
Please respond 
 
to Tomcat 
 
Users List
 
   
 
   
 





Hi all,

  Can anyone tell me the steps for tomcat 4.0.4 configuration.
  I have set the JAVA_HOME and CATALINA_HOME and start the tomcat.
  but, for tomcat 3.3.1, i had set classpath in tomcat.bat file..
  I have the doubt about classpath for tomcat 4.0.4. Can u please come with
the steps for tomcat 4.0.4 configuration, including web.xml..
 there is also one more web.xml in conf folder, it seems, it is for global
things.. little bit confusion.
Till now, i couldn't get any jsp page, even in the examples jsp page not
working.
If anyone succeed in the tomcat 4.0.4 configuration, please let me know..

bye,
Murugan


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




RE: Help on Tomcat 4.0.4 configuration

2002-07-15 Thread Telesis Support - Bangalore

Hi Nishant,

   Its go thro after setting the CLASSPATH at catalina.bat.
but, it seems, some error in session, when applying my application..
i will check it and tell you..
bye,
Murugan



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 7:22 PM
To: Tomcat Users List
Subject: Re: Help on Tomcat 4.0.4 configuration



Hello Murugan

I ahve installed tomcat 4.0.4 and it is running fine here:
All you need to set is JAVA_HOME and CATALINA_HOME.
You need not worry about any of the other files like setenv.bat or
startup.bat or catalina.bat.
Actually if you  want you can edit catalina.bat which contains you
classpath settings.
and add your own class path as:

set CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar; (place
your classes here);
Tomcat automatically sets the classpath depending on your autoexec.bat file
set classpath
when it is run for the first time. It also includes all the jar files from
%TOMCAT_HOME%\common\lib.

So you neednot worry about the classpath. Either edit autoexec.bat or edit
catalina.bat.
No need to do anything with web.xml
tell me in case of any probs.
--

Nishant Awasthi
Corporate Systems Database Intern
Progressive Insurance
Phone: 440-603-4055 (Work)
Cell: 330-328-0243 (Cell)



   
 
Telesis   
 
Support - To: Tomcat Users List  
 
Bangalore[EMAIL PROTECTED] 
 
tel_bbubng@incc: (bcc: Nishant Awasthi)   
 
fosys.comSubject: Help  on Tomcat 4.0.4 
configuration  
   
 
07/15/2002 
 
08:03 AM   
 
Please respond 
 
to Tomcat 
 
Users List
 
   
 
   
 





Hi all,

  Can anyone tell me the steps for tomcat 4.0.4 configuration.
  I have set the JAVA_HOME and CATALINA_HOME and start the tomcat.
  but, for tomcat 3.3.1, i had set classpath in tomcat.bat file..
  I have the doubt about classpath for tomcat 4.0.4. Can u please come with
the steps for tomcat 4.0.4 configuration, including web.xml..
 there is also one more web.xml in conf folder, it seems, it is for global
things.. little bit confusion.
Till now, i couldn't get any jsp page, even in the examples jsp page not
working.
If anyone succeed in the tomcat 4.0.4 configuration, please let me know..

bye,
Murugan


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




RE: Issue on Tomcat 4.0.4 configuration

2002-07-12 Thread Telesis Support - Bangalore

hi,

   I have installed jdk1.4 beta version and after configuration , i received the 
following error.
The thing is the servlets in the examples folder is going thro, only for jsps of 
examples folder, i got these sort of errors.

 Apache Tomcat/4.0.4 - HTTP Status 503 - Servlet jsp is currently unavailable



type Status report

message Servlet jsp is currently unavailable

description The requested service (Servlet jsp is currently unavailable) is not 
currently available

I am really, wondering, how it is happening, when i installed tomcat 3.3.1, i never 
faced these sort of issues.With default settings, the examples should work.

and i am sorry, its not possible for me to make the url accessible for you people.

The url is http://192.168.77.102:8080/examples/jsp/num/numguess.jsp
If any one faced these sort of issues, please let me know..

Thanks,
bye,
Murugan



-Original Message-
From: Nikolas A. Rathert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 12:34 PM
To: Tomcat Users List
Subject: Re: Issue on Tomcat 4.0.4 configuration


You know that nobody is able to access your private network. By the way 
the address is some sort of generic and looks like mine: 
http://localhost:8080/examples/jsp/num/numguess.jsp
Did you configure the J2SDK in the right way?
Is the example webapp running?

I have the feeling that you have to give more information about that in 
order to get help.

Nick

Telesis Support - Bangalore wrote:
 Dear all,
 
 After Installing tomcat, i got the index page(Welcome) =
 but,couldn't get the example pages.
 I have pasted the error messages  of this process..
  I dont know what might be the reason. Expecting ur valuable reply..
 Thanks..
 bye,
 Murugan
 
 The url is http://192.168.77.102:8080/examples/jsp/num/numguess.jsp
 
 
 Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error
 
 -=
 ---
 
 type Exception report
 
 message Internal Server Error
 
 description The server encountered an internal error (Internal Server =
 Error) that prevented it from fulfilling this request.
 
 exception=20
 
 javax.servlet.ServletException: Servlet.init() for servlet jsp threw =
 exception
   at =
 org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java=
 :946)
   at =
 org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:65=
 5)
   at =
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve=
 .java:214)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:566)
   at =
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
 2)
   at =
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at =
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve=
 .java:190)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:566)
   at =
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorB=
 ase.java:475)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:564)
   at =
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
 2)
   at =
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at =
 org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347=
 )
   at =
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:=
 180)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:566)
   at =
 org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVal=
 ve.java:170)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:564)
   at =
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:=
 170)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:564)
   at =
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)=
 
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:564)
   at =
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
 2)
   at =
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at =
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j=
 ava:174)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:566)
   at =
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
 2)
   at =
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at =
 org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.ja=
 va:1027

RE: getRemoteUser in Tomcat 3.3.1 does not work

2002-07-12 Thread Telesis Support - Bangalore

hi,
   whats the size of your mod_jk.dll.. Is it 120 kb..?..
   just confirm me..
bye,
Murugan

-Original Message-
From: Andreas Lehmann [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 12, 2002 3:13 PM
To: 'Tomcat Users List'
Subject: getRemoteUser in Tomcat 3.3.1 does not work


Hi,

I am trying to get the remote user under tomcat 3.3.1 and apache 1.3.12 on NT4 and 
Win2k.
The authentification is done by apache and the ntlm module.

If I try getRemoteUser() I only get a null value.
I tryed NTLM and BASIC authentification - nothing works.
I tryed various mod_jk.dll Versions - nothing helps.
I tryed Tomcat 3.2.3 - everything works fine.

Whats the problem with tomcat 3.3.1? Is this a bug or bevavior by design?

cu
Andreas





--
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: Issue on Tomcat 4.0.4 configuration

2002-07-11 Thread Telesis Support - Bangalore

Hi,
  I have used jdk1.3  the values of JAVA_HOME=D:\jdk1.3
  and CATALINA_HOME=E:\jakarta-tomcat-4.0.4.

After installing tomcat 4.0.4, I got the welocome page, but the jsp pages in the 
examples not processing, but gives the error as mentioned before.

  

-Original Message-
From: Turner, John [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 5:35 PM
To: 'Tomcat Users List'
Subject: RE: Issue on Tomcat 4.0.4 configuration



Hello -

First, the URL you posted isn't a routable IP address, so none of us can
access it (not that it would help).

Second, what are the values of the JAVA_HOME and CATALINA_HOME environment
variables?  What SDK do you have installed?

John Turner
[EMAIL PROTECTED]

-Original Message-
From: Telesis Support - Bangalore [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 1:50 AM
To: [EMAIL PROTECTED]
Subject: Issue on Tomcat 4.0.4 configuration



Dear all,

After Installing tomcat, i got the index page(Welcome) =
but,couldn't get the example pages.
I have pasted the error messages  of this process..
 I dont know what might be the reason. Expecting ur valuable reply..
Thanks..
bye,
Murugan

The url is http://192.168.77.102:8080/examples/jsp/num/numguess.jsp


Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error

-=
---

type Exception report

message Internal Server Error

description The server encountered an internal error (Internal Server =
Error) that prevented it from fulfilling this request.

exception=20

javax.servlet.ServletException: Servlet.init() for servlet jsp threw =
exception
at =
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java=
:946)
at =
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:65=
5)
at =
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve=
.java:214)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:566)
at =
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
2)
at =
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at =
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve=
.java:190)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:566)
at =
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorB=
ase.java:475)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:564)
at =
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
2)
at =
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at =
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347=
)
at =
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:=
180)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:566)
at =
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVal=
ve.java:170)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:564)
at =
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:=
170)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:564)
at =
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)=

at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:564)
at =
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
2)
at =
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at =
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j=
ava:174)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:566)
at =
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
2)
at =
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at =
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.ja=
va:1027)
at =
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1=
125)
at java.lang.Thread.run(Thread.java:484)


root cause=20

java.lang.NoSuchMethodError
at =
org.apache.jasper.compiler.TldLocationsCache.processJars(TldLocationsCach=
e.java:202)
at =
org.apache.jasper.compiler.TldLocationsCache.(TldLocationsCache.java:139)=

at =
org.apache.jasper.EmbededServletOptions.(EmbededServletOptions.java:350)
at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:265)
at =
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java=
:918)
at =
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:65=
5

RE: Issue on Tomcat 4.0.4 configuration

2002-07-11 Thread Telesis Support - Bangalore

ok thanks, i will try using jdk1.4 , but tomcat4.0 doc says, that release build will 
compatible with jdk1.2 onwards..

bye,
Murugan

-Original Message-
From: Nikolas A. Rathert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 11, 2002 5:51 PM
To: Tomcat Users List
Subject: Re: Issue on Tomcat 4.0.4 configuration


As I wrote before: I think your jdk is wrong. try J2SDK that should work 
and works for me.

Cheers,

Nick

Telesis Support - Bangalore wrote:
 Hi,
   I have used jdk1.3  the values of JAVA_HOME=D:\jdk1.3
   and CATALINA_HOME=E:\jakarta-tomcat-4.0.4.
 
 After installing tomcat 4.0.4, I got the welocome page, but the jsp pages in the 
examples not processing, but gives the error as mentioned before.
 
   
 
 -Original Message-
 From: Turner, John [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 11, 2002 5:35 PM
 To: 'Tomcat Users List'
 Subject: RE: Issue on Tomcat 4.0.4 configuration
 
 
 
 Hello -
 
 First, the URL you posted isn't a routable IP address, so none of us can
 access it (not that it would help).
 
 Second, what are the values of the JAVA_HOME and CATALINA_HOME environment
 variables?  What SDK do you have installed?
 
 John Turner
 [EMAIL PROTECTED]
 
 -Original Message-
 From: Telesis Support - Bangalore [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, July 11, 2002 1:50 AM
 To: [EMAIL PROTECTED]
 Subject: Issue on Tomcat 4.0.4 configuration
 
 
 
 Dear all,
 
 After Installing tomcat, i got the index page(Welcome) =
 but,couldn't get the example pages.
 I have pasted the error messages  of this process..
  I dont know what might be the reason. Expecting ur valuable reply..
 Thanks..
 bye,
 Murugan
 
 The url is http://192.168.77.102:8080/examples/jsp/num/numguess.jsp
 
 
 Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error
 
 -=
 ---
 
 type Exception report
 
 message Internal Server Error
 
 description The server encountered an internal error (Internal Server =
 Error) that prevented it from fulfilling this request.
 
 exception=20
 
 javax.servlet.ServletException: Servlet.init() for servlet jsp threw =
 exception
   at =
 org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java=
 :946)
   at =
 org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:65=
 5)
   at =
 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve=
 .java:214)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:566)
   at =
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
 2)
   at =
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at =
 org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve=
 .java:190)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:566)
   at =
 org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorB=
 ase.java:475)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:564)
   at =
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
 2)
   at =
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at =
 org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347=
 )
   at =
 org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:=
 180)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:566)
   at =
 org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVal=
 ve.java:170)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:564)
   at =
 org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:=
 170)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:564)
   at =
 org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)=
 
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:564)
   at =
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
 2)
   at =
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at =
 org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j=
 ava:174)
   at =
 org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
 a:566)
   at =
 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
 2)
   at =
 org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
   at =
 org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.ja=
 va:1027)
   at =
 org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1=
 125)
   at java.lang.Thread.run(Thread.java:484)
 
 
 root cause=20

Issue on Tomcat 4.0.4 configuration

2002-07-10 Thread Telesis Support - Bangalore


Dear all,

After Installing tomcat, i got the index page(Welcome) =
but,couldn't get the example pages.
I have pasted the error messages  of this process..
 I dont know what might be the reason. Expecting ur valuable reply..
Thanks..
bye,
Murugan

The url is http://192.168.77.102:8080/examples/jsp/num/numguess.jsp


Apache Tomcat/4.0.4 - HTTP Status 500 - Internal Server Error

-=
---

type Exception report

message Internal Server Error

description The server encountered an internal error (Internal Server =
Error) that prevented it from fulfilling this request.

exception=20

javax.servlet.ServletException: Servlet.init() for servlet jsp threw =
exception
at =
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java=
:946)
at =
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:65=
5)
at =
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve=
.java:214)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:566)
at =
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
2)
at =
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at =
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve=
.java:190)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:566)
at =
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorB=
ase.java:475)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:564)
at =
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
2)
at =
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at =
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347=
)
at =
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:=
180)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:566)
at =
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVal=
ve.java:170)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:564)
at =
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:=
170)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:564)
at =
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)=

at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:564)
at =
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
2)
at =
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at =
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j=
ava:174)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:566)
at =
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
2)
at =
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at =
org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.ja=
va:1027)
at =
org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1=
125)
at java.lang.Thread.run(Thread.java:484)


root cause=20

java.lang.NoSuchMethodError
at =
org.apache.jasper.compiler.TldLocationsCache.processJars(TldLocationsCach=
e.java:202)
at =
org.apache.jasper.compiler.TldLocationsCache.(TldLocationsCache.java:139)=

at =
org.apache.jasper.EmbededServletOptions.(EmbededServletOptions.java:350)
at org.apache.jasper.servlet.JspServlet.init(JspServlet.java:265)
at =
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java=
:918)
at =
org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:65=
5)
at =
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve=
.java:214)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:566)
at =
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
2)
at =
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
at =
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve=
.java:190)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:566)
at =
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorB=
ase.java:475)
at =
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.jav=
a:564)
at =
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:47=
2)
at =

ServerName

2002-01-07 Thread Technical Support

Hello all,

Does anyone know how to control what is returned by the method:

request.getServerName();

The site is hosted with a ISP.. with other sites on the same server...

And the above method returns what is set via the Apache directive:
ServerName

And i need to be able to detect what URL was used to access the page...
and make routing decisions based on the info..

Since i have about 10 domains that point to the same virtual server

Does any one have any ideas on how i can detect what URL was used?  In
the index.jsp that is all the sites home page?

Thanks in advance...

Cj

--
Corey A. Johnson
Creative Network Innovations
http://www.cniweb.net/
1-800-CNi-5547 ** 1-321-259-1984



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: SSL handshake failure URGENT

2001-06-18 Thread Phillip Kuzma \(Support\)
 smime.p7m


Restarting Tomcat.

2001-06-18 Thread Phillip Kuzma \(Support\)
 smime.p7m


Gracefully Restarting Tomcat

2001-06-18 Thread Phillip Kuzma \(Support\)
 smime.p7m


Please Help !!!

2001-06-12 Thread support



Dear 
Sir,

I have 
Tomcat 3.2 with IIS 5.0 on windows2000 server, now the probem is that the isapi 
redirector doesnt seem to be working i.e i cannot access the http://localhost/examples/jsp/index.html 
. I have went through the FAQ's everything is done according to it after many 
tries i have come to the last error which is given in "troubleshooting" . Given 
below are the steps i have done.

Configuring the ISAPI Redirector

  In the registry, create a new registry key named 
  "HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi 
  Redirector\1.0" 
  Add a string value with the name extension_uri and a value of 
  /jakarta/isapi_redirect.dll 
  Add a string value with the name log_file and a value pointing to 
  where you want your log file to be (for example 
  c:\jakarta-tomcat\logs\isapi.log). 
  Add a string value with the name log_level and a value for your 
  log level (can be debug, info, error or 
  emerg). 
  Add a string value with the name worker_file and a value which is 
  the full path to your workers.properties file (for example 
  c:\jakarta-tomcat\conf\workers.properties) 
  Add a string value with the name worker_mount_file and a value 
  which is the full path to your uriworkermap.properties file (for example 
  c:\jakarta-tomcat\conf\uriworkermap.properties) 
  Using the IIS management console, add a new virtual directory to your 
  IIS/PWS web site. The name of the virtual directory must be jakarta. Its 
  physical path should be the directory where you placed isapi_redirect.dll (in 
  our example it is c:\jakarta-tomcat\bin\win32\i386). While creating this new 
  virtual directory assign it with execute access. 
  Using the IIS management console, add isapi_redirect.dll as a filter in 
  your IIS/PWS web site. The name of the filter should reflect its task (I use 
  the name jakarta), its executable must be our 
  c:\jakarta-tomcat\bin\win32\i386\isapi_redirect.dll. For PWS, you'll 
  need to use regedit and add/edit the "Filter DLLs" key under 
  HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters. This 
  key contains a "," separated list of dlls ( full paths ) - you need to insert 
  the full path to isapi_redirect.dll. 
  Restart IIS (stop + start the IIS service), make sure that the jakarta 
  filter is marked with a green up-pointing arrow. Windows 
  NT/2000: note that the stop/start feature of the Microsoft Management 
  Console does not actually stop and start the IIS service. You need to use the 
  services control panel (or the net command) to stop and start the "World Wide 
  Web Publishing Service". 

Then examined the last line in the 
IIS log file in found in SYSTEM/LogFiles/W3SVC1

Which is showing me the following 
error
GET "/jakarta/isapi_redirect.dll" 
is 200
also i have checked the "execute" 
permissions for the virtual directory jakarta

I hope you have got my problem .Please guide 
me if you have gone thru this error

With Regards
Milind.


a doubt?

2001-03-08 Thread snmp-support

Dear Tomcat-users,
   Could anyone please help me resolve this
issue.

I have a Servlet named MyServlet. The MyServlet keeps running on my
server all the time. When my client sends a request via a doPost request
the servlet forwards the request to my server. Subsequently  my client
sends a doGet request. After this in the servlet  i register a listener
and keep waiting to get the responses from my server for the previous
requests and write it to  the client when i receive them.

When i close my client application, in the servlet the doGet still waits
in the infinite loop for getting the responses. Can i in anyway specify
the servlet about the non-availability of the client.

Suppose if i start my client again and repeat the process(this time I
unregister the previously registered listeners), i get a IO Exception at
output stream's write() method. This i believe is due to the fact that
the infinite loop which i started for the previous client request is
still alive.

Is there anyway to resolve this issue. Or is there anyway in Tomcat that
i reload the servlet everytime the client sends a request.

Anyhelp in this regard is highly appreciated.

with regards
Sriram.R



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




Difficulty getting IIS to recognize additional Tomcat contexts

2001-02-22 Thread MilitaryHire Technical Support

Hi,

I have successfully instaled Tomcat and confirmed it worked using the
examples.  I then used the isapi_rediredct.dll to have my IIS use Tomcat for
servlets.  I confirmed that worked using the examples also.

My problem is, I have not been able to get IIS to recognize any other
contexts.  In an attempt to set up and test a new context, I copied the
examples folder into a folder named "servlets" under the webapps directory.
I then configured a "servlets" Tomcat context and tested it.  It worked
fine.  When I then added the the context to uriworkers.properties and
stopped and restarted IIS though, I was not able to access the new context.
I kept getting 404 errors.  I could tell from the error format that it was
being generated by IIS rather than Tomcat.  Any ideas what I might have done
wrong?

FYI, I'm using NT Workstation 4.0 SP6a, IIS 4, jdk 1.3.

Thanks!

Sean


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




help on building mod_jserv in Solaris 5.6

2001-02-06 Thread Chow King Leung (Support Team)

Dear sir,

When I build mod_jserv by apxs -c -o mod_jserv.so *.c in Solaris 5.6,
error message
apxs:Break: Command failed with rc=255 appear.

Would you please help me to solve the problem.

Best Regards
KLChow




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