Uniface web developing and deploying and installing and configuring and ...
Go Home

Introduction

Everything about Uniface web: Developing, deploying, installing, configuring, migrating and whatever you can image about web, you will find it here in this section.

As always any feedback will be welcome. Help us to help you !


Quick Jump to Uniface web documents/Articles , Tomcat Articles ,Code/Component Warehouse , Uniface public web sites and My favourite web development links

Uniface Documents/Articles

Articles Description
Uniface & Tomcat & SSL
Spanish document about configuring Uniface 8 and Tomcat 4.x thought Secure Socket Layers. Request for a English translated docu.
   

 

Tomcat Documents/Articles

Articles Description Date
Setting up TomCat 4.1.12 to run as services
Setting up TomCat 4.1.12 to run as an NT Service:
Tomcat Service Manager The Service Manager makes it simpler to set up multiple instances of Tomcat in isolated JVM instances using different configuration files and different security policies.

Configuring Tomcat 4.0.4 for use in Microsoft IIS/PWS

This document explains how to set up Microsoft Internet Information Server/Personal Web Server (IIS/PWS) to cooperate with Tomcat to be used in the UNIFACE environment. (Latest updated document from Bob Kranson)
A batch file to install Tomcat 4.1.26 on Win2000 as a service.

::Starting Tomcat as an NT Service
echo off
set PATH=%PATH%;%CATALINA_HOME%
set SERVICENAME=Brenda-Tomcat Service
set CATALINA_BASE= The base directory for Tomcat
set JAVACLASSPATH=%CLASSPATH%
set JAVACLASSPATH=%JAVACLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar
set JAVACLASSPATH=%JAVACLASSPATH%;%CATALINA_HOME%\common\lib\servlet.jar
set JAVACLASSPATH=%JAVACLASSPATH%;%JAVA_HOME%\lib\rt.jar

"%CATALINA_HOME%\bin\tomcat.exe" -install "%SERVICENAME%" "%JAVA_HOME%\jre\bin\classic\jvm.dll" -Djava.class.path="%JAVACLASSPATH%" -Dcatalina.home="%CATALINA_HOME%" -Dcatalina.base="%CATALINA_BASE%" -Xrs -Xmx200m -Xms100m -start org.apache.catalina.startup.Bootstrap -params start -stop org.apache.catalina.startup.Bootstrap -params stop -out "%CATALINA_BASE%\logs\stdout.log" -err "%CATALINA_BASE%\logs\stderr.log"

Tomcat 4.0.3+ on Windows 2000/XP
Installing Tomcat 4.0.3+ on Windows 2000/XP
Tomcat Performance With clock work regularity, questions about performance appear on
tomcat-user mailing list at least once a month. Sometimes more frequently, if a
commercial server publishes new benchmarks claiming they out perform Tomcat. This article is my attempt to answer some of these questions and try to provide some useful tips, and tricks.
Tomcat Security (covers Tomcat 4)

Example 1: Security Layers– Apache Web Server Configure Apache to restrict access to web application /WEB-INF and /META-INF directories
<LocationMatch "/WEB-INF/">
AllowOverride None deny from all

Example 2: Restrict access to Tomcat’s Apache Connector port
– Put Tomcat behind a firewall which restricts access
– Configure the server to restrict network access using a tool like IP Filter
– Use the Java SecurityManager and Tomcat policy file

June 2004
Tomcat Performance Tuning and Troubleshooting Tuning Tomcat for performance and resolving problems which affect availability are
critical for a production instance of Tomcat. This session addresses how to collect
and analyze data to trouble shoot problems and configure Tomcat for performance.
June 2004

Code/Components

Item Description
Under construction !  
 

Public web sites developed by Uniface or OptimalView/UnifaceView

Link Description
http://www.athlonline.nl/index_atl.htm  
http://www.mdc-vacuum.com/  
http://www.nicematin.fr/portail/index/home-nm.htm  

http://www.bancagricolacerea.it/go.urd/portal.show
 
http://www.cardinefinanziaria.it/go.urd/portal.show

 
http://www.cariparo.it/go.urd/portal.show  
http://www.coopartesa.com/optimalview/optimalview.urd/portal.show  

http://www.quercia.com/quercia/urd/run/portal.show
 
http://www.imec.be/ovinter/static_general/start_en_flash.shtml  
www.harkenstore.com  
www.nfuic.com  
http://www.webster.uk.net Torfaen County Council
http://www.bexley.ac.uk/optimalview/optimalview.urd/portal.show Bexley college
http://www.arena.it/eng/arenaeng.urd/portal.show Fondazione Arena di Verona

 

My favourite web development links

Link Description
Under construction !  
 

 


Copyright © 1998-2001  $UUU  All rights reserved.
Disclaimer. | Site Comments.