Child pages
  • newcomer to bluelight
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

STEP-BY-STEP FROM YOUR FIRST DAY IN BLUE LIGHT

Step-by-step guide

  1. Read wiki.bluelightav.org thoroughly for all key information. 
  2. Create a JIRA user log in created with Admin ( Ramchandra ) . You can use the same login username and password to access wiki pages and add content. 
     - the admin will create user and you can create password through clicking on the link. 
  3. Most of the times your browser will ask for the security certificate for JIRA , Click on this link it will download the certificates, Firefox will automatically import it, Chrome you have to do it manually, and for Microsoft edge IE10 does not allow to update private SSL ..    =>  avca.cer
  4. Most operations are done in Linux, so either a new desktop will be arranged for you , or you might have to work from you own laptop until the hardware is available for you.
    It will be helpful while working in bluelight to know about concepts like - LPAD , BASH , UUID 


IN THIS TUTORIAL WE WILL COVER LEARNING 
          - HOW TO INSTALL APACHE TOMCAT ON MICROSOFT 
          - HOW TO WORK IN MICROSOFT AND LINUX 
          - HOW TO CREATE/WORK WITH REPORT CREATING SERVER
         
 HOW TO INSTALL APACHE TOMCAT IN MICROSOFT

  1.  DOWNLOAD THE LATEST VERSION OF TOMCAT 
  2. YOU WILL ALSO NEED THE LATEST OR SAME VERSION JDK KIT INSTALLED
  3. CREATE SYSTEM VARIABLE FOR JDK , path would be uptill the JRE folder
  4. CREATE SYSTEM VARIABLE FOR APACHE, path would be uptill the Apache folder ( do not include the bin folder  in path )
    the variable is set up by name CATALINA_HOME 
  5. OPEN C PROMPT, cd to apache installation , cd to bin folder 
  6. GIVE COMMAND , startup.bat , the server will launch an instance 
  7.  YOU CAN CHECK FOR THE SERVER INSTANCE BY ACCESSING , localhost: 8080 
  8. YOU WILL SEE THE APACHE TOMCAT SERVER LOG IN PAGE 
  9. BY ACCESS THE conf FILE IN APACHE FOLDER, YOU CAN CREATE A USERNAME PASSWORD FOR MANAGER BY FOLLOWING THE INSTRUCTION IN THE FILE
  10. ONCE THE USERNAME IS SAVED , AS MANGER , YOU CAN LOG IN USING YOUR NEW PASSWORD
  11. ONCE LOGGED IN YOU CAN READ THROUGH VARIOUS EXAMPLES OF SERVLETS TO GET USED TO THE INTERFACE 

 

 

There is no content with the specified labels

  • No labels