Search

How to install Python

 


1.     Go to Python.org.

2.      Click on Download button.


3.      Open download file.

4.      Select ‘Add Python X.XX to PATH’.

5.      Click on ‘Install Now’.



 

 

 

 

 

 

6.      After successful completion you will see message like below.



7.      Open command prompt and type python –version, it should show python version installed.




Warangal NIT Python workshop

 Warangal NIT is doing Python deployment workshop for Faculty.

Date: 1st Nov 2021 to 5th Nov 2021.

Time: 04:30 PM - 07:30 PM

Fee: Faculty 500
        Industry Professionals  1000

You can book slot from here Original Notification

Deploy first app in Tomcat

1. Create a folder app1 under TOMCAT_HOME/webapps

2. Create a file first.html with below content under webapps.

    <h1>Hello world</h1>
   
3. Folder structure looks like

How to start and stop Apache Tomcat in windows and linux?

Windows:

 In windows generally Tomcat start with system, you can see it in task bar. If you want to start it manually, follow below steps.

1. Open command Prompt.
2. Go to TOCAT_HOME(It is tomcat installation location in my case it is C:\Program Files\Apache Software Foundation\Tomcat 7.0)
3. Go to bin folder.

What is Apache Tomcat?


Apache Tomcat is Application server from 'Apache software foundation', which is open source. It is used to run Java web applications. Current stable version is 8.5.11, click here to download.

This host supports Intel VT-x, but Intel VT-x is disabled.


If you get above error msg while installing VM, just go to boot options and enable IntelVT.

Unable to start OIDMON in opmnctl

If you are below errors while starting opmnctl

[pid: 29628] [tid: 0] Guardian: Connecting to database, connect string is oiddb
[pid: 29628] [tid: 0] Guardian: [gsdsiConnect] ORA-28001, ORA-28001: the password has expired
[pid: 29628] [tid: 0] Guardian: [oidmon]: Unable to connect to database,
            will retry again after 10 sec


It looks like your ODS user password is expired.