• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Tomact Configuration

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I want website link which give me simplest way to know how to install and configure Tomcat? Also which version of JDK is compatible with which Tomcat version.How to set ClassPath, etc? In Short I want to do all initial configuration before running any JSP and Servlet. Please help me.

Thanks...
 
Ranch Hand
Posts: 168
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sunita,

plz find the below link from where you can download the tomcat.

http://jakarta.apache.org/tomcat/index.html

For classpath set classpath=%classpath%;E:\Tomcat 5.0\common\lib\servlet-api.jar;E:\Tomcat 5.0\common\lib\jsp-api.jar;

Note:change the tomcat directory according to ur installation directory.

I think JDK1.4 should work with almost all the newer versions.
But neway this u juz check it out..

Regards,
Priya.
 
Sunita B B
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Priya,
Thanks for reply.
I have done configuring with jakarta-tomcat-5.5.9 and j2sdk1.4.0 but getting error.

Can I use jakarta-tomcat-5.5.9 and j2sdk1.4.0? Or there is any other simple way to do it?

Thanks...

-Sunita
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I installed JBoss 4.0.2 to practice coding servlets and JSPs, but I'm not sure if it has the implementation of correct servlet and JSP specifications.
I just started to read "SCWCD Study Guide, second edition", at least the first examples are working ok. In addition, it's very easy to deploy a WAR or EAR in JBoss even if you don't have a lot of experience (that is my case).
Regards,

Alexandre.
 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I have done configuring with jakarta-tomcat-5.5.9 and j2sdk1.4.0 but getting error.

Can I use jakarta-tomcat-5.5.9 and j2sdk1.4.0? Or there is any other simple way to do it?



You should install J2SE version 1.5.x for tomcat 5.5.9, or J2SE ver 1.4.x for tomcat 5.0.x.
 
Sunita B B
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Dongshan ,Alexandre Cervieri

I have installed jdk1.5.0_04 and jakarta-tomcat-5.5.9.

But now while starting startup.bat i am getting following error.Can some some guide me. How to overcome from this ?

Error is "Windows cannot find '-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager' make sure you typed the name correctly and then try again. "
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you are trying to run jboss without setting necessary environmental variables. Try to add java.exe to system PATH variable
 
Beauty is in the eye of the tiny ad.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic