Re: 404 error on a valid URL

2004-01-14 Thread Vernon Smith
I should say the problem occurs from time to time on few JSP files. Anyone had run 
into the same problem? 
--

- Original Message -

DATE: Tue, 13 Jan 2004 19:56:18
From: Vernon Smith [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: 


Hi,

I have this weird problem at TC 4.1.x and 5.0.x recently. I can't figure out the 
cause after sometime thinking. I need some helps. The problme is that 404 error 
occurs when I point a browser to a URL of the application. After I click the refresh 
button, the JSP page shows up. Since I didn't observe this problem before, I don't 
know whether it is container related or not. Or, any coding practise will lead into 
this problem?

Thanks.



Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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






Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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



404 error on a valid URL

2004-01-13 Thread Vernon Smith

Hi,

I have this weird problem at TC 4.1.x and 5.0.x recently. I can't figure out the cause 
after sometime thinking. I need some helps. The problme is that 404 error occurs when 
I point a browser to a URL of the application. After I click the refresh button, the 
JSP page shows up. Since I didn't observe this problem before, I don't know whether it 
is container related or not. Or, any coding practise will lead into this problem?

Thanks.



Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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



Translating problem - a TC 5 issue

2003-09-17 Thread Vernon Smith

After upgrading my development box to TC 5.09 beta, I run into a few problems. One of 
them is a JSP file can't be translated into a Java file properly (?). The section of 
the Java file is the following:

  if (_jspx_meth_fmt_message_218(pageContext))
return;
  out.write(/label\r\n\t\t   );
  out.write(/td\r\n);
  out.write(td \r\n  );
  out.write(input type=\checkbox\ name=\sport\ value=\E\ );
  out.write(String.valueOf( PForm.sportSelectionAttr(E) ));
  out.write( id=\sport.E\\r\n  );
  out.write(label for=\sport.E\);

which is correct, I believe. But, for the same type of JSP code, the translation is 
another set of Java code as the followings.

  if (_jspx_meth_fmt_message_219(pageContext))
return;
  out.write(/label\r\n\t\t   );
  out.write(/td\r\n\t  );
  out.write(/tr\r\n  );
  out.write(tr class=\TableRowColor\ \r\n);
  out.write(td \r\n  );
  out.write(input type=\checkbox\ name=\sport\ value=\u\ );
  out.write(String.valueOf( PForm.sportSelectionAttr(u) % id=sport.u
  label for=sport.ufmt:message key=sport.u//label
  /td
td 
  input type=checkbox name=sport value=G %= 
PForm.sportSelectionAttr(G) % id=sport.G
  label for=sport.Gfmt:message key=sport.G//label
   /td
td 
  input type=checkbox name=sport value=t %= 
PForm.sportSelectionAttr(t) % id=sport.t
  label for=sport.tfmt:message key=sport.t//label
   /td
td 
  input type=checkbox name=sport value=v %= 
PForm.sportSelectionAttr(v) % id=sport.v
  label for=sport.vfmt:message key=sport.v//label
  /td
  /tr
 tr class=TableRowColor 
   td 
  input type=checkbox name=sport value=W %= 
PForm.sportSelectionAttr(W) ));
  out.write( id=\sport.W\\r\n  );
  out.write(label for=\sport.W\);


Is it a bug in TC 5.09 or another issue involved?





University of Phoenix Online. Free Information - Online Classes
http://r.hotbot.com/r/lmt_uopo/http://servedby.advertising.com/click/site=563632/mnum=125825
This offer applies to U.S. Residents Only

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



RE: cleaning up sessions ...

2003-09-17 Thread Vernon Smith
I don't know your application scenario, but in general, authetication is not the same 
as a session state. 

Authetication can be implemented in a filter. 

Hope this helps.

Vernon
--

- Original Message -

DATE: Wed, 17 Sep 2003 15:49:41
From: Shapira, Yoav [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Cc: 


Howdy,

all pages i do a checkAuthetication .. how do i check if the session is
active or not ? .. so that i can detect that and redirect them to the

Hmm... I would do this using attributes.  All attributes are unbound
when the session is invalidated.  So add an attribute to the session
when you authenticate people, and check for that attribute in your
pages.  If it's not present, redirect them to the authentication page.

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]






University of Phoenix Online. Free Information - Online Classes
http://r.hotbot.com/r/lmt_uopo/http://servedby.advertising.com/click/site=563632/mnum=125825
This offer applies to U.S. Residents Only

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



The tag handler pooling issue in the current 4.1.27

2003-08-26 Thread Vernon Smith

To my knowledge, up to the 4.1.24 version of TC 4.1 has a tag handler pooling issue 
which leads to malfunctioning of tags.  Does anyone know what is the situation in the 
4.1.27 right now (fixed or not)? Whether it is still advisable to disable the option 
in the system configuration?

Thanks for your input.

Vernon




Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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



The tag handler pooling issue in the current 4.1.27

2003-08-26 Thread Vernon Smith

To my knowledge, up to the 4.1.24 version of TC 4.1 has a tag handler pooling issue 
which leads to malfunctioning of tags.  Does anyone know what is the situation in the 
4.1.27 right now (fixed or not)? Whether it is still advisable to disable the option 
in the system configuration?

Thanks for your input.

Vernon




Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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



Re: The tag handler pooling issue in the current 4.1.27

2003-08-26 Thread Vernon Smith
Thanks, Tim, for your informaiton.

The applicaiton is getting by the issue with tag pool disabled. What the page and link 
page say the situation is as what it is.  

Is it this
http://jakarta.apache.org/tomcat/faq/misc.html#tagbroken

or

http://jakarta.apache.org/tomcat/faq/misc.html#tagpool

-Tim

Vernon Smith wrote:
 To my knowledge, up to the 4.1.24 version of TC 4.1 has a tag handler pooling issue 
 which leads to malfunctioning of tags.  Does anyone know what is the situation in 
 the 4.1.27 right now (fixed or not)? Whether it is still advisable to disable the 
 option in the system configuration?
 
 Thanks for your input.
 
 Vernon 


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






Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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



Re: The tag handler pooling issue in the current 4.1.27

2003-08-26 Thread Vernon Smith
Thanks, Tim, for your informaiton.

The applicaiton is getting by the issue with tag pool disabled. What the page and link 
page say the situation is as what it is.  

Is it this
http://jakarta.apache.org/tomcat/faq/misc.html#tagbroken

or

http://jakarta.apache.org/tomcat/faq/misc.html#tagpool

-Tim

Vernon Smith wrote:
 To my knowledge, up to the 4.1.24 version of TC 4.1 has a tag handler pooling issue 
 which leads to malfunctioning of tags.  Does anyone know what is the situation in 
 the 4.1.27 right now (fixed or not)? Whether it is still advisable to disable the 
 option in the system configuration?
 
 Thanks for your input.
 
 Vernon 


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






Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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



The tag handler pooling issue in the current 4.1.27

2003-08-26 Thread Vernon Smith

To my knowledge, up to the 4.1.24 version of TC 4.1 has a tag handler pooling issue 
which leads to malfunctioning of tags.  Does anyone know what is the situation in the 
4.1.27 right now (fixed or not)? Whether it is still advisable to disable the option 
in the system configuration?

Thanks for your input.

Vernon




Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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



The tag handler pooling issue in the current 4.1.27

2003-08-25 Thread Vernon Smith

To my knowledge, up to the 4.1.24 version of TC 4.1 has a tag handler pooling issue 
which leads to malfunctioning of tags.  Does anyone know what is the situation in the 
4.1.27 right now (fixed or not)? Whether it is still advisable to disable the option 
in the system configuration?

Thanks for your input.

Vernon




Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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



How to apply the hotfix of 4.1.27?

2003-08-22 Thread Vernon Smith

Is the only way to apply the patch by the following procedure:

1. unzip the jar file *
2. replace the class in the hotfix
3. zip into the jar file ago.

* which one of the three jar files is the jar file?

Any better way to get it done? And why don't get a new build with the fix?

v.



Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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



How to apply for the hotfix of 4.1.27?

2003-08-21 Thread Vernon Smith

Is the only way to apply the patch by the following procedure:

1. unzip the jar file *
2. replace the class in the hotfix
3. zip into the jar file ago.

* which one of the three jar files is the jar file?

Any better way to get it done? And why don't get a new build with the fix?

v.
 



Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!
http://login.mail.lycos.com/r/referral?aid=27005

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



Java web hosting service recommendation

2002-10-04 Thread Vernon Smith

Hi,

Can someone recommend Java web hosting service in North American and Asian? What are 
the typical service such as storage space, bandwidth?

Thanks for your input.

Vernon



Tired of all the SPAM in your inbox? Switch to LYCOS MAIL PLUS
http://www.mail.lycos.com/brandPage.shtml?pageId=plus

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