• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

help i cant start tomcat

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all ,,
im lerning servlets by my self, i cant run the program i think the problem on tomcat installation.
i try to download Tomcat server and i will write the steps which i did:


but the tomcat did not start and this what happened:
 
Ranch Hand
Posts: 1704
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by nana:
hi all ,,
im lerning servlets by my self, i cant run the program i think the problem on tomcat installation.
i try to download Tomcat server and i will write the steps which i did:


but the tomcat did not start and this what happened:



You need to set TOMCAT and JAVA Home for each window. When you open new window to run Tomact it wont recognise the other values you set in other window. You can put this values in enviroment vairables or copy this settings in .bat file and run each time when you open DOS prompt.

Hope it will helpful to you.
 
nana Amr
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"You need to set TOMCAT and JAVA Home for each window"
what you mean??

"You can put this values in enviroment vairables or copy this settings in .bat file and run each time when you open DOS prompt."
and how could i do this plz tell me in detils if u can
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im not an expert.i had seen this problem in win98 system to avoid you had to select the properties of startup.bat file and increase the memory to the maximum.Hope it will help you.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"nana",
please look at the request about your display name more closely here.

Please edit your display name again. Accounts with invalid display names get deleted.

thanks,
Dave
 
nana Amr
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok im sorry
i but my real name: nana Amr
is this ok?
im really sorry but i cant understand all the police coz im not English
 
nana Amr
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i try this but nothing happened

start->run->sysedit
PATH=%PATH%;.;C:\jdk1.3.1\bin
set classpath=C:\jdk1.3.1\lib\tools.jar;.;c:\jakarta-tomcat-3.2.3\lib\servlet.jar
set TOMCAT_HOME=C:\jakarta-tomcat-3.2.3
set JAVA_HOME=C:\jdk1.3.1
 
Ranch Hand
Posts: 538
Hibernate Eclipse IDE Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi nana !

i try this but nothing happened

start->run->sysedit
PATH=%PATH%;.;C:\jdk1.3.1\bin
set classpath=C:\jdk1.3.1\lib\tools.jar;.;c:\jakarta-tomcat-3.2.3\lib\servlet.jar
set TOMCAT_HOME=C:\jakarta-tomcat-3.2.3
set JAVA_HOME=C:\jdk1.3.1


Use the graphical workbench to sent your environment variables instead, using right mouse button and "properties" settings.
You should define "JAVA_HOME=C:\jdk1.3.1" and "JAKARTA_HOME=C:\jakarta-tomcat-3.2.3" as system environment variables, I insist, not as USER environment variables but as SYSTEM environment variables. You shouldn't have to reboot your machine, but close command line interfaces if you tried to launch Tomcat this way, and open new ones so that environment variables are taken into account.

Best regards.
 
David O'Meara
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by nana Amr:
is this ok?
im really sorry but i cant understand all the police coz im not English



Thank you
 
nana Amr
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
is this right
JAKARTA_HOME=C:\jakarta-tomcat-3.2.3
instat of
TOMCAT_HOME=C:\jakarta-tomcat-3.2.3
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe it is supposed to be CATALINA_HOME. I am moving this to the Tomcat forum since, well, this is about Tomcat and not Servlets.
 
nana Amr
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
plz tell me what to do i cant startup tomcat
 
nana Amr
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
plz help me i dont know what to do,,
i have this message
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Out of environment space messages indicate you are stuck with Win98 or ME - systems that do not provide enough memory for the extensive environment variable manipulation that Tomcat startup uses.
I found this discussion via google.
This problem has been discussed MANY times in this and other forums.
Bill
 
Hey! Wanna see my flashlight? It looks like this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic