Forum archive
Default password for root (Turnkey Tomcat) ?
Security group "tomcat" has: 80, 12320, 12321
I'm starting an instance:
ec2-run-instances ami-da6e9fb3 --group tomcat --private-key pk-YU*.pem --cert cert-YU*.pem
I access:
I click on WebShell, to access it for the first time, and get prompt:
tomcat login: root
Password: (here I just press return)
Login incorrect
This mentions generated password:
but I only get:
"RESERVATION
r-65807409
248888681061
tomcat
INSTANCE
i-fe2d7091
ami-da6e9fb3
pending
0
m1.small
2011-04-24T03:27:57+0000
us-east-1b
aki-407d9529
monitoring-disabled
instance-store
"
What is the default/password for root
for the Tomcat AMI ami-da6e9fb3 ?
Problem solved: ec2-get-console-output fixed it.
Thankyou for support!
My use-case: deploy war file with embedded neo4j db, storing files on ebs volume.
Issue with turnkey hub: giving out my aws secret access key.