I removed the quotes from JAVA_OPTS
("-Djavax.net.ssl.trustStore=E:/fedora/server/truststore
 -Djavax.net.ssl.trustStorePassword=tomcat" became
Djavax.net.ssl.trustStore=E:/fedora/server/truststore
 -Djavax.net.ssl.trustStorePassword=tomcat) and was able to start the
server without any errors.

However when I go to http://localhost:8080/fedora to test I am
directed to a SSL url (https://localhost:8443/fedora).

Is this the proper behavior?



On Thu, Apr 21, 2011 at 4:04 PM, Harry Smith <harrysmith...@gmail.com> wrote:
> On Thu, Apr 21, 2011 at 3:55 PM, Edwin Shin <ed...@fedora-commons.org> wrote:
>> Just to triple-check:
>>
>> 1) The file at E:\fedora\server\truststore is present and accounted for?
>
>
> Yes - below are dir contents
>
> E:\downloads\Islandora_related>dir E:\fedora\server\
>  Volume in drive E is Apps
>  Volume Serial Number is E8CD-1E7B
>
>  Directory of E:\fedora\server
>
> 04/21/2011  03:12 PM    <DIR>          .
> 04/21/2011  03:12 PM    <DIR>          ..
> 04/21/2011  03:12 PM    <DIR>          access
> 04/21/2011  03:13 PM    <DIR>          bin
> 04/21/2011  03:13 PM    <DIR>          config
> 04/21/2011  03:12 PM    <DIR>          fedora-internal-use
> 04/21/2011  03:12 PM    <DIR>          management
> 04/21/2011  03:12 PM    <DIR>          schematron
> 04/21/2011  03:12 PM               621 truststore
> 04/21/2011  03:12 PM    <DIR>          xsd
>               1 File(s)            621 bytes
>               9 Dir(s)  47,560,704,000 bytes free
>
>
>
>
>> 2) The command, "echo %JAVA_OPTS%" yields exactly the following (the slashes 
>> in particular):
>>        -Djavax.net.ssl.trustStore=E:/fedora/server/truststore 
>> -Djavax.net.ssl.trustStorePassword=tomcat
>>
>
> Correct -
>
> E:\>echo %JAVA_OPTS%
> "-Djavax.net.ssl.trustStore=E:/fedora/server/truststore
> -Djavax.net.ssl.trustStorePassword=tomcat"
>

------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to