Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java Open Source > Apache Tomcat
|
Apache Tomcat General discussion of the Apache Tomcat servlet container. For discussions specific to the Professional Apache Tomcat book, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Apache Tomcat section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 29th, 2006, 05:25 PM
Friend of Wrox
 
Join Date: May 2005
Posts: 140
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with Pluto installation

Hallo guys,

I am quite new to Portal and portlet development area with Java and I wanted to install the Apache Pluto 1.1 Beta on my machine to work on this portlet in order to practice. So, I installed it I unzipped it and I tried to run it from bin/startup.bat. I am always getting this error message:

-Djava.util.logging.manager=org.apache.juli.ClassLo aderLogManager couldn't be found. I am now having Java5 and Tomcat 5.5.17 on my machine. What should I do? Please help me.


Your attitude determines your altitude
__________________
Your attitude determines your altitude
 
Old May 30th, 2006, 01:20 AM
Authorized User
 
Join Date: Apr 2005
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

Can you post the complete content of startup.bat file and the complete text of error you get?

Regards,
eNJay

 
Old May 30th, 2006, 02:18 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 140
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Do you mean the startup.bat file of Tomcat 5.5.17 or the startup.bat file of Pluto?

The error message is above. I am not getting any other extra error messages. It cannot find this library allthough it exists in Tomcat.

Your attitude determines your altitude
 
Old May 30th, 2006, 04:37 PM
Friend of Wrox
 
Join Date: May 2005
Posts: 140
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hallo this is the startup.bat file of Pluto 1.1 beta

@echo off
if "%OS%" == "Windows_NT" setlocal
rem ---------------------------------------------------------------------------
rem Start script for the CATALINA Server
rem
rem $Id: startup.bat,v 1.6 2004/05/27 18:25:11 yoavs Exp $
rem ---------------------------------------------------------------------------

rem Guess CATALINA_HOME if not defined
set CURRENT_DIR=%cd%
if not "%CATALINA_HOME%" == "" goto gotHome
set CATALINA_HOME=%CURRENT_DIR%
if exist "%CATALINA_HOME%\bin\catalina.bat" goto okHome
cd ..
set CATALINA_HOME=%cd%
cd %CURRENT_DIR%
:gotHome
if exist "%CATALINA_HOME%\bin\catalina.bat" goto okHome
echo The CATALINA_HOME environment variable is not defined correctly
echo This environment variable is needed to run this program
goto end
:okHome

set EXECUTABLE=%CATALINA_HOME%\bin\catalina.bat

rem Check that target executable exists
if exist "%EXECUTABLE%" goto okExec
echo Cannot find %EXECUTABLE%
echo This file is needed to run this program
goto end
:okExec

rem Get remaining unshifted command line arguments and save them in the
set CMD_LINE_ARGS=
:setArgs
if ""%1""=="""" goto doneSetArgs
set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
shift
goto setArgs
:doneSetArgs

call "%EXECUTABLE%" start %CMD_LINE_ARGS%

:end


Your attitude determines your altitude
 
Old July 4th, 2006, 12:45 AM
Registered User
 
Join Date: Jul 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

I too am facing this problem. Please let me know how you solved it if you did.

Regards,
Sudha
 
Old July 4th, 2006, 02:13 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 140
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Unfortunately there is nobody here who may help to solve this problem.

Your attitude determines your altitude
 
Old July 18th, 2006, 04:00 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 140
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by sudharams
 Hi,

I too am facing this problem. Please let me know how you solved it if you did.

Regards,
Sudha
Hallo. I have solved the Pluto problem. The Apache Pluto site is silly. You have to install the latest version of maven and pluto to the same directory where you have already installed your tomcat. For example I have installed them under C:\Programme\Apache Software Foundation. You have to go to the maven site. There it is explained that you have to write the bin link of maven into your Path but the command is no more maven -v in 2.0.4 which tests the version of your maven it is mvn -v. Then it works without any problem. For logging to Pluto you have to give tomcat as username and password.

Your attitude determines your altitude





Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation Problem compad VB Components 2 December 13th, 2007 02:29 PM
Installation problem fhzaki BOOK: Professional DotNetNuke ASP.NET Portals ISBN: 0-7645-9563-6 0 April 27th, 2006 03:35 AM
After Installation problem wwwdirzala Access 2 April 19th, 2004 02:53 PM
Installation Problem Dakay Pro VB 6 1 March 31st, 2004 03:40 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.