Vedr.: Tomcat & SQL Server

2006-02-20 Thread Thomas Nybro Bolding
In short - that depends! What are your requirements for load balancing, fault tolerance etc? What kind of rig are we talking about, how many concurrent users do you expect,... That said I prefer to install Tomcat and DB on different machines. This allows you to scale Tomcat and DB servers inde

Vedr.: Tomcat & SQL Server

2006-02-20 Thread Thomas Nybro Bolding
In short - that depends! What are your requirements for load balancing, fault tolerance etc? What kind of rig are we talking about, how many concurrent users do you expect,... That said I prefer to install Tomcat and DB on different machines. This allows you to scale Tomcat and DB servers inde

Vedr.: does tomcat (5.5.15) support using Generic types in JSP files?

2006-01-27 Thread Thomas Nybro Bolding
yes it does. As of version 5.5.12 (I think it was...) Tomcat uses the new Eclipse JDT compiler which is Java5.0 compliant. /Thomas gupta vidhi <[EMAIL PROTECTED]> 27-01-2006 13:49 Besvar venligst til "Tomcat Users List" Til:Tomcat Users List cc: Vedr.: does

Vedr.: Tomcat 5.5 and java 1.5 features.

2006-01-11 Thread Thomas Nybro Bolding
Jasper in turn uses JDT to compile JSPs into servlets and JDT is currently only JDK 1.4 compliant. To use 1.5 features in your JSP you will thus have to replace jasper. This questions has been brought up a couple of times so search the archives or look at http://tomcat.apache.org/tomcat-5.5-do

Vedr.: Re: Vedr.: Tomcat 5.5 installation problem

2005-12-27 Thread Thomas Nybro Bolding
lutions Growing.Together. www.scandentsolutions.com 4th Floor, "KRM Centre", No.2, Harrington Road, Chetpet, Chennai - 600 031 India O | 91-44-52118090, ext-532 E | [EMAIL PROTECTED] "Thomas Nybro Bolding"

Vedr.: Tomcat 5.5 installation problem

2005-12-27 Thread Thomas Nybro Bolding
In a Windows environment (dunno about *nix) you need to: i) download the TC zip-distribution and unzip in the choosen directory (avoid spaces preferably) ii) modify server.xml accordingly ii) run services.bat to install it as a service Regards Thomas [EMAIL PROTECTED] 27-12-2005 15:00 Besva

Vedr.: compatibility package for Tomcat 5.5

2005-12-20 Thread Thomas Nybro Bolding
Same sweet spot as the rest of the downloads for TC5.x: http://tomcat.apache.org/download-55.cgi Choose JDK 1.4 Compability Package as either zip http://www.apache.org/dist/tomcat/tomcat-5/v5.5.14-beta/bin/apache-tomcat-5.5.14-compat.zip or tar.gz http://www.apache.org/dist/tomcat/tomcat-5/v5.5.

Vedr.: Until which Apache-Tomcat version can I use the JVM 1.4.2_10?

2005-11-30 Thread Thomas Nybro Bolding
Any version of Tomcat will do - just download the "JDK 1.4 Compability Package" from http://tomcat.apache.org/download-55.cgi /Thomas "Bachler, Elisabeth (Elisabeth)" <[EMAIL PROTECTED]> 30-11-2005 09:48 Besvar venligst til "Tomcat Users List" Til:"'Tomcat Users List'"

Vedr.: Where should I store my static content in a clustered environment

2005-11-23 Thread Thomas Nybro Bolding
Hi Eickvonder, I would definitely go for solution 5, which resembles an assigment we were given in a course in Distributed Computing. If possible go for active replication to distribute the load on several database servers. To implement this you must implement a common frontend (FE) communicat

Tomcat and Lomboz: access to SQL drivers?

2005-11-18 Thread Thomas Nybro Bolding
I am building a project using eclipse and Lomboz for Tomcat 5.5 in which I need to access a SQL server. In the project web.xml I have added resource-ref as I would on the Tomcat server. On Tomcat I would then modify the context xml file in conf/Catalina/localhost and add Context and Resource par