Sharing the Point

Office 365, SharePoint, Project Server – Blog

Posts Tagged ‘Windows’

How to Configure Tomcat 6 – Custom Default Pages

Posted by Ashraf on December 1, 2010

Tomcat uses the same convention as the Apache Web Server in that index.html is

the default or home page of any directory. Sometimes you may want to change that

to homepage.html or maybe a JSP page, like home.jsp.

To do that, simply open the web.xml of your web application, and add the

following lines without commenting :

<welcome-file-list>

<welcome-file>home.jsp</welcome-file>

<welcome-file>homepage.html</welcome-file>

<welcome-file>index.html</welcome-file>

</welcome-file-list>

To change it system-wide, edit the global web.xml in $CATALINA_HOME/conf, and

change the to point to the file of your choice.

Posted in System Administration, Windows Server | Tagged: , , , | Leave a Comment »

How to Export SSL certificate as PFX format from Internet Explorer

Posted by Ashraf on November 1, 2010

Consider: Internet Explorer 8 and you have Administrator Privilege

1.       Open Internet Explorer>Tools>Internet Options

2.       Click Content tab>Certificates

Select certificate you want to export

Select certificate you want to export

3.       Select the certificate that you want to export, click Export…, Then Click Next to the wizard

4.       Select, Yes Export the private Key, click Next

Yes, export private key

Yes, export private key

5.       Tick the Include all certificates in the certification path if possible and Export all extended properties, Then click Next

pfx export option

pfx export option

6.       Enter password 2 times

7.       Choose a location to save the file, then Next

8.       Click Finish to complete the exportation, a confirmation message will popup, click Ok

Confirm pfx export message

Confirm pfx export message

9.       Now go to the location you saved the file and use it as necessary.

>that’s all and you are DONE||


Posted in System Administration, Windows Server | Tagged: , , , | 1 Comment »

 
Follow

Get every new post delivered to your Inbox.

Join 59 other followers