stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


i18n in Tomcat and JSTL







i18n in Tomcat and JSTL

i18n in Tomcat and JSTL 06/02/2004 08:31 AM

Russell Beattie: Everything I did in the past two hours was trial and error. My HTML web pages were working, my XML feed pages were not.




This is a GrokNews Entry: (what is grok?)





Similar Items

i18n in Tomcat and JSTL

Grok Headline matches for i18n in Tomcat and JSTL

Tracking Tomcat


Tracking Tomcat 06/02/2004 02:31 AM

If you need to keep track of changes in Tomcat releases, this is a good page to bookmark.


Tomcat Crap


Tomcat Crap 06/24/2004 05:51 PM

Urgh.  I just spent a few hours trying to figure out why JNDI JavaMail session stopped working.  Previously, I had Tomcat 5.0.26 beta installed and it was working just fine.  In an attempt to debug another problem, I peddled back to 5.0.25, which is the latest version without any beta tag, and found that I couldn't send e-mail out from an webapp.  Error message was rather bland so it took me a while to find the relevant bug report.  Guess what?  5.0.25 build left out some key classes related to JNDI JavaMail session support.  Heck, I think I'll go back to the beta version and keep my fingers crossed.


Tomcat internals


Tomcat internals 06/20/2004 12:16 AM

New Tomcat and Ant releases.


New Tomcat and Ant releases. 03/11/2003 09:43 AM

As usual, Matt is on top of the Jakarta news. He notes that new Tomcat 5.0.1 alpha and Ant 1.5.2 are both available for download.

Apache Releases Tomcat


Apache Releases Tomcat 09/02/2004 05:24 PM
Internet News Sep 2 2004 9:30PM GMT

New Apache Tomcat Eclipses Sun


New Apache Tomcat Eclipses Sun 09/02/2004 07:27 PM
However, say its developers, the Java server has some more work to do before it's as stable as it can be.

Version 5.5.1 de Tomcat liberada


Version 5.5.1 de Tomcat liberada 09/09/2004 03:04 PM

Sysdeo Tomcat Plugin 3.0 Released


Sysdeo Tomcat Plugin 3.0 Released 07/30/2004 03:56 PM

Version 3.0 of Sysdeo Eclipse Tomcat Launcher plugin was released today.  According to the readme file (txt), source code debugging should now work again although existing Tomcat projects will have to be tweaked by hand:

When using Tomcat 5, Eclipse does not stop on breakpoints set in generated java files for JSP. This is fixed only for new Tomcat projects, for existing ones follow those steps:

...

My version of the instruction:

  1. Open your Tomcat project's 'Properties' dialog.
  2. Goto 'Java Build Path' >> 'Source' panel.
  3. Make sure 'Allow output folders for source folders' checkbox is checked.
  4. Select and expand Tomcat 'work' directory in the list of source folders above the checkbox.  If you don't have it, add it.
  5. Select the last child item (should be 'Output folder: blah') and click-on the 'Edit...' button on the right.
  6. Set or browse to the 'work' directory.
  7. OK, all the way back.

The problem was that, while the 'work' directory was known as a source folder, there was only one output folder (usually 'bin' or 'WEB-INF/classes').  Since Java files generated from JSP files are compiled in-place by Tomcat, object files (.class) ended up in the 'work' directory instead of the default output directory where Eclipse debugger was expecting them.  So the fix was to tell Eclipse that .class files for the Java files in the 'work' directory are within the same directory.  Duh.

Thanks to Bruno Leroux for writing Sysdeo Tomcat plugin.  Hey, Bruno.  Where is your tip jar?


New Apache Tomcat Branch 5.5 Released


New Apache Tomcat Branch 5.5 Released 09/03/2004 04:42 PM
Slashdot Sep 3 2004 6:53PM GMT

New webl0gger: Costin of Tomcat fame


New webl0gger: Costin of Tomcat fame 01/14/2003 02:28 PM

Costin Manolache of Apache Tomcat fame finally started blogging. Welcome Costin!


[ GLSA 200408-15 ] Tomcat: Insecure
Installation


[ GLSA 200408-15 ] Tomcat: Insecure
Installation
08/16/2004 02:20 PM
Sune Kloppenborg Jeppesen (Aug 15 2004)

Generate Dynamic Content With Tomcat and
MySQL


Generate Dynamic Content With Tomcat and
MySQL
09/27/2002 02:32 PM
This article shows you how to create an application that demonstrates how Apache Tomcat and MySQL can communicate with one another, and it also gives you a very useful and reusable tool that handles most of the database work for you.

i18n-0.05


i18n-0.05 07/22/2004 04:43 PM

i18n-0.04


i18n-0.04 07/20/2004 01:20 AM

i18n-0.06


i18n-0.06 08/01/2004 06:54 AM

i18n again


i18n again 04/27/2004 05:33 PM
Sam Ruby pinpoints the glitch:

Let's take a closer look into Jon's RSS feed: ...

developerWorks: Generate Dynamic Content
with Tomcat and MySQL


developerWorks: Generate Dynamic Content
with Tomcat and MySQL
09/20/2002 05:04 AM
"Companies like doubleclick.net have made a lot of money serving banner ads on the Web. The service they provide is great, but why pay for something you can do yourself? In this article, enterprise Java consultants Javid Jamae and Kulvir Bhogal demonstrate how to create rotating banner ads using an all open-source environment: Apache Tomcat, MySQL, and the MM MySQL JDBC driver. First, they'll walk you through the necessary setup in Tomcat and MySQL, and then show you how to install the MM MySQL JDBC driver to allow a Java servlet running in Tomcat to communicate with MySQL..."

I18N-AcceptLanguage-1.04


I18N-AcceptLanguage-1.04 04/11/2005 05:53 PM

I18N-LangTags-0.35


I18N-LangTags-0.35 10/07/2004 04:13 PM

I18N-LangTags-0.34


I18N-LangTags-0.34 10/07/2004 04:13 PM

I18N-LangTags-0.33


I18N-LangTags-0.33 07/01/2004 11:40 PM

I18N-Charset-1.35


I18N-Charset-1.35 01/16/2004 11:02 AM

I18N-Charset-1.36


I18N-Charset-1.36 01/24/2004 10:36 PM

I18N-AcceptLanguage-1.02


I18N-AcceptLanguage-1.02 02/11/2004 05:54 PM

How Are You Accomplishing Your i18n?


How Are You Accomplishing Your i18n? 06/24/2005 05:44 PM
Slashdot Jun 24 2005 12:27AM GMT

I18N-LangTags-0.31


I18N-LangTags-0.31 06/18/2004 06:21 AM

I18N-LangTags-0.32


I18N-LangTags-0.32 06/21/2004 05:52 AM

Aggregator i18n tests


Aggregator i18n tests 06/02/2004 06:44 PM
Here is a simple set of tests for verifying that an aggregator properly handles various combinations of international characters and character references.  The desired result is that the title of every entry should be displayed as Iñtërnâtiônàlizætiøn. This is not meant to be comprehensive, in particular, it focuses only on one encoding (utf-8, which is guaranteed to be supported by any conformant XML parser), and doesn't do mode base64.

Prologia-I18N 2004-08-23


Prologia-I18N 2004-08-23 08/23/2004 12:11 PM
A Java source code internationalization tool.

Catalyst-Plugin-I18N-0.02


Catalyst-Plugin-I18N-0.02 04/15/2005 01:07 PM

W3C I18N FAQ: Multilingual Forms


W3C I18N FAQ: Multilingual Forms 06/05/2005 11:30 PM
W3C I18N FAQ: Multilingual Forms .. how to spot utf-8 .. regexp

w3.org/International/questions/qa-forms-utf-8.html
track this site | 2 links


Survival guide to I18n


Survival guide to I18n 04/14/2004 10:38 AM
In the next installment of the atom guide, I tackle what may very well be the number one issue in ill-formed feeds: character encoding in general, and smart quotes in particular.  In the process of producing this documentation, I am struck by two things: How hard it is to find all the right pieces, and figure out how they interrelate Despite the pervasiveness of the issue addressed here, I'm surprised that I can't readily locate other similar documents. Perhaps the former is the reason for the latter.

Dynamically Typed: PHP i18n to Improve?


Dynamically Typed: PHP i18n to Improve? 08/18/2004 08:53 AM
From Dynamically Typed:

Thai i18n projects & iBlog projects


Thai i18n projects & iBlog projects 05/23/2004 03:36 AM
Website Launched !
Grok Description matches for i18n in Tomcat and JSTL
GrokA matches for i18n in Tomcat and JSTL

JBoss expands Java ambitions


JBoss expands Java ambitions 06/28/2004 04:24 PM
Company launches research and development center, announces support relationship with Novell.

Sun, JBoss forge Java agreement.


Sun, JBoss forge Java agreement. 11/18/2003 11:24 PM
InfoWorld: Sun , JBoss forge Java agreement.

Sun, JBoss settle Java dispute


Sun, JBoss settle Java dispute 11/18/2003 12:40 PM
With changes to a licensing program, Sun paves the way for open-source Java application server projects JBoss and Apache to comply with the J2EE standard.

Briefly: JBoss expands Java ambitions


Briefly: JBoss expands Java ambitions 06/28/2004 04:24 PM
roundup Plus: Java gets ready for 3G...Microsoft to release next version of CE...Overture fine tunes local wheels.

Novell launches Linux with JBoss Java


Novell launches Linux with JBoss Java 08/04/2004 07:52 AM
ZDNet Aug 4 2004 12:22PM GMT

JBoss CEO Against Open-Sourcing Java
(TechWeb)


JBoss CEO Against Open-Sourcing Java
(TechWeb)
04/28/2004 03:22 AM
TechWeb - JBoss CEO Marc Fleury sides with Sun on releasing Java technology to the open source community, but he also thinks it's a good idea to open-source other core technologies for building services-oriented architectures.

Novell launches new Linux--with JBoss
Java


Novell launches new Linux--with JBoss
Java
08/03/2004 06:04 PM
Companies' support partnership creates product meant to be more than just an operating system.

JBoss?s Fleury: The benevolent dictator
is good for Java


JBoss?s Fleury: The benevolent dictator
is good for Java
04/30/2004 07:01 PM
JBoss is best-known as the provider of the JBoss open source application server, and it has also been known for having disagreements with Sun about licensing of Java test suites. But those disagreements were resolved in 2003. InfoWorld Editor at Large Paul Krill met with JBoss CEO and Founder Marc Fleury during the ?J2EE Kickoff Event? earlier this week in San Francisco to discuss the company and open source issues.

Java, day #2: Eclipse


Java, day #2: Eclipse 12/17/2002 09:54 PM
I spent a fair amount of time today reading about and playing with IBM's Eclipse. My reasons for investigating Eclipse are twofold: (1) I'd like to see if it is compelling enough as an IDE to make me switch from...

New Java Widgets For Eclipse


New Java Widgets For Eclipse 01/19/2004 03:08 PM
A new plug-in gives Java tool programmers at the IBM-led consortium a user interface for Web application development, but leaves NetBeans out.

Eclipse to buzz BEA's Java Beehive


Eclipse to buzz BEA's Java Beehive 06/24/2004 12:54 PM
Open-source foundation will create a project for Beehive, which BEA-founded to accelerate Java development.

IBM tightening Eclipse, Java, Linux
links


IBM tightening Eclipse, Java, Linux
links
08/18/2004 08:56 PM
IBM on Thursday will announce the release of a free tools bundle for Eclipse to make it easier to deploy Java applications on Linux.

Eclipse to Get a Hand in Enterprise Java
Beans


Eclipse to Get a Hand in Enterprise Java
Beans
04/13/2005 03:18 PM

Java 1.4.1 (Panther)


Java 1.4.1 (Panther) 11/12/2003 09:10 PM
Apple takes Java to the next level with the latest, certified release of the Java 2 Platform.

Java Update 1.4.1 for Panther


Java Update 1.4.1 for Panther 11/13/2003 10:10 AM
Apple has released a Java Update v1.4.1 for Panther The Java Update delivers functional enhancements and improved stability for running Java applic...

Panther Upgrade Breaks Java 1.4.1


Panther Upgrade Breaks Java 1.4.1 11/13/2003 10:08 AM

i18n in Tomcat and JSTL

The following phrases have been identified by the grok system as matching this entry: tomcat worker throughput iis eclipse tomcat 5.5 debug catalina.out java servlet dying tomcat isapi download slow ebooks on tomcat 4.1.29 sysdeotomcatspringhibernate azzurri clay mysql driver jstl tags for banner rotation panther jboss jfreechart i18n java pet store tomcat

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

gkrellm Sun Clock
0.12.0

PHPlist 2.8.7
Zero Memory Widget
0.0.7

JFreeChart 0.9.19
(Development)

OpenKiosk 0.3
Computex: Apple
lines up for
Toshiba's new 60GB
drive (MacCentral)

Comcast to Offer
Subscribers
On-Demand Video
Games (Reuters)

AMD, Broadcom team
on server chip sets

Dutch court denies
injunction, fines MS
in Lindows case

Google bolsters
search appliance

TI demos
split-chassis PC
design

Sears awards $1.6B
outsourcing deal to
CSC

Apple lines up for
Toshiba's new 60GB
drive

FileMaker Pro,
Developer 7v2 update
now available

Optibase completes
Media 100
acquisition

Computex: Apple
lines up for
Toshiba's new 60GB
drive

How Good Does Your
Web Site Look on
Paper?

A touch of class -
skinable Javascript

NI outfit promos 2GB
email service

Germans claim first
programmable
computer

Converged networks
find increasing
favour

Save Money on Gas
The ABC of OTC
A Tale of Two
Concepts

The Long Way Home
Doctor Bono's Call
to Arms

Cup of tea?
There still may be
hope for Palm OS

Website Promotion
Software -
Submission Ranking

Suicide isn't
painless

Go down, young men!
Songs that don't
Hoobastink

Smart mobs beat dumb
CEOs

The patriot
Wi-Fi hotspots
simply too expensive

Calling time on the
£1 USB memory
watch

Global Crossing gets
$100m boost

EU moves towards
spectrum trading

Drive recovery comes
to Linux

Yuppies find peace
in hippie hub
(Reuters)

Ind. Man Survives
69,000-Volt Shock
(AP)

Library 2.1 adds Web
keyword lookup

MoniSwitch Pro ADC
shares Apple monitor
with four Macs

Griffin announces
iTrip mini FM
transmitter

Aladdin offers
Internet Cleanup 2.0

Check&Get v2.0
Aweris WebServer
v1.0.1.3

Active port
forwarder 0.5.4

TR-IRCD 5.7-r
Stabilizer 0.1.5
what is grok?