Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: java servlet(tomcat v7.0)

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    24
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default java servlet(tomcat v7.0)

    server at local host was unable to start within 45 seconds.
    if the server require more time, try increasing the timeout in the server editor.
    tomcat v7.0

    can somebody temme whats the error...????


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: java servlet(tomcat v7.0)

    There is a limit on the time required to start the server, which your server has set to 45 seconds, and which you should increase if the server is taking a long time. See the docs for Tomcat for how to do this.

  3. #3
    Junior Member
    Join Date
    Jun 2012
    Posts
    24
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: java servlet(tomcat v7.0)

    from where can i got the docs??
    can u plz gimme the links??

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: java servlet(tomcat v7.0)

    Quote Originally Posted by aman_chauhan View Post
    from where can i got the docs??
    Did you try google? Should be the first place you start, and googling your problem turns up thousands of webpages

    can u plz gimme the links??
    Please, this is a technical forum. Writing shorthand like this not only makes you much harder to understand, but also conveys laziness - which is something you do not want to convey when asking unpaid volunteers to help

  5. #5
    Junior Member
    Join Date
    Jun 2012
    Posts
    24
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: java servlet(tomcat v7.0)

    i am really sorry.
    will keep this thing in mind from now onward.

  6. #6
    Junior Member
    Join Date
    Aug 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: java servlet(tomcat v7.0)

    Server at local host was unable to start within 45 seconds. So, You can change your tomcat ports. Also, I recommend Tomcat 7 for all apps, since it also supports the older servlet 2.5 and JSP 2.1 specs.

  7. #7
    Junior Member
    Join Date
    Jun 2012
    Posts
    24
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: java servlet(tomcat v7.0)

    thanks for the information but can u please tell me how to change tomcat ports??
    or some link from where can i study these??

Similar Threads

  1. java servlet related
    By vidi in forum Member Introductions
    Replies: 0
    Last Post: April 16th, 2011, 10:26 PM
  2. collecting information/moving from servlet to servlet
    By CBird in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 1st, 2011, 07:04 PM
  3. Running servlet from java project
    By raj07 in forum Java Servlet
    Replies: 1
    Last Post: February 19th, 2011, 07:11 PM
  4. MVC - Split the Java servlet(help needed)
    By kamweshi in forum Java Servlet
    Replies: 1
    Last Post: October 18th, 2010, 09:02 AM
  5. Java servlet read file
    By peliukasss in forum Java Servlet
    Replies: 0
    Last Post: April 15th, 2010, 07:02 PM

Tags for this Thread