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) 
   at 

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]