Re: web application - student need help

2007-01-07 Thread Andre Prasetya
When the jsp shows error, its about exception right ? what is the exception and what does it says ? On 1/6/07, Michael Ni <[EMAIL PROTECTED]> wrote: Hi i'm doing a web application to help manage players for the online game Final Fantasy XI. Im using tomcat, sqlserver2000, and jsp. both sqlser

RE: tomcat 5.5.20: /jsp-examples and /servlets-examples

2007-01-07 Thread Caldarale, Charles R
> From: Brzezinski, Paul J [mailto:[EMAIL PROTECTED] > Subject: tomcat 5.5.20: /jsp-examples and /servlets-examples > > SEVERE: Error configuring application listener of class > listeners.ContextListener > java.lang.ClassFormatError: Extra bytes at the end of class file > listeners/ContextListene

tomcat 5.5.20: /jsp-examples and /servlets-examples

2007-01-07 Thread Brzezinski, Paul J
I'm having trouble getting /jsp-examples and /servlets-examples started/running. I'm not sure where to start troubleshooting. I have searched the tomcat site. Manager & Admin app starts up OK. I feel like I'm just getting started, but don't know if the above is related to the problem. Sugg

Re: web application - student need help

2007-01-07 Thread chaitya shah
I think u should use JDBC POOL BEAN concept upto my knowledge after using this concept it will not hang ur jsp page n by d way wht error it throw?? On 1/8/07, Andre Prasetya <[EMAIL PROTECTED]> wrote: When the jsp shows error, its about exception right ? what is the exception and what does it sa

Re: web application - student need help

2007-01-07 Thread Andre Prasetya
When the jsp shows error, its about exception right ? what is the exception and what does it says ? On 1/6/07, Michael Ni <[EMAIL PROTECTED]> wrote: Hi i'm doing a web application to help manage players for the online game Final Fantasy XI. Im using tomcat, sqlserver2000, and jsp. both sqlser

Re: web application - student need help

2007-01-07 Thread Caroline Jen
For configuring a connection pool, follow this URL: http://jakarta.apache.org/commons/dbcp/configuration.html 1. The JDBC driver JAR must go in the common/lib directory (because for connection pooling it needs to be accessible to both Tomcat and the web app). 2. DBCP is built into Tomcat so you

Re: Fwd: failure notice

2007-01-07 Thread Mr. Steve Burrus
why would you ever want to remove yourself from this nice/wonderful mailing list anyway??!! It just flat doesn't make any sense to me. andy gordon wrote: Would someone please remove me from the list. Every time I try to leave the list, I either get and error because the email it gets rejecte

Re: Deploying to / using context.xml

2007-01-07 Thread Markus Schönhaber
Bill Barker wrote: > "Markus Schönhaber" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >> Pid wrote: >>> 497320697420626563617573652068652773206120726F626F743F? >> >>4D617274696E3F205965732C206865206D6967687420626520736F6D65206B696E64206F66207370616D626F742E > >477761642C206C696B

RE: /, welcome files, and 404

2007-01-07 Thread Caldarale, Charles R
> From: kikibobo [mailto:[EMAIL PROTECTED] > Subject: /, welcome files, and 404 > > I've got a spring 2 webmvc based webapp deployed on Tomcat > 5.5.20 that is exhibiting some curious behaviour. I have a vague recollection that you have to configure welcome files within spring, rather than with

Fwd: failure notice

2007-01-07 Thread andy gordon
Would someone please remove me from the list. Every time I try to leave the list, I either get and error because the email it gets rejected as spam. thank you for your help. My email address is [EMAIL PROTECTED] <[EMAIL PROTECTED]>: 140.211.11.133 failed after I sent the m

Re: Standards Complaint Browser Campaign

2007-01-07 Thread Frank W. Zammetti
Christopher Schultz wrote: No question. All my apps from the last few years use reasonably recent standards such as CSS and XHTML. Most old browsers render XHTML just fine, and sadly CSS isn't perfect across "compliant" browsers even today. But if you're using NN 4, it's just time to upgrade, dud

Re: Standards Complaint Browser Campaign

2007-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank, Frank W. Zammetti wrote: > Christopher Schultz wrote: >> If you stay away from the "innerHTML" attribute (which only works in >> MSIE, so you're probably not using it) and instead use the methods >> Document.createElement and node.add and node.

Re: Standards Complaint Browser Campaign

2007-01-07 Thread Frank W. Zammetti
Christopher Schultz wrote: If you stay away from the "innerHTML" attribute (which only works in MSIE, so you're probably not using it) and instead use the methods Document.createElement and node.add and node.insert, then you'll be fine. This is false. innerHTML is supported by most current bro

Re: Small CMS

2007-01-07 Thread Martin Gainty
Good Morning Dima I would suggest perusing the Content Management Systems illustrated at http://www.java-source.net/open-source/content-managment-systems Feel free to contact offline as this is definitely O/T item not related to Tomcat Thanks Martin -- ---

Re: Small CMS

2007-01-07 Thread ben short
HI, Maybe this will help... http://www.java-source.net/open-source/content-managment-systems Ben On 1/7/07, Dima Retov <[EMAIL PROTECTED]> wrote: Please, advise small CMS for tomcat. I need smallest possible CMS with set of skins to rapidly setup several sites. I tried several CMS but they

Small CMS

2007-01-07 Thread Dima Retov
Please, advise small CMS for tomcat. I need smallest possible CMS with set of skins to rapidly setup several sites. I tried several CMS but they are too big. 30MB war file. It would be great if they would use internal databases or just store info in files. Thank You! -- Best regards, Dima

Re: Standards Complaint Browser Campaign

2007-01-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pierre, Pierre Goupil wrote: > Does anyone know about Tomcat's generated HTML standards compliance? It looks like everyone on the list got into a "who 'creates' HTML argument"... I'm assuming that you were talking about using javascript to generate c

/, welcome files, and 404

2007-01-07 Thread kikibobo
Hi, I've got a spring 2 webmvc based webapp deployed on Tomcat 5.5.20 that is exhibiting some curious behaviour. Call my application "myapp", deployed as an exploded directory. What I am seeing is that when I hit http://myhost/myapp/, I get a 404, but if I hit http://myhost/myapp/index.html, it