PDF Reply

Hello List,

I have installed the Djigzo Gateway on SLES11.1.
The S/MIME de-/encryption works fine, but how I can activate the PDF Reply function?
I have setup the Base URL under the global Tab (https://10.253.34.83/web/portal) and the setting is shown under the Domain, too. The "Reply allowed" and Reply sender are configured, too.
But on the system there is no Listener on Port 443.
What's wrong?

Regards,
Lars

Hi Lars,

I have installed the Djigzo Gateway on SLES11.1.
The S/MIME de-/encryption works fine, but how I can activate the PDF Reply function?
I have setup the Base URL under the global Tab (https://10.253.34.83/web/portal) and the setting is shown under the Domain, too. The "Reply allowed" and Reply sender are configured, too.
But on the system there is no Listener on Port 443.
What's wrong?

Tomcat listens on port 8443. The main reason for this is that opening a
port on Linux < 1024 requires root access. You have two options:

1. Use port 8843 for the Base URL (https://10.253.34.83:8443/web/portal)
2. Setup a forward with iptables to forward 443 to 8443

The Virtual Appliance uses option 2 which I prefer since it's more clear
for the end user.

Kind regards,

Martijn Brinkers

···

On 12/08/2011 08:46 AM, Lars Gosebrink wrote:

Hi Martin,

thanks for the reply. I've changed the Base URL to Port 8443 and now the following error occoured.

HTTP STATUS 404 - /WEB/PORTAL/PDF/REPLY

DESCRIPTION _The requested resource (/web/portal/pdf/reply) is not available._

Any idea?

regards,
Lars

Zitat von Martijn Brinkers <martijn(a)djigzo.com>:

···

Hi Lars,

On 12/08/2011 08:46 AM, Lars Gosebrink wrote:

I have installed the Djigzo Gateway on SLES11.1.
The S/MIME de-/encryption works fine, but how I can activate the PDF
Reply function?
I have setup the Base URL under the global Tab
(https://10.253.34.83/web/portal) and the setting is shown under the
Domain, too. The "Reply allowed" and Reply sender are configured,
too.
But on the system there is no Listener on Port 443.
What's wrong?

Tomcat listens on port 8443. The main reason for this is that opening a
port on Linux < 1024 requires root access. You have two options:

1. Use port 8843 for the Base URL (https://10.253.34.83:8443/web/portal)
2. Setup a forward with iptables to forward 443 to 8443

The Virtual Appliance uses option 2 which I prefer since it's more clear
for the end user.

Kind regards,

Martijn Brinkers
_______________________________________________
Users mailing list
Users(a)lists.djigzo.com
http://lists.djigzo.com/lists/listinfo/users

Hi Martin,

thanks for the reply. I've changed the Base URL to Port 8443 and now the following error occoured.

HTTP STATUS 404 - /WEB/PORTAL/PDF/REPLY

DESCRIPTION _The requested resource (/web/portal/pdf/reply) is not available._

Any idea?

regards,
Lars

Are you sure you correctly installed the djigzo-portal.war file?

Can you open this URL?

https://YOUR-IP:8443/web/portal/pdf/invalidrequest

Kind regards,

Martijn

···

On 12/08/2011 10:55 AM, Lars Gosebrink wrote:

Zitat von Martijn Brinkers<martijn(a)djigzo.com>:

Hi Lars,

On 12/08/2011 08:46 AM, Lars Gosebrink wrote:

I have installed the Djigzo Gateway on SLES11.1.
The S/MIME de-/encryption works fine, but how I can activate the PDF
Reply function?
I have setup the Base URL under the global Tab
(https://10.253.34.83/web/portal) and the setting is shown under the
Domain, too. The "Reply allowed" and Reply sender are configured,
too.
But on the system there is no Listener on Port 443.
What's wrong?

Tomcat listens on port 8443. The main reason for this is that opening a
port on Linux< 1024 requires root access. You have two options:

1. Use port 8843 for the Base URL (https://10.253.34.83:8443/web/portal)
2. Setup a forward with iptables to forward 443 to 8443

The Virtual Appliance uses option 2 which I prefer since it's more clear
for the end user.

Kind regards,

Martijn Brinkers
_______________________________________________
Users mailing list
Users(a)lists.djigzo.com
http://lists.djigzo.com/lists/listinfo/users

_______________________________________________
Users mailing list
Users(a)lists.djigzo.com
http://lists.djigzo.com/lists/listinfo/users

Hi Martin,

i can't open the Link https://10.253.34.83:8443/web/portal/pdf/invalidrequest
Status 404.....

How can i install the .war file? The only i've installed are the TAR packages of Djigzo (djigzo_2.3.1-7.tar.gz and djigzo-web_2.3.1-7.tar.gz)

under the folder /usr/local/djigzo-web i found two .war files (djigzo.war and djigzo-portal.war), so the war files are installed (?).

regards,
Lars

Zitat von Martijn Brinkers <martijn(a)djigzo.com>:

···

On 12/08/2011 10:55 AM, Lars Gosebrink wrote:

Hi Martin,

thanks for the reply. I've changed the Base URL to Port 8443 and now
the following error occoured.

HTTP STATUS 404 - /WEB/PORTAL/PDF/REPLY

DESCRIPTION _The requested resource (/web/portal/pdf/reply) is not
available._

Any idea?

regards,
Lars

Are you sure you correctly installed the djigzo-portal.war file?

Can you open this URL?

https://YOUR-IP:8443/web/portal/pdf/invalidrequest

Kind regards,

Martijn

Zitat von Martijn Brinkers<martijn(a)djigzo.com>:

Hi Lars,

On 12/08/2011 08:46 AM, Lars Gosebrink wrote:

I have installed the Djigzo Gateway on SLES11.1.
The S/MIME de-/encryption works fine, but how I can activate the PDF
Reply function?
I have setup the Base URL under the global Tab
(https://10.253.34.83/web/portal) and the setting is shown under the
Domain, too. The "Reply allowed" and Reply sender are configured,
too.
But on the system there is no Listener on Port 443.
What's wrong?

Tomcat listens on port 8443. The main reason for this is that opening a
port on Linux< 1024 requires root access. You have two options:

1. Use port 8843 for the Base URL (https://10.253.34.83:8443/web/portal)
2. Setup a forward with iptables to forward 443 to 8443

The Virtual Appliance uses option 2 which I prefer since it's more clear
for the end user.

Kind regards,

Martijn Brinkers
_______________________________________________
Users mailing list
Users(a)lists.djigzo.com
http://lists.djigzo.com/lists/listinfo/users

_______________________________________________
Users mailing list
Users(a)lists.djigzo.com
http://lists.djigzo.com/lists/listinfo/users

_______________________________________________
Users mailing list
Users(a)lists.djigzo.com
http://lists.djigzo.com/lists/listinfo/users