go to post Rosti Zacharias · Jan 2, 2023 Thanks for your input EduardIt's the first scenario .. I would only like to provide access to just my applicationShould an inquisitive user BY-PASS the application by simply pointing their browser to a URL with the path containing my images, (such as OmniData.au/csp/SomeApp/images/Image1.jpg) I would like them to get an errorAs this completely by-passes IRIS, it seems to me that it is the OS that needs to block the display of the web server's folder contents, unless it's the IRIS application having a lookI would imagine going to the Security Properties of the folders and DENY access to all but an IRIS application (and the Server Admin). My question is how does the OS (Ms Windows 2019 Server) identify an IRIS application and allow access?Thanks Rosti
go to post Rosti Zacharias · Sep 27, 2022 Tried to register but got an "Ooops.. no longer available.." ...??
go to post Rosti Zacharias · Oct 25, 2018 Dmitry,Thanks for your response.However, your reply raises more questions than it answers.I didn't know about Kubernetes and having a brief scan through the info, it sounds like a lot of complexity to add to the present Cache installation, doesn't really tell me how Cache and Kubernetes function together and looks like I would end up with a separate entity of code and data for each customer, which is what I'm looking to avoid.What makes most sense is your comment on working within one database is .. "your application should be designed so, from the beginning.". This is exactly what I'm looking for. Design concepts for the scenario. Are there any Cache documents on this aspect? Any samples?Thanks,Rosti.
go to post Rosti Zacharias · Sep 23, 2018 Further to last comment..Test Connection fails, so I pressed on to finish and got Atelier to display the Perspective. If I click on the name of my Server thus created, I can right-click it and select Management Portal. I seem to get the most part of the Portal, but I cannot navigate it. It shows the URL as .. http://184.107.160.42/csp/sys/UtilHome.csp#So it appears that something is happening, but how do I get to my CSP files for editing in the various Namespaces?Rosti.
go to post Rosti Zacharias · Sep 23, 2018 Fabian,I'm not running Apache. It's a Windows Server 12.In the test connection, there is an option to use Secure Connection which I left un-selected.Rosti.
go to post Rosti Zacharias · Mar 26, 2018 Yes John,I have seen URLs that have just the domain name and suppress the rest. I'm pretty sure there has to be a way of hiding it and still retain the functionality we need.Rosti.
go to post Rosti Zacharias · Jun 18, 2017 Aditi,Two thoughts.. Firstly, you say A is defined as Integer - my experience shows, in cases where the data is seen as a "string" using ".. A>=12345*1 and A<=12390*1.." will ensure the 'numeric' values are used so a 'numeric' rather than 'character' comparison is performed Second, adding " order by A*1" on the end of the query will ensure that you see the list in actual numerically sorted order and unlikely to miss some valuesJust a thought..Rosti.