Re: tomcat CPU utilization pegged...total CPU only 50%

2005-02-03 Thread Vic
You could be DB bound or LAN bound. What is the switch telling you LAN utilization is? What is the DB stress test telling you? .V Kevin Williams wrote: Hello, I am trying to performance test an application running Tomcat with Apache w/SSL (connected using mod_proxy). The OS is Windows Server 2003

Re: Pagecache framework?

2005-01-09 Thread Vic
Mostly you want to cache Data in the Data layer. I use iBatis for DAO, and it; like most DAO has caching. .V Mieke Banderas wrote: What should I look for if I want a simplistic system for avoiding trips to the DB for pages that are only built upon and between changes are 100% similar? Is there a

ANN: Tomcat for RiA (Rich Internet Application) example live.

2004-12-30 Thread Vic
check out boardVU.com (only in IE for now). Tomcat is hosting Hessian + iBatis as services to JNLP for JDNC (RiA) application at above. So ... tomcat does not have to be just browser dhtml apps (try that PHP!) .V -- RiA-SoA w/JDNC forums - help develop a community

Re: JDBC

2004-11-23 Thread Vic
Mostly people use DAO, instead of JDBC driver directly. One DAO is iBatis. and jTDS is much better driver. .V Charles P. Killmer wrote: Looking for concensus on how people, with much more experience than I have, use to connect to SQL Server 7. I have been planning on using Datadirect's JDBC Connec

Re: OT: hosting recommendations?

2004-11-13 Thread Vic
http://order.1and1.co.uk/xml/order/Server They also have US hosting. .V phil campaigne wrote: Ben Souther wrote: I use assortedinternet.com. Tomcat/postgres for 30.00 to 35.00 they might have other plans too On Fri, 2004-11-12 at 14:34, Woodchuck wrote: hihi all, can anyone recommend hosters t

Re: jsp java compile error on v5

2004-10-21 Thread Vic Cekvenich
) - should have more detail. -Tim Vic Cekvenich wrote: I hava JAVA_HOME, tools.jar in common and permisions. I am running on a JDK1.5 64 bit for Redhat3. I installed jRoller but it says it can't copile the jsp. Hints? Here is the error. .V description The server encountered an internal error ()

jsp java compile error on v5

2004-10-20 Thread Vic Cekvenich
I hava JAVA_HOME, tools.jar in common and permisions. I am running on a JDK1.5 64 bit for Redhat3. I installed jRoller but it says it can't copile the jsp. Hints? Here is the error. .V description The server encountered an internal error () that prevented it from fulfilling this request. excep

Re: repost: Where to get 5.5.1 from? ( Was TC 5.5 - 4 issues (jasper, ROOT, jndi, logging))

2004-09-03 Thread Vic
Shapira, Yoav wrote: Hi, How many times do I have to post this? ;) 5.5.1 is NOT AVAILABLE YET. It's looking like I'll cut it Tuesday. A. OK! Nightlies are available at the usual place, http://cvs.apache.org/builds/jakarta-tomcat-5/nightly/, but they're "use at your own risk" of course. Note

Re: repost: Where to get 5.5.1 from? ( Was TC 5.5 - 4 issues (jasper, ROOT, jndi, logging))

2004-09-03 Thread Vic
:[EMAIL PROTECTED] On Behalf Of Vic Sent: Friday, September 03, 2004 6:53 AM To: [EMAIL PROTECTED] Subject: Re: repost: Where to get 5.5.1 from? ( Was TC 5.5 - 4 issues (jasper, ROOT, jndi, logging)) Silly me, I can't find where to get the 5.5.1 or the 5.5 nighly's from? They are not here, this

Re: repost: Where to get 5.5.1 from? ( Was TC 5.5 - 4 issues (jasper, ROOT, jndi, logging))

2004-09-03 Thread Vic
Silly me, I can't find where to get the 5.5.1 or the 5.5 nighly's from? They are not here, this looks like the 5.0 brach. http://cvs.apache.org/builds Where can I get the new 5.5s from? Do I have to go to cvs and build? tia, .V Vic wrote: Yes, but where? What URL? (the commons downl

Re: TC 5.5 - 4 issues (jasper, ROOT, jndi, logging)

2004-09-02 Thread Vic
Yes, but where? What URL? (the commons download link I think is for the 5.0 trunk? or is that 5.5?) .V ps: Thax tomcat team on very nice product! Remy Maucherat wrote: On Thu, 02 Sep 2004 11:52:48 -0500, Vic <[EMAIL PROTECTED]> wrote: Where can we get 5.5.1? Or 5.5 nightlies? Don't w

Re: TC 5.5 - 4 issues (jasper, ROOT, jndi, logging)

2004-09-02 Thread Vic
Where can we get 5.5.1? Or 5.5 nightlies? .V Shapira, Yoav wrote: Hi, Well, Tomcat 5.5 uses the Eclipse JDT compiler for JSPs. I think we mistakenly treat the compiler warnings as errors in 5.5.0, and Remy's fixed it for 5.5.1. Yoav Shapira Millennium Research Informatics -Original Message---

Re: Can I start tomcat 5.0.28 as a non root user at Linux?

2004-08-31 Thread Vic
I do not know if you can, but I can. .V Johnny wrote: __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail -- Please post on Rich Internet Applications User Interface (RiA/SoA) -

Re: [ANN] Apache Jakarta Tomcat 5.0.28 Released

2004-08-29 Thread Vic
(I know I speak for many) THANK YOU very much. .V Yoav Shapira wrote: The Tomcat Team announces the immediate availability of Apache Jakarta Tomcat 5.0.28. Please refer to the change log for the list of changes: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html Release notes: http://

ot: dallas help wanted

2004-08-24 Thread Vic
Please e-mail me if you know someone available. .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SunONE versus Tomcat performance

2004-08-02 Thread Vic Cekvenich
http://news.netcraft.com/archives/2003/04/10/java_servlet_engines.html Above is Sun's market share of production sites. So... .V On Friday 30 July 2004 05:40 pm, David Wall wrote: It is worth noting that Sun Java Web Server has better performance than Apache Tomcat; you can learn more about this

Re: [tomcat] proxy to php app

2004-08-02 Thread Vic Cekvenich
g all your apache "goodies", cgi-bin, php, etc... So my recommendation is: use mod_jk2, keep apache for everything else... José Ernesto Echeverría [EMAIL PROTECTED] -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Cekvenich Sent: Domingo, 01 de Agosto d

proxy to php app

2004-08-01 Thread Vic Cekvenich
I know how to write servlets and filters. How do I create a proxy app on tomcat that would forward to a php app? I do not know how to start. tia, .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: auto reload a class

2004-07-22 Thread Vic Cekvenich
FYI, this reloads: http://127.0.0.1/manager/reload?path=/ .V QM wrote: On Fri, Jul 16, 2004 at 07:28:13AM -0500, Vic Cekvenich wrote: : One feature I like in resin is that it reloads a class (for example a : servlet) automaticaly if I change it. : : IS there a way to make tomcat reload any of

auto reload a class

2004-07-16 Thread Vic Cekvenich
One feature I like in resin is that it reloads a class (for example a servlet) automaticaly if I change it. IS there a way to make tomcat reload any of the classes if they got changed? tia, .V - To unsubscribe, e-mail: [EMAIL PRO

OT Ann: North East Conference on MVC Frameworks and Struts in 3 weeks:

2004-03-07 Thread Vic Cekvenich
freeroller.net/page/jCarreira - Vic Cekvenich – Author – basicPortal (J2EZ – easy and simple to customize application for membership, portal, cms, community, store, etc. using bestPractices for large, profitable commercial sites. ) + more You will get a CD mailed to you once you register. April 3rd from 8AM

Re: Best JVM for Tomcat

2003-12-03 Thread Vic Cekvenich
I use BEA's jRockit (but with tomcat 5) on Fedora. .V Walter do Valle wrote: What is the best version of J2SDK to run Tomcat 4.1.29 over Linux? Thanks for any tip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Connection connection

2003-11-20 Thread vic banta
nevermind.. I found it :-) vic banta <[EMAIL PROTECTED]> wrote: in the getUser() method below, it has the parameter Connection connection, is the connection to the database established in this line or is a connection object being passed to it? I assume since it is a get method noth

Connection connection

2003-11-20 Thread vic banta
in the getUser() method below, it has the parameter Connection connection, is the connection to the database established in this line or is a connection object being passed to it? I assume since it is a get method nothing is being passed to it. public static synchronized User get

Re: Equipt a DBMS to Tomcat

2003-11-08 Thread Vic Cekvenich
http://advocacy.postgresql.org/advantages pgSQL is ANSI SQL (unions, stored procs), is considered faster than most dbs and is a free license, even on windows, no mater how you use it. MySQL is not realy full SQL, it is sort of like MS Access. Steven Woody wrote: Hi, folks MySQL and PostgreSQL,

Re: [ANN] Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta released

2003-10-31 Thread Vic Cekvenich
I speak for many: THANK YOU Remy Maucherat wrote: The Tomcat Team announces the immediate availability of Apache Tomcat 4.1.29 Stable and Apache Tomcat 5.0.14 Beta. Please refer to the changelog for the list of changes. Downloads: Binaries: http://jakarta.apache.org/site/binindex.cgi Sources:

FYIL My favoirete JSP tag is:

2003-10-11 Thread Vic Cekvenich
Here is my favorite tag: http://displaytag.sf.net and see examples (in upper right). Grid, Sorting, nested, group, export, everything you like, plus it’s free. Here is example code of how I used it: http://cvs.sourceforge.net/viewcvs.py/basicportal/bPproj/bP/WEB-INF/pgs/forums/ArticleLst.jsp You

Re OT: Java/JSP vs C#/.NET

2003-08-27 Thread Vic Cekvenich
". ok, feel free to talk about this topic. Lance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Vic Cekvenich, Struts Instructor, 1-800-917-JAVA Advanced Struts Training,

Re: how to suppor 30000 concurrent users

2003-08-10 Thread Vic Cekvenich
s. On your mobile. http://server1.msn.co.in/sp03/gprs/howcani_movie.asp With GPRS. -- Vic Cekvenich, Struts Instructor, 1-800-917-JAVA Advanced Struts Training, mentoring and project recovery in North East. Open Source Portal Content Management basicPortal sof

Tomcat 5 DB connection error page?

2003-07-16 Thread Vic Cekvencih
I have a connection pool w/TC5 (and error-page in web.xml), but sometimes DB is down. How do I display an error page saying db is down (since some of this is at the container, not war)? tia, .V - To unsubscribe, e-mail: [EMAI

Ann: new bP release now ships w/ Tomcat 5 and has JSTL v1.1.

2003-06-21 Thread Vic Cekvenich
basicPortal is a Struts CMS app, that requires a DB to run. New release v 97_2 has JSTL v1.1 (for JSP 2) and includes Tomcat 5 and IDE integrated. (Prior release was JSTL 1.03 for JSP 1.2) Download links from baseBeans.com -- Vic Cekvenich, Struts Instructor, 1-800-917-JAVA Advanced Struts

Advanced Struts best practices web cast training by winner of besttraining with money back guarantee(this is not Intro To Struts):

2003-05-31 Thread Vic Cekvenich
ough a class! -- Vic Cekvenich, Struts Instructor, 1-800-917-JAVA Advanced Struts Training and project recovery in North East. Open Source Content Management basicPortal sofware Best practiceStruts Support v.1.1 helper ScafflodingXP

Ann: new bB release

2003-05-28 Thread Vic Cekvenich
) to sign up for an online advanced Struts class that will cover Master Detail Processing, Reporting, Security, etc. Online web class will star -- Vic Cekvenich, Struts Instructor, 1-800-917-JAVA Advanced Struts Training and project recovery in North East. Open Source Content Management

new sample "best practice" Struts data driven web app for Tomcat5/Resin 3

2003-03-21 Thread Vic Cekvenich
I released a new basicPortal implementation called "bP v0.8k" available for download on basicPortal.sf.net. - The new version is same simple "bean has a dao helper design", but it uses ibatis.com db layer. (the "older" design used RowSet) Ibatis db layer is very nice. - It now works fine and i

JK and Apache

2003-03-16 Thread Vic Cekvenich
This list is becoming a JK/Apace list. :-( Not starting to try a flame, but a word to the wise: IMO, using Apache or JK in most circumstances is a bad practice. This goes back when sales people would say you need Apache, and Tomcat and EJB server. No need for that. Fact is Tomcat can do it all,

Re: Apache and Tomcat: a bad practice

2003-02-24 Thread Vic Cekvenich
use it easily. John -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 7:00 AM To: [EMAIL PROTECTED] Subject: Apache and Tomcat: a bad practice Lot's of Apache to Tomcat questions. In the past, (Hardware sales) people would say you need a html s

Re: Database load balancing?

2003-02-24 Thread Vic Cekvenich
Try caching first; with Poolman.sf.net or http://www.phworks-online.com/cache.html Replication could slow you down. .V Ralph Einfeldt wrote: It depends on your requirements. For read only load balancing to achieve more performance you might also consider to use replication: http://gborg.postgr

Apache and Tomcat: a bad practice

2003-02-24 Thread Vic Cekvenich
Lot's of Apache to Tomcat questions. In the past, (Hardware sales) people would say you need a html server (Apache) and a jsp server (Tomcat). Now Tomcat can server HTML pages very fast and can do SSL, etc. There is no reason to maintain and configure in operations communications between th

Re: JDBC driver class 'null' error

2002-10-28 Thread Vic A
iver class specified in the server.xml JDBC data resource is present in the jar file Any ideas why Tomcat cannot find the JDBC driver ? Thnaks for any help. From: "Vic A" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTE

Tomcat losing connection capabilities/not being able to shutdown

2002-10-28 Thread Vic A
I've been having a recurring error with Tomcat. It works fine upon startup, able to access MySQL databases from other servers with the servlets that I've programmed. However, after a time, it cannot seem to connect to the databases through servlets, yet when I run Java standalone equivalents

Re: web.xml

2002-05-26 Thread Vic Cekvenich
http://edocs.bea.com/wls/docs61/webapp/web_xml.html deneb shah wrote: >Hi > >could someone briefly explain to me how the web.xml >parsing is done. > >i am particularly interested in servlet and its >mapping elements > >Also how are they stored and how are the objects >generated out of those. > >

Re: Connection Pooling Solution

2002-05-26 Thread Vic Cekvenich
http://sourceforge.net/project/showfiles.php?group_id=4899 is most popular I think. Cindy Ballreich wrote: >What do you guys think of DBCP? Any specific comments on performance or >functionality? Do you think it's ready for a "production" project? Should >I use it over DbConnectionBroker (obv

[Fwd: [MVC-Programmers@basebeans.com] [Struts Tips] #2 - Use DispatchAction to organize related operations]

2002-03-25 Thread Vic Cekvenich
To get these articles 2 times a week, the only place you can get these articles is at www.basebeans.com/forums.jsp (and sign up at the bottom link) for the BaseBeans MVC mail list. (also daily Java News feed at www.strutsplus.com/news.jsp) hth, Vic Original Message Subject

Announce / Commercial: Struts training on West Cost

2002-02-27 Thread Vic Cekvenich
copyright) For more information, sign up here: http://www.basebeans.com:8081/mailman/listinfo/mvc-programmers We also do hands on private and public training, and project recovery. Vic -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troub

Re: Announce: Struts hands on public training in NJ

2002-02-07 Thread Vic Cekvenich
I have 2 more seats. If you want to master Struts by March, the class is 2/20, in less than 2 weeks. Vic Vic Cekvenich wrote: > in Atlantic City, NY on 2/20 or see. > > http://www.basebeans.com/students.jsp > > > You have to register this week(on above page, we do

Re: Announce: East coast public hands on Struts instructor lead training in 3 weeks

2002-02-01 Thread Vic Cekvneich
Vic Cekvneich wrote: > in Atlantic City, NY on 2/20 or see. > > > > http://www.basebeans.com/students.jsp > > > > > > You have to register this week(on above page, we do not do last minute > > registration. So we still have a few seats left > > Thi

Re: Announce: East coast public hands on Struts instructor lead training in 3 weeks

2002-01-31 Thread Vic Cekvneich
. More > information is on the above page. > The other class is in San Francisco after JavaOne, register at the same > page. > > Vic > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>

Re: JAAS support in Tomcat 4

2001-12-28 Thread Vic Cekvenich
I have used JDBC realms in Tomcat w/Struts. Works great. Vic Craig R. McClanahan wrote: > >On Thu, 27 Dec 2001, Amine AMAR wrote: > >>Date: Thu, 27 Dec 2001 18:33:31 - >>From: Amine AMAR <[EMAIL PROTECTED]> >>Reply-To: Tomcat Users List <[EMAIL PROTECT

[ANNOUNCE] Fast Track to MVC / JSP Framework Public Workshop

2001-10-22 Thread Vic Cekvenich
http://java.sun.com/j2ee/blueprints/introduction/summary/index.html This is the first MVC and JSP public training class. The framework we will be learning is open standard Struts. For more on Struts and related technologies, click on: http://jakarta.apache.org You will master Struts

Re: Compile Servlet

2001-10-01 Thread Vic Ricker
Sounds like you might not have servlet.jar in your classpath. You might want to try using an IDE like Sun's new Forte 3. The CE version is free. -Vic Isak Rickyanto wrote: > Hello all.. > I am newbie... > > I want to compile my servlet , i have set TOMCAT_HOMe, J

Re: web.xml and servlet mapping problem.

2001-09-13 Thread Vic Cekvenich
Please don't BCC. Paul Downs wrote: > IMPORTANT! This message has been blind-carbon-copied to you. > Do not reply-to-all or forward it without the author's permission.