Tomcat installation

hi all
well i'm facing problemin configuring tomcat please if anyone can help me out on this on i will be greatful well i have set all TOMCAT_HOME and JAVA_HOME variables plus the jdk path and classpath is correct i'm using jdk1.2.2 and tomcat 3.2.4
when i say startup at console new window for tomcat starts up but it shuts down this is the error message i get in the tomcat window
Exception in thread "main" java.lang.NoClassDefFoundError: org/xml/sax/HandlerBa
se
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:471)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:10
3)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:242)
at java.net.URLClassLoader.access$1(URLClassLoader.java:210)
at java.net.URLClassLoader$1.run(URLClassLoader.java:191)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:185)
at java.lang.ClassLoader.loadClass(ClassLoader.java:292)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:279)
at java.lang.ClassLoader.loadClass(ClassLoader.java:249)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:308)
at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:168)
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240)
i will be really obliged if anyone canhelp me out on this i have to submit my project after 2 days and my works is stopped due to this problem or if anyone can suggest me anyother web server that i can download from the web
i will be highly obliged and please any advice will be welcome
see to it if u can send me the url of the web site on which there is a web server available for free which can run servlets pls friends this is very very important.
thanx in advance
vijay

i do'nt wanna test my servlet over the network not that i mind doin that but
that will make me to and fro the server room I am sorry, I didn't get you. What do you have in your machine (pc). You don't require centralized server to run Tomcat. You can as well run this in your local machine. Just have a look at,
http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html,
it will run on windows nt/workstation/2000/95/98 etc. I hope you are using one among them.
Sudha

Similar Messages

  • HELP! XP ENVIRONMENT VARs and Tomcat installation

    Hello people. I found out that at work we'll be switching over to Windows XP soon. But the problem is that our system administrator has disabled the ability to create/edit SYSTEM environment variables. I can't just ask him to enabled it because our IS department doesn't support JAVA :(. Previously, I had Tomcat on a Win98SE box w/o the sys admin knowledge (but don't get me wrong, I was doing work-related stuff with the tomcat server), so it wasn't an issue before. Is there a workaround to creating the JAVA_HOME, CATALINA_HOME, and PATH environment variables? What about the "User Variables"? Can I create "user variables" instead? Or can I create and run a DOS batch file that sets the necessary system environment variables for the tomcat installation? This is what I've been doing (DOS batch method) currently with the Win98 box. Sorry I have very little experience with XP, but from what I've heard, it can be very restricting depending upon on how it was setup by the system admins. Out of the box w/o sys admins, I've heard it's an ok OS.
    Anyways...any help is greatly appreciated.
    ...damn those system administrators :( :p

    Also another question. To install the SDK1.4, do I just install it like I normally do as in a Win98 box? I thought there was a XP plug-in that needed to be downloaded and installed too some time ago? Did the plug-in later became built into the installation bundle? I read somewhere there was a legal judgement made to force Microshaft to support Java?
    Sorry I've been out of the XP loop...

  • Help! -why can't start Tomcat --Installation problem??

    I downloaded Tomcat 5.0.30.exe and installed Tomcat 5 and JDK 5 on my local computer (I also have IIS installed, and Java App Server (from J2EE); yes I have plenty of space lol);
    I did this in the command line:
    Set JAVA_HOME=C:\jdk1.5_03; and I also added this env variable to my user & system Path variables in System Properties dialogue (just to exclude this problem).
    and I remember during the Tomcat.exe installation, the JVM was already correctly set to C:\Program Files\Java\jre1.5_03\bin\client\jvm.dll (I also tried set JVM to C:\jdk1.5_03\jre\bin\server\jvm.dll and it did not seem to make any difference)
    I am still not able to startup the service (don't see my admin page even though the system tray says the Tomcat is running).
    Does any of the above setup seem wrong? I'm a novice in Java/JSP and just want to try developing some web service in Java/JSP instead of ASP or .NET.
    I'd appreciate all your advice and help!!
    Thanks in advance!!

    When I say "Startup" in the command, the original command window displays Using CATALINA_HOME: C:\apache\tomcat5, so I guess it was correctly set already ...?
    By default, it is using 8080 port... If I have my IIS running, would that have conflict? IIS runs on 80. I don't think I've anything running on 8080.
    localhost_admin_log has the following everytime I try to see admin page in my web browser:--------------------------------------------------------------
    2005-05-05 10:06:06 ApplicationDispatcher[admin] Servlet.service() for servlet admin.login_jsp threw exception
    javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE
         at org.apache.struts.taglib.TagUtils.retrieveMessageResources(TagUtils.java:1233)
         at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1082)
         at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:226)
         at admin.login_jsp._jspx_meth_bean_message_0(login_jsp.java:131)
         at admin.login_jsp._jspService(login_jsp.java:78)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:696)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:474)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:409)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
         at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:220)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Thread.java:595)
    The above also appears in the Tomcat cmd prompt window if I use startup in the cmd window.
    The stdout and stderr logs has nothing.
    The jakarta_service log has the following:-----------------------------------------------------------
    [2005-05-05 10:03:46] [info] Service Tomcat5 name Apache Tomcat
    [2005-05-05 10:03:46] [420 service.c] [error] The specified service already exists.
    [2005-05-05 10:03:46] [538 prunsrv.c] [error] Failed installing Tomcat5 service
    [2005-05-05 10:03:47] [info] Procrun finished.
    [2005-05-05 10:04:48] [info] Updating service...
    [2005-05-05 10:04:48] [info] Service Tomcat5 updated
    [2005-05-05 10:04:48] [info] Update service finished.
    [2005-05-05 10:04:48] [info] Procrun finished.
    [2005-05-05 10:04:49] [info] Updating service...
    [2005-05-05 10:04:49] [info] Service Tomcat5 updated
    [2005-05-05 10:04:49] [info] Update service finished.
    [2005-05-05 10:04:49] [info] Procrun finished.
    Thanks a lot for your advice and help!!!

  • Tomcat installation without OpenJDK

    Hello archies,
    please, can I install Tomcat server (no tomcat-native package) without OpenJDK? I using Oracle's JDK in my /opt directory
    sudo pacman -S tomcat8
    resolving dependencies...
    :: There are 2 providers available for java-runtime>=7:
    :: Repository extra
    1) jre7-openjdk 2) jre8-openjdk
    Enter a number (default=1):
    I cannot choose another than 1 or 2
    Some hints? Or just manual installation? Thanks

    I strongly advise you against manually installing software thare are provided as packages by your distro (either in official repos – tomcat*, OpenJDK – or AUR – Oracle JDK).
    To sum up (and if you insist you do not want OpenJDK), if I were you I would:
    1) Remove all the JAVA_HOME, and PATH variables you mention from ~/.bashrc and ~/.xinitrc (very important)
    2) Install jre8-oracle and jdk8-oracle from AUR or from my repo. As these packages provide "java-environment" now you can…
    3) Install tomcat8 from extra
    4) Configure tomcat8 to use Oracle JVM à la systemd:
    # cp /usr/lib/systemd/system/tomcat8.service /etc/systemd/system/
    # vim /etc/systemd/system/tomcat8.service
    In this last line you want to change
    Environment=TOMCAT_JAVA_HOME=/usr/lib/jvm/java-7-openjdk
    by
    Environment=TOMCAT_JAVA_HOME=/usr/lib/jvm/java-8-oracle
    Then start Tomcat 8 and check it is started with Oracle JVM by visiting http://localhost:8080/manager/status:
    Tomcat Version JVM Version JVM Vendor OS Name OS Version OS Architecture Hostname IP Address
    Apache Tomcat/8.0.11 1.8.0_20-b26 Oracle Corporation Linux 3.16.1-1-ARCH amd64 columbia 127.0.0.1
    Last edited by Wikimig (2014-08-26 20:40:45)

  • 2 tomcat installation guides

    Hi, i've struggled a lot to get tomcat working as it should. Finally I came across a tutorial on the web for tomcat 6, that was of great help for me.
    http://www.coreservlets.com/Apache-Tomcat-Tutorial/
    This tutorial contains a detailed description on how to install tomcat. At the end there are three tests for servlets. When they all work, tomcat is working fine. You can even download a preconfigured tomcat! (but I didn't try that)
    For those who are working with Linux and who don't know much about setting environment variables, paths and classpath: have also a look at:
    http://www.linux-sxs.org/internet_serving/c140.html
    Don't follow the install instructions here because it's about tomcat 5, and the installation is a bit different, but there's a detailed explanation about setting the environment variables. You won't find these in the first guide.
    I see lots of questions on this forum, concerning installation and configuration of tomcat. I hope that new users will find these two guides as usefull as I found

    hi kasu
    you can find the installation guide for 4.6c here mostly it will be same for ECC 6 also
    <b>http://help.sap.com/saphelp_46c/helpdata/en/e0/71369adc56d11195100060b03c6b76/frameset.htm</b>
    regards
    thyagarajan

  • Troubleshooting Tomcat installation

    Can anyone tell me the proper way to install Tomcat because when I do http://<server-name>:8080, I get error. Mycrosoft Personal web server is alos running in the same machine. Would that be a problem?
    Thanks!
    [email protected]

    9.0.0.251028. I have tried using .NET frameworkk 2, 3.5 and 4
    I could be wrong, but I think CF9.0.1 is required for .net 4 support. So that might be part of the issue.  If you intend to upgrade to 9.0.1  (or just want to reinstall the .net services) I would recommend reading this entry: http://www.petefreitag.com/item/767.cfm
    In particular:
    #2  - Uninstalling/reinstalling the CF .net services
    #3  - .. Make sure you install it to the same location as it was previously located
    #5 - Clearing the generated proxy jars. 
    ... those steps solved some problems I was having after upgrading from .net 2 => 3.5.
    One thing to watch out for with reinstalls is wrong port numbers. The installation should make a backup of \jnbridge folder as part of the process, but ... it would not hurt to make note of the original ports just in case:
    http://blogs.adobe.com/vikaschandran/2010/12/22/how-to-resolve-error-dotnet-side-does-not- seem-to-be-running-with-coldfusion-901-on-windows/

  • Tomcat installation permission

    Hi all,
    i installed tomcat7 on my pc but I received the following error:
    warning: directory permissions differ on /etc/tomcat7/
    filesystem: 770 package: 775
    warning: directory permissions differ on /etc/tomcat7/Catalina/
    filesystem: 755 package: 775
    find: `tomcat' is not the name of a known user
    what does it mean? should I change the permission in my filesystem?
    thanks

    Hi,
    you have to setup a password for your tomcat admin user in tomcat-users.xml. You can find more information on how to do this by looking in the internet. It is not really necessary to administer your tomcat server installation though.
    Regards,
    Stratos
    PS:The credentials of the tomcat administrator have nothing to do with the credentials of the BOBJ administrator, which you have the option to set during the installation

  • Tomcat Installation Erroring out

    Hi All,
    I am trying to install tomcat on Windows XP. I have jdk1.3.1-09 installed. I downloaded jakarta-tomcat-4.1.27.exe from \
    During the installation , I see this error saying "Copy Failed" on the installation window. (I have a screen print of this error and I can email it if you would like). However, the installation continues and says Installation Complete.
    I have my JAVA_HOME and CATALINA_HOME variables set correctly.
    When I start up the server, it gives me the following on the dos window.
    [INFO] Registry - -Loading registry information
    [INFO] Registry - -Creating new Registry instance
    [INFO] Registry - -Creating MBeanServer
    [INFO] Http11Protocol - -Initializing Coyote HTTP/1.1 on port 9090
    Starting service Tomcat-Standalone
    Apache Tomcat/4.1.27
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.util.
    LocalStrings', returnNull=true
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.actio
    n.ActionResources', returnNull=true
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.webapp.admin
    .ApplicationResources', returnNull=true
    [INFO] Http11Protocol - -Starting Coyote HTTP/1.1 on port 9090
    [INFO] ChannelSocket - -JK2: ajp13 listening on 0.0.0.0/0.0.0.0:8009
    [INFO] JkMain - -Jk running ID=0 time=30/251 config=C:\tomcat\conf\jk2.properti
    es
    However, when I go to http://127.0.0.1:9090, I get the following error:
    Cannot use classic compiler, as it is not available. A common solution is to se
    t the environment variable JAVA_HOME to your jdk directory.
    at org.apache.tools.ant.taskdefs.compilers.Javac12.execute(Javac12.java:
    110)
    at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:842)
    at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:682)
    at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:320)
    at org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
    at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext
    .java:473)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
    .java:190)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:2
    95)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:256)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:191)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
    2416)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:180)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
    rValve.java:171)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:172)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:174)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContex
    t.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:22
    3)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :601)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
    ssConnection(Http11Protocol.java:392)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java
    :565)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:619)
    at java.lang.Thread.run(Unknown Source)
    I dont know why this is happenning. Please help.
    With Regards,
    Anand

    Tomcat can not find the java compiler to compile the JSP pages.
    Possible resons.
    1: You didn't set the JAVA_HOME environment variable correctly.
    2: You don't have the java sdk but are trying to use the java jre.

  • Tomcat installation prob: process not running

    Hi,
    I am trying to install Tomcat on a Solaris 9 box. (Am a beginner) Am done with the settings but Tomcat is not running.
    $cd $CATALINA_HOME/bin/
    $startup.sh
    Using CATALINA_BASE: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4
    Using CATALINA_HOME: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4
    Using CATALINA_TMPDIR: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4/temp
    Using CATALINA_OUT: /export/amt/Tomcat/apache-tomcat-4.1.37-LE-jdk1.4/logs/catalina.out
    Using JAVA_HOME: /usr/java
    $ps
    PID TTY      TIME CMD
    *10447 pts/3 0:00 bash*
    *10530 pts/3 0:00 ps*
    Could it be something related to port setting? I have not changed any of the port settings.
    Could somebody tell me how do I determine which port numbers to use?
    Many Thanks (In anticipation),
    AS

    Hi,
    You should ask your question in a Tomcat forum, and not a programming forum.
    Kaj

  • Broken Tomcat installation on WinXP - JAVA_HOME error

    I am new to WinXP ... but have to use it. The problem I am experiencing is due to error in setting JAVA_HOME.
    I am in the process of installing a Tomcat 5.5.20 and have problems with correctly seting JAVA_HOME environmental variable.
    My jre is at "C:\Program Files\Java\jre1.5.0_10", and this is a value I placed at JAVA_HOME=.C:\Program Files\Java\jre1.5.0_10
    When I am testing it running %Java_Home%\bin\java ... I am getting back the same error I am getting when I'm run startup.bat i.e., "'C:\Program' is not recognized as an internal or external command".
    This must be my lack of experience with DOS/WInXP -- do I have to place quotes? is this a problem?
    Thx for help...
    pete

    OK. I found the problem. I am writing this for others who may encounter the same problem while working late ... and perhaps be a bit desparate ...
    YOU MUST LOAD A FULL JDK! For whatever reasons, there is(are?) JDK distributions that offer reduced functionality - no jdb.exe and so on.
    I found it hard way by tracing execution of "setclasspath.bat". Without badmouthing the script, let me only say that it's diagnostic msgs are somewhat cryptic. In the first scan they indicate error in defining JAVA_HOME, however once you look why are you geting the msg, it is clearly generated on the exit when failing to validate that (in my case) jdb.exe is not available.
    Given this clue, I checked (googled) for missing jdb.exe and here is a smoking gun:
    <http://forum.java.sun.com/thread.jspa?threadID=5128446&messageID=9458490>
    Saish, thanks for your kind reply, trust me I was as puzzled by this as you were ;-)
    Regards to all and read carefully the small print ;-))),
    pete

  • Tomcat Installation Problem

    I am using Win98 and jdk version 1.3.1_03. For JAVA_HOME, i set it by typing "set JAVA_HOME=c:\jdk1.3.1_03" and CATALINA_HOME, "set CATALINA_HOME=c:\jakart~1" (my tomcat is installed in this directory) in command prompt.
    When i do jakart~1\bin\startup, the command prompt window shows this:
    Out of environment space
    Out of environment space
    Out of environment space
    Out of environment space
    Out of environment space
    Out of environment space
    Out of environment space
    Out of environment space
    Using CATALINA_BASE:
    Using CATALINA_HOME: c:\jakart~1
    Using CATALINA_TMPDIR:
    Using JAVA_HOME: c:\jdk1.3.1_03
    Out of environment space
    Out of environment space
    Out of environment space
    Bad command or file name
    I have went to http://www.moreservlets.com/Using-Tomcat-4.html#DOS-Memory to check out how to change DOS memory settings. I couldn't find install_dir/bin/startup.bat as i don't have an install_dir directory in my tomcat folder. Can anybody tell me how do i fix this problem?

    Here is another solution from MS support site:
    "Out of Environment Space" Running Batch File or Command Prompt
    The information in this article applies to:
    Microsoft Windows Millennium Edition
    SYMPTOMS
    When you start a batch file or use a command prompt, you may receive the following error message:
    Out of environment space
    CAUSE
    The default space for environment variables is 256 bytes by default. More environment variables are being set than can fit in 256 bytes.
    RESOLUTION
    To work around this issue, use one of the following methods:
    Method 1
    Right-click the MS-DOS Prompt shortcut, and then click Properties.
    Click the Memory tab.
    In the Initial Environment box, set the initial environment size you want (from 256 to 4,096 bytes, in 256-byte increments).
    Click OK.
    Method 2
    Edit the Autoexec.bat file to include any environment variables that you need to set, and then reboot the computer. The changes are incorporated into the registry and the environment variable size is increased.
    MORE INFORMATION
    Windows Millennium Edition ignores Config.sys statements to increase the environment variable size.
    For a list of command-line options, type command.com /?.

  • Tomcat Installation and setting Java Classpath

    Please help me in setting up Java classpath for Tomcat Server. I am unable to start the Server itself.

    try this it worked for me..install Tomcat and Ant in 2 seperate directories, if you are win98 or less edit your autoexec.bat file and set the class paths as follows
    set PATH=C:\jdk1.3\bin;%PATH%
    set ANT_HOME=C:\Ant
    set TOMCAT_HOME=C:\Tomcat
    set JAVA_HOME=C:\jdk1.3
    If you are using windows 2000 or NT you have to goto control panel --> system --> advanced and click environment variables
    for name type in say TOMCAT_HOME and for value type in c:\Tomcat
    restart your computer.
    Then goto tomcat\bin and type startup....in a browser type in http://localhost:8080 and you are in
    hope this helps

  • URGENT TOMCAT INSTALLATION

    Hi all,
    I have developed a web-application in JSP and i used Tomcat to run that using Java Web services developer pack 1.3. Now the problem is wanted to run that application from a server so that every staff of the company can access that from their machine and record their data. Now they have a server and they share a hard drive among them through server. They use VPN to access that. Now i installed the JWSDP-1.3 on the server and i tried to run the server and it is not running means i start tomcat and then open browser and type: http://localhost:8080 but the page is not displayed. That means the server is not installed. Now i don't know why it is happening. i set up the environment variable correctly but still not working. i even tried with server name which is:http://server:8080/ but still not working. Please someone help me.

    hi ,
    try like this      http://ipaddress:8080/                     bye for now
    sat

  • Need help with Tomcat installation

    Hi,
    I am trying to install Tomcat version 5 on Windows 98 machine. I set the environment variables by opening system configuration utility (i.e., running msconfig) -AutoExec.bat then NEW and I typed the path to CANTALINA_HOME . But, still I am getting error saying that CANTALINA_HOME environmnet variable is not properly. Can anybody please help me???

    Don't post a question multiple times or to multiple forums:
    http://forum.java.sun.com/thread.jsp?thread=522025&forum=45&message=2497215
    http://forum.java.sun.com/thread.jsp?thread=522024&forum=33&message=2497199
    http://forum.java.sun.com/thread.jsp?thread=522022&forum=33&message=2497195
    http://forum.java.sun.com/thread.jsp?thread=522004&forum=33&message=2497045
    I made a suggestion at the last thread in this list. Did you try it?

  • Help need with Tomcat installation

    Hi,
    I am trying to install Tomcat version 5 on Windows 98 machine. I set the environment variables by opening system configuration utility (i.e., running msconfig) -AutoExec.bat then NEW and I typed the path to CANTALINA_HOME . But, still I am getting error saying that CANTALINA_HOME environmnet variable is not properly. Can anybody please help me???

    Don't post a question multiple times or to multiple forums:
    http://forum.java.sun.com/thread.jsp?thread=522025&forum=45&message=2497215
    http://forum.java.sun.com/thread.jsp?thread=522024&forum=33&message=2497199
    http://forum.java.sun.com/thread.jsp?thread=522022&forum=33&message=2497195
    http://forum.java.sun.com/thread.jsp?thread=522004&forum=33&message=2497045
    I made a suggestion at the last thread in this list. Did you try it?

Maybe you are looking for

  • Can I use a PC drive to upgrade my macbook pro

    My CD/DVD drive on the macbook pro is dead.  I want to upgrade to 10.6.  Can I use my shared CD from my PC (win7) to install 10.6 on the MBP?

  • I have a new windows laptop. How do I transfer my itunes from my previous laptop to this new one?

    My old laptop is a dell and so is my new one. I want to transfer my itunes library from the old laptop to the new one. How?

  • G/L picking during account assignment P & Q

    Hi Experts, Please help me to clear one doubt: With Q system is picking G/L account as per OBYC settings corresponding to valuation class of material irrespective of what G/L I enter manually here, a default G/L is picked and its understood. But with

  • Confusion in line

    Hi, I really don't understand the following line from Head First book page no. 362: Watch what happens if you make ALL the request parameter names match the bean property names. The person bean(which is an instance of foo.Employee) actually has two p

  • New File() is not working on MAC

    Hi, I don't know exactly what is the problem,since i search in forums. but in my code File f = new File("/Users/sky/Desktop/dist/test.txt"); is not working on Mac os. Please help !