[Resin-interest] Adding port 80 to resin.conf

2010-04-30 Thread Abdalmonem Tharwat Galila
When I add http address=* port=80 to resin.conf to redirect the user from 
http://localhost to https://localhost ,  all website can working in http , but 
I want all site  to work in https. Problem No 1.
I want login.jsp to work in https only.


All the Best,
Abdalmonem Tharwat Galila
System Engineer ,
Technical Resources Department.
Ministry of Communications  Information Technology
Office Tel.: +2 02 35341582 - +2 02 35341300
Mobile: +2 010 0049068
Fax : +2 02 35370537
Website: http:\\www.mcit.gov.eghttp://www.mcit.gov.eg/
E-mail: agal...@mcit.gov.egmailto:agal...@mcit.gov.eg

___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] unplanned and upexpected downtime of resin

2010-04-20 Thread Abdalmonem Tharwat Galila
Dear Sir ,
I have resin version 3.1.9 installed , sometimes I found that 
resin is down , So can u help me to trace this problem and find the correct 
solution.
Thnx for ur fast replay

All the Best,
Abdalmonem Tharwat Galila
System Engineer ,
Technical Resources Department.
Ministry of Communications  Information Technology
Office Tel.: +2 02 35341582 - +2 02 35341300
Mobile: +2 010 0049068
Fax : +2 02 35370537
Website: http:\\www.mcit.gov.eghttp://www.mcit.gov.eg/
E-mail: agal...@mcit.gov.egmailto:agal...@mcit.gov.eg

___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] Unable to access jarfile ./../lib/resin.jar

2010-04-02 Thread Abdalmonem Tharwat Galila
I got this error when I install resin in my linux redhat machine
[r...@web bin]# ./httpd.sh
Unable to access jarfile ./../lib/resin.jar
Can u suggest a solution.
Thnx
___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Unable to access jarfile ./../lib/resin.jar

2010-04-02 Thread Abdalmonem Tharwat Galila
The file doesn't exist.


-Original Message-
From: resin-interest-boun...@caucho.com 
[mailto:resin-interest-boun...@caucho.com] On Behalf Of Scott Ferguson
Sent: 02 أبريل, 2010 06:44 م
To: General Discussion for the Resin application server
Subject: Re: [Resin-interest] Unable to access jarfile ./../lib/resin.jar

Abdalmonem Tharwat Galila wrote:

 I got this error when I install resin in my linux redhat machine

 *[r...@web bin]# ./httpd.sh *

 *Unable to access jarfile ./../lib/resin.jar*

 Can u suggest a solution.

Does the jar exist?

Also, you can start Resin directly with

resin-4.0.5 java -jar lib/resin.jar start

The *.sh file should essentially just do the same.

-- Scott

 Thnx

 

 ___
 resin-interest mailing list
 resin-interest@caucho.com
 http://maillist.caucho.com/mailman/listinfo/resin-interest
   



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] FW: Starting resin: failed!

2010-04-02 Thread Abdalmonem Tharwat Galila
I get this message marked with RED when I run resin , but when I run the 
following command I get this error marked with BLUE (
[r...@web ~]# service resin restart
Stopping resin: failed!
Starting resin: failed!
[r...@web ~]#

)


Apr 2, 2010 9:50:12 PM com.caucho.boot.WatchdogProcess run
INFO: WatchdogProcess[Watchdog[],1] starting Resin
[21:50:13.611] {watchdog-} WatchdogProcess[Watchdog[],1] starting Resin
Resin-3.1.10 (built Tue, 23 Feb 2010 02:57:09 PST)
Copyright(c) 1998-2008 Caucho Technology.  All rights reserved.

  Using Resin(R) Open Source under the GNU Public License (GPL).

  See http://www.caucho.com for information on Resin Professional,
  including caching, clustering, JNI acceleration, and OpenSSL integration.

Starting Resin on Fri, 02 Apr 2010 21:50:28 +0200 (EET)

[21:50:32.697] {main} 'select-manager' requires Resin Professional.  See 
http://www.caucho.com for information and licensing.
[21:50:32.698] {main}
[21:50:32.698] {main} Linux 2.6.18-128.el5 amd64
[21:50:32.698] {main} Java(TM) SE Runtime Environment 1.6.0_19-b04, UTF-8, en
[21:50:32.698] {main} Java HotSpot(TM) 64-Bit Server VM 16.2-b04, 64, mixed 
mode, Sun Microsystems Inc.
[21:50:32.698] {main} user.name: root
[21:50:32.699] {main} resin.home = /usr/local/Resin/
[21:50:32.700] {main} resin.root = /usr/local/Resin/
[21:50:32.700] {main} resin.conf = /usr/local/Resin/conf/resin.conf
[21:50:32.700] {main}
[21:50:33.257] {main} WebApp[http://localhost:8080] active
[21:50:33.519] {main} WebApp[http://localhost:8080/resin-admin] active
[21:50:34.481] {main} WebApp[http://localhost:8080/resin-doc] active
[21:50:34.481] {main} Host[] active
[21:50:34.497] {main} hmux listening to web.dotmasr.eg:6800
[21:50:34.506] {main} http listening to *:8080
[21:50:34.515] {main} Server[id=,cluster=app-tier] active
[21:50:34.592] {main} Resin started in 6352ms
[21:50:36.043] {http--8080-1$617013740} Loading .tld files from global classpath

___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] Starting resin: failed!

2010-04-02 Thread Abdalmonem Tharwat Galila
Problem Solved , the pass of RESIN_HOME is incorrect.

From: Abdalmonem Tharwat Galila
Sent: 02 أبريل, 2010 10:03 م
To: 'resin-interest@caucho.com'
Cc: Mohamed SALAH MOSELHI
Subject: FW: Starting resin: failed!

I get this message marked with RED when I run resin , but when I run the 
following command I get this error marked with BLUE (
[r...@web ~]# service resin restart
Stopping resin: failed!
Starting resin: failed!
[r...@web ~]#

)


Apr 2, 2010 9:50:12 PM com.caucho.boot.WatchdogProcess run
INFO: WatchdogProcess[Watchdog[],1] starting Resin
[21:50:13.611] {watchdog-} WatchdogProcess[Watchdog[],1] starting Resin
Resin-3.1.10 (built Tue, 23 Feb 2010 02:57:09 PST)
Copyright(c) 1998-2008 Caucho Technology.  All rights reserved.

  Using Resin(R) Open Source under the GNU Public License (GPL).

  See http://www.caucho.com for information on Resin Professional,
  including caching, clustering, JNI acceleration, and OpenSSL integration.

Starting Resin on Fri, 02 Apr 2010 21:50:28 +0200 (EET)

[21:50:32.697] {main} 'select-manager' requires Resin Professional.  See 
http://www.caucho.com for information and licensing.
[21:50:32.698] {main}
[21:50:32.698] {main} Linux 2.6.18-128.el5 amd64
[21:50:32.698] {main} Java(TM) SE Runtime Environment 1.6.0_19-b04, UTF-8, en
[21:50:32.698] {main} Java HotSpot(TM) 64-Bit Server VM 16.2-b04, 64, mixed 
mode, Sun Microsystems Inc.
[21:50:32.698] {main} user.name: root
[21:50:32.699] {main} resin.home = /usr/local/Resin/
[21:50:32.700] {main} resin.root = /usr/local/Resin/
[21:50:32.700] {main} resin.conf = /usr/local/Resin/conf/resin.conf
[21:50:32.700] {main}
[21:50:33.257] {main} WebApp[http://localhost:8080] active
[21:50:33.519] {main} WebApp[http://localhost:8080/resin-admin] active
[21:50:34.481] {main} WebApp[http://localhost:8080/resin-doc] active
[21:50:34.481] {main} Host[] active
[21:50:34.497] {main} hmux listening to web.dotmasr.eg:6800
[21:50:34.506] {main} http listening to *:8080
[21:50:34.515] {main} Server[id=,cluster=app-tier] active
[21:50:34.592] {main} Resin started in 6352ms
[21:50:36.043] {http--8080-1$617013740} Loading .tld files from global classpath

___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest