Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

tomcat startup error

when i ran SampleRestfulWS project on the tomcat 7 server by right clicking on it and run as server,
i am getting below error

Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.

I am seeing this error just recently.  why this error coming and how to fix it. please advice
SOLUTION
Avatar of mccarl
mccarl
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gudii9

ASKER

"java.exe" or "javaw.exe" in Processes tab
whjat is difference between above two. please advice
"java.exe pops up a console window. javaw.exe does not.
If you expect text output, you'll need to use java.exe. If the application pops up its own window (e.g., Eclipse), you can use javaw.exe."

Actually I'm not aware of any other differences.