Sogeti Nederland B.V.
Original Message:
Sent: 04-13-2023 05:08
From: Alan Cavilla
Subject: Training: DSP Web Development - signature not found
Hi Richard,
Thank you for your help and I've made the changes you suggested, but sadly still not working for me so I'll keep searching. Version 10.3 installed into directory C:\Program Files (x86)\Uniface 10 Community Edition, but version 10.4 installed into directory C:\Program Files\Rocket Uniface 10 Community Edition.
Thanks anyway,
Regards,
Alan
------------------------------
Alan Cavilla
Stater N.V.
Amersfoort NL
Original Message:
Sent: 04-07-2023 13:14
From: Richard de Vries
Subject: Training: DSP Web Development - signature not found
Hi Alan,
Do you have a copy of the needed files in the correct directory? There is a Tomcat Context (virtual directory) for Web Development. This is the part behind http://localhost:8080/, i.c. uniface. The docbase for these files should be the directory C:\Program Files\Rocket Uniface 10 Community Edition\uniface\webapps\uniface. This is configured in the file uniface.xml, which can be found in the directory C:\Program Files (x86)\Uniface 10 Community Edition\common\tomcat\conf\Catalina\localhost\.
I have my projects in seperate directories with it own directory structure. When I want to use the webcomponent with in it's web subdirectory I need to have the docbase directed to this specific folder.
I uses the URL http://localhost:8080/u10learn/ as base for the leaening web development. I have a u10learn.xml file, which is configured in my Uniface installation's common\tomcat\conf\Catalina\localhost\ directory.
The content of the u10learn.xml file:
<?xml version="1.0" encoding="ISO-8859-1"?><!-- Context configuration file for Uniface --><Context docBase="<install-dir of learning>\web"> <Valve className="org.apache.catalina.valves.AccessLogValve" prefix="u10learn" suffix=".log" pattern="common"/></Context>
In this way Tomcat can find the nessecary components.
You can find more information about this virtual directory topic in the document of Apache Tomcat.
p.s. I would suggest you post these kind of questions in the Rocket Uniface User Forum. The General Discussion & Announcements forum is more for topics unrelated to a Rocket product, such as general news, questions about the forum itself, etc.
------------------------------
Richard de Vries
Sogeti Nederland B.V.
Deventer NL
Original Message:
Sent: 04-06-2023 12:17
From: Alan Cavilla
Subject: Training: DSP Web Development - signature not found
In this part of the eLearning about DSP Web Development after downloading the first 2 examples I had no problem executing them before and after making modifications.
In the 2nd 2 examples (Using JavaScript in webtriggers & Dynamically changing HTML Layout) both of them gave an error before even making any changes.
Is it my configuration on U10CE V10,4 or has anyone else had the same experience? I would be most greatful for any help or advice.
------------------------------
Alan Cavilla
Stater N.V.
Amersfoort NL
------------------------------