| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 592 online users. » 1 Member(s) | 588 Guest(s) Applebot, Bing, Google, lu88free1
|
| Latest Threads |
Source Code
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
3 hours ago
» Replies: 2
» Views: 110
|
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
08-20-2026, 05:12 PM
» Replies: 8
» Views: 1,686
|
Change Language DataTable
Forum: IntraWeb General Discussion
Last Post: Rigoberto Mercedes
08-19-2026, 03:21 PM
» Replies: 1
» Views: 139
|
How to terminate HTTP Thr...
Forum: Indy
Last Post: rlebeau
08-14-2026, 08:01 AM
» Replies: 5
» Views: 528
|
Looking for UI Design Tip...
Forum: Delphi General Discussion
Last Post: chrisjordon232
08-06-2026, 05:17 AM
» Replies: 0
» Views: 152
|
TIWjQDBGrid DateFormat
Forum: IntraWeb General Discussion
Last Post: brushbuny
08-05-2026, 03:31 AM
» Replies: 2
» Views: 1,563
|
Simply convert PeerIp to ...
Forum: Indy
Last Post: DidierMenant
08-04-2026, 03:50 PM
» Replies: 2
» Views: 310
|
New CGDevTools build is a...
Forum: CGDevTools
Last Post: lfeliz
08-04-2026, 12:03 AM
» Replies: 2
» Views: 1,460
|
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: JuergenS
07-31-2026, 09:44 AM
» Replies: 6
» Views: 1,474
|
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: CharlieDunn
07-29-2026, 10:02 AM
» Replies: 3
» Views: 600
|
|
|
| Rename Service Name |
|
Posted by: svenheuer - 09-21-2023, 06:44 PM - Forum: IntraWeb General Discussion
- Replies (6)
|
 |
Hi,
I knew, there was an old discussion about this.
On a server farm I want to install several intraWeb server (for load balancing). The app should running as a service on each server as
Node.1 - using port 81
Node.2 - using port 82
Each has it own folder and should have the service name node.1, node.2 The config should be read out a ini file.
Running as stand alone work nice but as a service seemed to complicated.
in IWServerControllerBaseConfig i try
AppName := inifile('main', 'nodename', 'node');
but nothing happen. Appname /install - nothing happens (exception?). If I remove the line I can install the service
What would be the right way to install as service with different service name?
Thanks
Sven
|
|
|
| IntraWeb 15.4.0 está aqui! |
|
Posted by: Alexandre Machado - 09-21-2023, 08:41 AM - Forum: IntraWeb Dúvidas Gerais
- No Replies
|
 |
Olá devs
temos o orgulho de anunciar a nova versão do IntraWeb 15.4.0
https://www.atozed.com/2023/09/intraweb-15-4-0/
Entre outras coisas, traz o novo Indy, compatível com OpenSSL 1.1.1, que usa HTTPS com TLS 1.3. Sim, somos os primeiros
As aplicações IW com o novo servidor Indy + OpenSSL 1.1.1 obtiveram:
Pontuação "A" nos testes https://www.ssllabs.com/ssltest
Pontuação "A" nos testes https://www.immuniweb.com/ssl/
Além disso, o novo servidor Indy foi ajustado para o IntraWeb, e apresentou aumento de desempenho de 20 a 25% em relação à versão anterior
Excepcionalmente, por um período de 30 dias, ofereceremos a todos os clientes IntraWeb com licença IntraWeb paga o mesmo desconto que oferecemos para renovação de assinatura, independente da data de vencimento da assinatura anterior. Nós realmente queremos que todos os clientes IntraWeb atualizem seus aplicativos IW e comecem a usar HTTPS/TLS 1.3 e, como bônus, obtenham um aumento de desempenho de 25%
Se precisar de qualquer outra informação, basta me enviar um e-mail (alexandre at atozed . com)
Enjoy!
|
|
|
| IntraWeb 15.4.0 is here! |
|
Posted by: Alexandre Machado - 09-21-2023, 08:28 AM - Forum: IntraWeb General Discussion
- No Replies
|
 |
Hi guys,
we are proud to announce the new IntraWeb 15.4.0 version
https://www.atozed.com/2023/09/intraweb-15-4-0/
Among other things, it brings the new Indy branch, compatible with OpenSSL 1.1.1, that can handle HTTPS using TLS 1.3. Yes, we are the first 
IW applications built with the new Indy server + OpenSSL 1.1.1 got, out of the box:
Besides that, the new Indy server has been tweaked for IntraWeb, and showed 20 to 25% performance increase compared to previous version
Exceptionally, for a period of 30 days, we will be offering to all IntraWeb customers with a paid IntraWeb license the same discount that we offer for subscription renewal, regardless of the subscription expiration date. We really want that all existing IntraWeb customers update their IW applications and start using HTTPS/TLS 1.3 and, as a bonus, get a 25% performance increase 
If you need any other information, just drop me an email (alexandre at atozed dot com)
Enjoy!
|
|
|
| Session has no active form. |
|
Posted by: svenheuer - 09-19-2023, 01:41 PM - Forum: IntraWeb General Discussion
- Replies (3)
|
 |
Dear,
On a huge system with sometimes few hundreds users I got the error "Session has no active form". I have no clue what this is. The stracktrace does not show any user code. Any hints?
If I call the same page again everything works.
Best regards
Sven
|
|
|
| Click Jacking |
|
Posted by: Zhikter - 09-19-2023, 07:31 AM - Forum: IntraWeb General Discussion
- Replies (4)
|
 |
I have tried googling the answer, but I cannot seem to find anything.
Does IntraWeb have built in defenses against click jacking? or is this something that I have to implement?
|
|
|
| NOT FOUND HANDLER |
|
Posted by: JuergenS - 09-18-2023, 11:51 AM - Forum: IntraWeb General Discussion
- Replies (9)
|
 |
Hi Alexandre,
I have installed my own NOT FOUND HANDLER (404) to prevent scraping.
When a user searches entire directories for files, after a certain number of times the user's IP address is temporarily blocked.
I have now discovered that the NOT FOUND HANDLER is no longer called by the server when file extensions are blocked.
Instead, a session is created and the server blocks after a while.
Could it be that the handling has changed in one of the last versions?
Regards
Juergen
|
|
|
| TIWFrame in IntraWeb14 or 15 |
|
Posted by: joergb - 09-07-2023, 12:04 PM - Forum: IntraWeb General Discussion
- Replies (2)
|
 |
Hello
I'm a newbee in IW programming and so I started with IntraWeb14.
I want to make a form with a Menu on the left side and dependet dialogs or lists on the right side of the form.
Normaliy in CBuilder or Delphii I take a Panel on the left to place the menue in it and a frame on the right side for the depending content.
I read something about a component TIWFrame.
But I cannot find such a component in IntraWeb 14 to put it on a form and load the frames .
I search in the online doc, I make a textsearch on all hpp files , but I cannot find it.
Is is an old component and disabled in Version 14 ?
And what can I do, to create these simple app ?
Thanks
|
|
|
|