RE: Installation problem

2003-04-02 Thread Tam, Michael
Make sure your JAVA_HOME is pointed to jdk 1.4.0 directory not the
subdirectory 'bin'.
Also, did you set CATALINA_HOME to point to tomcat directory?

Regards,
Michael

-Original Message-
From: Klaus Liebler [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 02, 2003 9:24 AM
To: [EMAIL PROTECTED]
Subject: Installation problem


Hello List,
I installed the JDK 1.4.0 & the newest Tomcat and set the environment
variable JAVA_HOME to the pathname of the directory
into which I installed the JDK release. I'm using Win XP Pro. When
pointing my browser to localhost:8080 I get the following error message.
What did I wrong?

Thx Klaus



HTTP Status 500 - 




type Exception report

message 

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception 

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: -1 in the jsp file: null

Generated servlet error:
[javac] Since fork is true, ignoring compiler setting.
[javac] Compiling 1 source file
[javac] Since fork is true, ignoring compiler setting.



at
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHa
ndler.java:130)
at
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.ja
va:293)

.
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:59
4)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onnection(Http11Protocol.java:392)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:56
5)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:619)
at java.lang.Thread.run(Thread.java:536)






Apache Tomcat/4.1.24




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Installation problem

2003-04-02 Thread Tam, Michael
I have various tomcat 4.1.x running on my windows xp home with j2sdk 1.4.1.
It should be very simple task - install j2sdk, install tomcat, set 2 env.
variables and done.

Check tomcat log files and they may give you some ideas of what went wrong. 

Regards,
Michael

-Original Message-
From: Klaus Liebler [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 02, 2003 9:51 AM
To: 'Tomcat Users List'
Subject: AW: Installation problem


No, I did not set CATALINA_HOME. But even if I set it, nothing changes.

Regards, Klaus

> -Ursprüngliche Nachricht-
> Von: Tam, Michael [mailto:[EMAIL PROTECTED] 
> Gesendet: Mittwoch, 2. April 2003 19:34
> An: 'Tomcat Users List'
> Betreff: RE: Installation problem
> 
> 
> Make sure your JAVA_HOME is pointed to jdk 1.4.0 directory 
> not the subdirectory 'bin'. Also, did you set CATALINA_HOME 
> to point to tomcat directory?
> 
> Regards,
> Michael
> 
> -Original Message-
> From: Klaus Liebler [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 02, 2003 9:24 AM
> To: [EMAIL PROTECTED]
> Subject: Installation problem
> 
> 
> Hello List,
> I installed the JDK 1.4.0 & the newest Tomcat and set the 
> environment variable JAVA_HOME to the pathname of the 
> directory into which I installed the JDK release. I'm using 
> Win XP Pro. When pointing my browser to localhost:8080 I get 
> the following error message. What did I wrong?
> 
> Thx Klaus
> 
> 
> 
> HTTP Status 500 - 
> 
> --
> --
> 
> 
> type Exception report
> 
> message 
> 
> description The server encountered an internal error () that 
> prevented it from fulfilling this request.
> 
> exception 
> 
> org.apache.jasper.JasperException: Unable to compile class for JSP
> 
> An error occurred at line: -1 in the jsp file: null
> 
> Generated servlet error:
> [javac] Since fork is true, ignoring compiler setting.
> [javac] Compiling 1 source file
> [javac] Since fork is true, ignoring compiler setting.
> 
> 
> 
>   at 
> org.apache.jasper.compiler.DefaultErrorHandler.javacError(Defa
> ultErrorHa
> ndler.java:130)
>   at 
> org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDis
> patcher.ja
> va:293)
> 
> .
>   at 
> org.apache.coyote.http11.Http11Processor.process(Http11Process
> or.java:59
> 4)
>   at 
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandle
> r.processC
> onnection(Http11Protocol.java:392)
>   at 
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoi
> nt.java:56
> 5)
>   at 
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(
> ThreadPool
> .java:619)
>   at java.lang.Thread.run(Thread.java:536)
> 
> 
> 
> --
> --
> 
> 
> Apache Tomcat/4.1.24
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-07-29 Thread John Turner
Just curious, you are welcome to build from source, but did you know 
that there are binaries available that work out of the box?

John

[EMAIL PROTECTED] wrote:

Folks,

I am installing tomcat for the first time in Solaris 7.  I am having the following problems in tomcat 4.1.24 as well as 5.  I am wondering if anyone come across this and give me some pointers.

# ant
Buildfile: build.xml
check.source:

get.source:

build:

BUILD FAILED
file:/tmp/TOMCAT/jakarta-tomcat-4.1.24/build.xml:51: Target `download' does not exist in this project. 

Total time: 3 seconds
# cd ../jakarta-tomcat-5
# ant
Buildfile: build.xml
check.source:

get.source:

build:

BUILD FAILED
file:/tmp/TOMCAT/jakarta-tomcat-5/build.xml:51: Target `download' does not exist in this project. 

Total time: 3 seconds

TIA,
Dan
__
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397
Get AOL Instant Messenger 5.1 free of charge.  Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Installation problem

2003-07-29 Thread Koinonia98
John,

Please enlighten me.  I only found instruction from the source:

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

I would be more than happy to use the binaries if you show me where and how.  In 
addition, my place uses a distribution server.  So I need to be able to put the 
binaries to the distribution server and then rdist to my webserver.  Any help is 
greatly appreciated.

TIA,
Dan



John Turner <[EMAIL PROTECTED]> wrote:

>
>Just curious, you are welcome to build from source, but did you know 
>that there are binaries available that work out of the box?
>
>John
>
>[EMAIL PROTECTED] wrote:
>
>> Folks,
>> 
>> I am installing tomcat for the first time in Solaris 7.  I am having the following 
>> problems in tomcat 4.1.24 as well as 5.  I am wondering if anyone come across this 
>> and give me some pointers.
>> 
>> # ant
>> Buildfile: build.xml
>> 
>> check.source:
>> 
>> get.source:
>> 
>> build:
>> 
>> BUILD FAILED
>> file:/tmp/TOMCAT/jakarta-tomcat-4.1.24/build.xml:51: Target `download' does not 
>> exist in this project. 
>> 
>> Total time: 3 seconds
>> # cd ../jakarta-tomcat-5
>> # ant
>> Buildfile: build.xml
>> 
>> check.source:
>> 
>> get.source:
>> 
>> build:
>> 
>> BUILD FAILED
>> file:/tmp/TOMCAT/jakarta-tomcat-5/build.xml:51: Target `download' does not exist in 
>> this project. 
>> 
>> Total time: 3 seconds
>> 
>> TIA,
>> Dan


__
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397

Get AOL Instant Messenger 5.1 free of charge.  Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-07-29 Thread John Turner
http://jakarta.apache.org/site/binindex.cgi

Choose "Tomcat 4.1.24" from the "Release Builds" section.

Download the appropriate archive (tomcat-4.1.24.*) for your environment:

.zip = binary, works on any platform
.exe = Win32 installer for binaries
.tar.gz = GNU tar/gzip archive of binaries
If not using the Win32 installer, extract the files in the archive to a 
location.  Set JAVA_HOME, set CATALINA_HOME.  Start Tomcat: 
"$CATALINA_HOME/bin/startup.sh"

John

[EMAIL PROTECTED] wrote:

John,

Please enlighten me.  I only found instruction from the source:

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

I would be more than happy to use the binaries if you show me where and how.  In addition, my place uses a distribution server.  So I need to be able to put the binaries to the distribution server and then rdist to my webserver.  Any help is greatly appreciated.

TIA,
Dan


John Turner <[EMAIL PROTECTED]> wrote:


Just curious, you are welcome to build from source, but did you know 
that there are binaries available that work out of the box?

John

[EMAIL PROTECTED] wrote:


Folks,

I am installing tomcat for the first time in Solaris 7.  I am having the following problems in tomcat 4.1.24 as well as 5.  I am wondering if anyone come across this and give me some pointers.

# ant
Buildfile: build.xml
check.source:

get.source:

build:

BUILD FAILED
file:/tmp/TOMCAT/jakarta-tomcat-4.1.24/build.xml:51: Target `download' does not exist in this project. 

Total time: 3 seconds
# cd ../jakarta-tomcat-5
# ant
Buildfile: build.xml
check.source:

get.source:

build:

BUILD FAILED
file:/tmp/TOMCAT/jakarta-tomcat-5/build.xml:51: Target `download' does not exist in this project. 

Total time: 3 seconds

TIA,
Dan


__
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397
Get AOL Instant Messenger 5.1 free of charge.  Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Installation problem

2003-11-19 Thread Bill Barker
Try uninstalling, and then re-installing Tomcat.  It should then pick up
your J2SDK install path.  If this doesn't work, then try
"%CATALINA_HOME%\bin\catalina run", and post the error messages on the list
for more help.

<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Sorry to bother you with this elementary question. But being
> a neebie I am finding difficulties in installing tomcat 5.0
>
> 1. I ran the installation file for installing the tomcat
> 5.0.
> 2. Then I ran the j2sdk setup file , since tomcat was asking
> for a JVM.
> 3.
> i. Now, i clicked the "Start Tomcat" icon the windows key +
> Program files + Apache tomcat. I find a window disappearing
> as soon as it appears.
>
> ii. I tried again by running the catalina.bat or startup.exe
> file icon in the bin folder of tomcat. Again, i find the
> disappearing window.
>
> iii. Even if i run that file in the command prompt i am
> getting the same response.
>
> I also need to know as to how I could allow a friend access
> my files via the browser. i.e where should i make the
> appropriate modifications to allow him to view my files.
>
>
> Your help will be most appreciated.
>
> Thanks for your help inanticipation




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-19 Thread [EMAIL PROTECTED]
I uninstalled and reinstalled tomcat still experiencing the
same flickering window error.

While installing tomcat during the JVM path selection the
default path listed was

"C:\Program Files\Oracle\jre\1.1.7"

I changed that path name to

"C:\Program Files\j2sdk_nb\j2sdk1.4.2"

Til now , I didnt try to create any path for JAVA_HOME AND
CATALINA_HOME, do i have to do that?

Your help is most appreciated..

Thanks in anticipation.

bfn
>
> Try uninstalling, and then re-installing Tomcat.  It
> should then pick up your J2SDK install path.  If this
> doesn't work, then try "ÊTALINA_HOME%\bin\catalina run",
> and post the error messages on the list for more help.
>
> <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Sorry to bother you with this elementary question. But
> > being a neebie I am finding difficulties in installing
> tomcat 5.0 >
> > 1. I ran the installation file for installing the tomcat
> > 5.0.
> > 2. Then I ran the j2sdk setup file , since tomcat was
> > asking for a JVM.
> > 3.
> > i. Now, i clicked the "Start Tomcat" icon the windows
> > key + Program files + Apache tomcat. I find a window
> > disappearing as soon as it appears.
> >
> > ii. I tried again by running the catalina.bat or
> > startup.exe file icon in the bin folder of tomcat. Again
> > , i find the disappearing window.
> >
> > iii. Even if i run that file in the command prompt i am
> > getting the same response.
> >
> > I also need to know as to how I could allow a friend
> > access my files via the browser. i.e where should i make
> > the appropriate modifications to allow him to view my
> files. >
> >
> > Your help will be most appreciated.
> >
> > Thanks for your help inanticipation
>
>
>
>
> --
> --- To unsubscribe, e-mail:
> [EMAIL PROTECTED] For additional
> commands, e-mail: [EMAIL PROTECTED]
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-19 Thread Harry Mantheakis
Hello

> I changed that path name to
> 
> "C:\Program Files\j2sdk_nb\j2sdk1.4.2"

If you are talking about your $PATH system environment variable, the setting
should be:

"C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin"

> Til now , I didnt try to create any path for JAVA_HOME AND
> CATALINA_HOME, do i have to do that?

You need both. JAVA_HOME should be:

"C:\Program Files\j2sdk_nb\j2sdk1.4.2"

CATALINA_HOME should be the root-installation folder for Tomcat, wherever it
is - analogous to JAVA_HOME.

Good luck!

Harry Mantheakis
London, UK


> I uninstalled and reinstalled tomcat still experiencing the
> same flickering window error.
> 
> While installing tomcat during the JVM path selection the
> default path listed was
> 
> "C:\Program Files\Oracle\jre\1.1.7"
> 
> I changed that path name to
> 
> "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> 
> Til now , I didnt try to create any path for JAVA_HOME AND
> CATALINA_HOME, do i have to do that?
> 
> Your help is most appreciated..
> 
> Thanks in anticipation.
> 
> bfn
>> 
>> Try uninstalling, and then re-installing Tomcat.  It
>> should then pick up your J2SDK install path.  If this
>> doesn't work, then try "ÊTALINA_HOME%\bin\catalina run",
>> and post the error messages on the list for more help.
>> 
>> <[EMAIL PROTECTED]> wrote in message
>> news:[EMAIL PROTECTED]
>>> Sorry to bother you with this elementary question. But
>>> being a neebie I am finding difficulties in installing
>> tomcat 5.0 >
>>> 1. I ran the installation file for installing the tomcat
>>> 5.0.
>>> 2. Then I ran the j2sdk setup file , since tomcat was
>>> asking for a JVM.
>>> 3.
>>> i. Now, i clicked the "Start Tomcat" icon the windows
>>> key + Program files + Apache tomcat. I find a window
>>> disappearing as soon as it appears.
>>> 
>>> ii. I tried again by running the catalina.bat or
>>> startup.exe file icon in the bin folder of tomcat. Again
>>> , i find the disappearing window.
>>> 
>>> iii. Even if i run that file in the command prompt i am
>>> getting the same response.
>>> 
>>> I also need to know as to how I could allow a friend
>>> access my files via the browser. i.e where should i make
>>> the appropriate modifications to allow him to view my
>> files. >
>>> 
>>> Your help will be most appreciated.
>>> 
>>> Thanks for your help inanticipation


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-19 Thread [EMAIL PROTECTED]
Hi Harry,

Did as told.

c:\>Set CATALINA_HOME=C:\Program Files\Apache Software
Foundation\Tomcat 5.0

c:\>Set JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2

Still i am getting this flickering screen.

Please tell me how to solve this problem.

Thanks in anticipation

>
> Hello
>
> > I changed that path name to
> >
> > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
>
> If you are talking about your $PATH system environment
> variable, the setting should be:
>
> "C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin"
>
> > Til now , I didnt try to create any path for JAVA_HOME
> > AND CATALINA_HOME, do i have to do that?
>
> You need both. JAVA_HOME should be:
>
> "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
>
> CATALINA_HOME should be the root-installation folder for
> Tomcat, wherever it is - analogous to JAVA_HOME.
>
> Good luck!
>
> Harry Mantheakis
> London, UK
>
>
> > I uninstalled and reinstalled tomcat still experiencing
> > the same flickering window error.
> >
> > While installing tomcat during the JVM path selection
> > the default path listed was
> >
> > "C:\Program Files\Oracle\jre\1.1.7"
> >
> > I changed that path name to
> >
> > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> >
> > Til now , I didnt try to create any path for JAVA_HOME
> > AND CATALINA_HOME, do i have to do that?
> >
> > Your help is most appreciated..
> >
> > Thanks in anticipation.
> >
> > bfn
> >>
> >> Try uninstalling, and then re-installing Tomcat.  It
> >> should then pick up your J2SDK install path.  If this
> >> doesn't work, then try "ÊTALINA_HOME%\bin\catalina
run"
> , >> and post the error messages on the list for more
> help. >>
> >> <[EMAIL PROTECTED]> wrote in message
> >> news:[EMAIL PROTECTED]
> >>> Sorry to bother you with this elementary question. But
> >>> being a neebie I am finding difficulties in installing
> >> tomcat 5.0 >
> >>> 1. I ran the installation file for installing the
> tomcat >>> 5.0.
> >>> 2. Then I ran the j2sdk setup file , since tomcat was
> >>> asking for a JVM.
> >>> 3.
> >>> i. Now, i clicked the "Start Tomcat" icon the windows
> >>> key + Program files + Apache tomcat. I find a window
> >>> disappearing as soon as it appears.
> >>>
> >>> ii. I tried again by running the catalina.bat or
> >>> startup.exe file icon in the bin folder of tomcat.
> Again >>> , i find the disappearing window.
> >>>
> >>> iii. Even if i run that file in the command prompt i
> am >>> getting the same response.
> >>>
> >>> I also need to know as to how I could allow a friend
> >>> access my files via the browser. i.e where should i
> make >>> the appropriate modifications to allow him to
> view my >> files. >
> >>>
> >>> Your help will be most appreciated.
> >>>
> >>> Thanks for your help inanticipation
>
>
> --
> --- To unsubscribe, e-mail:
> [EMAIL PROTECTED] For additional
> commands, e-mail: [EMAIL PROTECTED]
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Installation problem

2003-11-19 Thread talley_angelina
Sometimes we've had problems with older Tomcats on Windows because of the
space in the path name for your environment variable. I'd bet it'd help here
too.

Try doing it the old Windows way, like this:

c:\>Set CATALINA_HOME=C:\Progra~1\Apache~1\Tomcat~1.0
c:\>Set JAVA_HOME=C:\Progra~1\j2sdk_nb\j2sdk1.4.2

BTW, you can double-check these from a Windows command prompt by running dir
/X.

Good luck!

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 19, 2003 1:30 PM
To: Tomcat Users List
Subject: Re: Installation problem


Hi Harry,

Did as told. 

c:\>Set CATALINA_HOME=C:\Program Files\Apache Software Foundation\Tomcat 5.0

c:\>Set JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2

Still i am getting this flickering screen.

Please tell me how to solve this problem.

Thanks in anticipation

> 
> Hello
> 
> > I changed that path name to
> > 
> > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> 
> If you are talking about your $PATH system environment variable, the 
> setting should be:
> 
> "C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin"
> 
> > Til now , I didnt try to create any path for JAVA_HOME
> > AND CATALINA_HOME, do i have to do that?
> 
> You need both. JAVA_HOME should be:
> 
> "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> 
> CATALINA_HOME should be the root-installation folder for Tomcat, 
> wherever it is - analogous to JAVA_HOME.
> 
> Good luck!
> 
> Harry Mantheakis
> London, UK
> 
> 
> > I uninstalled and reinstalled tomcat still experiencing
> > the same flickering window error.
> > 
> > While installing tomcat during the JVM path selection
> > the default path listed was
> > 
> > "C:\Program Files\Oracle\jre\1.1.7"
> > 
> > I changed that path name to
> > 
> > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > 
> > Til now , I didnt try to create any path for JAVA_HOME
> > AND CATALINA_HOME, do i have to do that?
> > 
> > Your help is most appreciated..
> > 
> > Thanks in anticipation.
> > 
> > bfn
> >> 
> >> Try uninstalling, and then re-installing Tomcat.  It should then 
> >> pick up your J2SDK install path.  If this doesn't work, then try 
> >> "ÊTALINA_HOME%\bin\catalina
run"
> , >> and post the error messages on the list for more
> help. >>
> >> <[EMAIL PROTECTED]> wrote in message 
> >> news:[EMAIL PROTECTED]
> >>> Sorry to bother you with this elementary question. But being a 
> >>> neebie I am finding difficulties in installing
> >> tomcat 5.0 >
> >>> 1. I ran the installation file for installing the
> tomcat >>> 5.0.
> >>> 2. Then I ran the j2sdk setup file , since tomcat was asking for a 
> >>> JVM. 3.
> >>> i. Now, i clicked the "Start Tomcat" icon the windows
> >>> key + Program files + Apache tomcat. I find a window
> >>> disappearing as soon as it appears.
> >>> 
> >>> ii. I tried again by running the catalina.bat or startup.exe file 
> >>> icon in the bin folder of tomcat.
> Again >>> , i find the disappearing window.
> >>> 
> >>> iii. Even if i run that file in the command prompt i
> am >>> getting the same response.
> >>> 
> >>> I also need to know as to how I could allow a friend access my 
> >>> files via the browser. i.e where should i
> make >>> the appropriate modifications to allow him to
> view my >> files. >
> >>> 
> >>> Your help will be most appreciated.
> >>> 
> >>> Thanks for your help inanticipation
> 
> 
> --
> --- To unsubscribe, e-mail: 
> [EMAIL PROTECTED] For additional commands, 
> e-mail: [EMAIL PROTECTED]
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Installation problem

2003-11-19 Thread [EMAIL PROTECTED]
Hi angelina,

Tried as told.

set the path in the older windows way, but still finding the
same flickering window.

if i type manually
"http://127.0.0.1:8080/";
i get page cannot be displayed message.

Dont know what to do.

Hoping to recover from this problem

Please help.

Thanks in anticipation

>
> Sometimes we've had problems with older Tomcats on Windows
> because of the space in the path name for your environment
> variable. I'd bet it'd help here too.
>
> Try doing it the old Windows way, like this:
>
> c:\>Set CATALINA_HOME=C:\Progra~1\Apache~1\Tomcat~1.0
> c:\>Set JAVA_HOME=C:\Progra~1\j2sdk_nb\j2sdk1.4.2
>
> BTW, you can double-check these from a Windows command
> prompt by running dir /X.
>
> Good luck!
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 19, 2003 1:30 PM
> To: Tomcat Users List
> Subject: Re: Installation problem
>
>
> Hi Harry,
>
> Did as told.
>
> c:\>Set CATALINA_HOME=C:\Program Files\Apache Software
> Foundation\Tomcat 5.0
>
> c:\>Set JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2
>
> Still i am getting this flickering screen.
>
> Please tell me how to solve this problem.
>
> Thanks in anticipation
>
> >
> > Hello
> >
> > > I changed that path name to
> > >
> > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> >
> > If you are talking about your $PATH system environment
> > variable, the  setting should be:
> >
> > "C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin"
> >
> > > Til now , I didnt try to create any path for JAVA_HOME
> > > AND CATALINA_HOME, do i have to do that?
> >
> > You need both. JAVA_HOME should be:
> >
> > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> >
> > CATALINA_HOME should be the root-installation folder for
> > Tomcat,  wherever it is - analogous to JAVA_HOME.
> >
> > Good luck!
> >
> > Harry Mantheakis
> > London, UK
> >
> >
> > > I uninstalled and reinstalled tomcat still
> > > experiencing the same flickering window error.
> > >
> > > While installing tomcat during the JVM path selection
> > > the default path listed was
> > >
> > > "C:\Program Files\Oracle\jre\1.1.7"
> > >
> > > I changed that path name to
> > >
> > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > >
> > > Til now , I didnt try to create any path for JAVA_HOME
> > > AND CATALINA_HOME, do i have to do that?
> > >
> > > Your help is most appreciated..
> > >
> > > Thanks in anticipation.
> > >
> > > bfn
> > >>
> > >> Try uninstalling, and then re-installing Tomcat.  It
> > should then  >> pick up your J2SDK install path.  If
> > this doesn't work, then try  >>
> "ÊTALINA_HOME%\bin\catalina run"
> > , >> and post the error messages on the list for more
> > help. >>
> > >> <[EMAIL PROTECTED]> wrote in message
> > >> news:[EMAIL PROTECTED]
> > >>> Sorry to bother you with this elementary question.
> > But being a  >>> neebie I am finding difficulties in
> > installing >> tomcat 5.0 >
> > >>> 1. I ran the installation file for installing the
> > tomcat >>> 5.0.
> > >>> 2. Then I ran the j2sdk setup file , since tomcat
> > was asking for a  >>> JVM. 3.
> > >>> i. Now, i clicked the "Start Tomcat" icon the
> > windows >>> key + Program files + Apache tomcat. I find
> > a window >>> disappearing as soon as it appears.
> > >>>
> > >>> ii. I tried again by running the catalina.bat or
> > startup.exe file  >>> icon in the bin folder of tomcat.
> > Again >>> , i find the disappearing window.
> > >>>
> > >>> iii. Even if i run that file in the command prompt i
> > am >>> getting the same response.
> > >>>
> > >>> I also need to know as to how I could allow a friend
> > access my  >>> files via the browser. i.e where should i
> > make >>> the appropriate modifications to allow him to
> > view my >> files. >
> > >>>
> > >>> Your help will be most appreciated.
> > >>>
> > >>> Thanks for your help inanticipation
> >
> >
> >
> >
> --
> > --- To unsubscribe, e-mail:
> [EMAIL PROTECTED] For additional
> > commands,  e-mail: [EMAIL PROTECTED]
> >
>
> --
> --- To unsubscribe, e-mail:
> [EMAIL PROTECTED] For additional
> commands, e-mail: [EMAIL PROTECTED]
>
> --
> --- To unsubscribe, e-mail:
> [EMAIL PROTECTED] For additional
> commands, e-mail: [EMAIL PROTECTED]
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Installation problem

2003-11-19 Thread talley_angelina
How are you starting Tomcat? You maybe should try setting the variables
globally via Windows Environment settings (on Windows XP, right-click on My
Computer, select Properties, Advanced tab, Environment Variables button).
Add entries under System variables for CATALINA_HOME and JAVA_HOME here and
then try starting tomcat. It may not be picking up your environment variable
changes and thus won't start. Not sure if Tomcat 5 supports it, but you
could also try running the Set commands then starting tomcat manually by
running tomcat 5.0/bin/startup...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 19, 2003 2:02 PM
To: Tomcat Users List
Subject: RE: Installation problem


Hi angelina,

Tried as told.

set the path in the older windows way, but still finding the same flickering
window.

if i type manually
"http://127.0.0.1:8080/";
i get page cannot be displayed message.

Dont know what to do. 

Hoping to recover from this problem

Please help.

Thanks in anticipation

> 
> Sometimes we've had problems with older Tomcats on Windows because of 
> the space in the path name for your environment variable. I'd bet it'd 
> help here too.
> 
> Try doing it the old Windows way, like this:
> 
> c:\>Set CATALINA_HOME=C:\Progra~1\Apache~1\Tomcat~1.0
> c:\>Set JAVA_HOME=C:\Progra~1\j2sdk_nb\j2sdk1.4.2
> 
> BTW, you can double-check these from a Windows command
> prompt by running dir /X.
> 
> Good luck!
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 19, 2003 1:30 PM
> To: Tomcat Users List
> Subject: Re: Installation problem
> 
> 
> Hi Harry,
> 
> Did as told.
> 
> c:\>Set CATALINA_HOME=C:\Program Files\Apache Software 
> Foundation\Tomcat 5.0
> 
> c:\>Set JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2
> 
> Still i am getting this flickering screen.
> 
> Please tell me how to solve this problem.
> 
> Thanks in anticipation
> 
> > 
> > Hello
> > 
> > > I changed that path name to
> > > 
> > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > 
> > If you are talking about your $PATH system environment variable, the  
> > setting should be:
> > 
> > "C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin"
> > 
> > > Til now , I didnt try to create any path for JAVA_HOME AND 
> > > CATALINA_HOME, do i have to do that?
> > 
> > You need both. JAVA_HOME should be:
> > 
> > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > 
> > CATALINA_HOME should be the root-installation folder for Tomcat,  
> > wherever it is - analogous to JAVA_HOME.
> > 
> > Good luck!
> > 
> > Harry Mantheakis
> > London, UK
> > 
> > 
> > > I uninstalled and reinstalled tomcat still
> > > experiencing the same flickering window error.
> > > 
> > > While installing tomcat during the JVM path selection
> > > the default path listed was
> > > 
> > > "C:\Program Files\Oracle\jre\1.1.7"
> > > 
> > > I changed that path name to
> > > 
> > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > > 
> > > Til now , I didnt try to create any path for JAVA_HOME AND 
> > > CATALINA_HOME, do i have to do that?
> > > 
> > > Your help is most appreciated..
> > > 
> > > Thanks in anticipation.
> > > 
> > > bfn
> > >> 
> > >> Try uninstalling, and then re-installing Tomcat.  It
> > should then  >> pick up your J2SDK install path.  If
> > this doesn't work, then try  >>
> "ÊTALINA_HOME%\bin\catalina run"
> > , >> and post the error messages on the list for more
> > help. >>
> > >> <[EMAIL PROTECTED]> wrote in message
> > >> news:[EMAIL PROTECTED]
> > >>> Sorry to bother you with this elementary question.
> > But being a  >>> neebie I am finding difficulties in installing >> 
> > tomcat 5.0 >
> > >>> 1. I ran the installation file for installing the
> > tomcat >>> 5.0.
> > >>> 2. Then I ran the j2sdk setup file , since tomcat
> > was asking for a  >>> JVM. 3.
> > >>> i. Now, i clicked the "Start Tomcat" icon the
> > windows >>> key + Program files + Apache tomcat. I find
> > a window >>> disappearing as soon as it appears.
> > >>> 
> > >>> ii. I tried again by running the catalina.bat or
> > startup.exe file  >

RE: Installation problem

2003-11-19 Thread Wendell Holmes
To test that you've correctly set the paths, open a command window and type
'cd %java_home%'.  This should put you in the java home dir.  Then try 'cd
%catalina_home%.  If this puts you in the Tomcat home dir, you're good so
far.  Now, type 'catalina run'.  This should start tomcat in the same
window, and if it still fails to start, you'll have a trace to look at for
further clues.

Wendell


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 19, 2003 12:03 PM
To: [EMAIL PROTECTED]
Subject: RE: Installation problem


How are you starting Tomcat? You maybe should try setting the variables
globally via Windows Environment settings (on Windows XP, right-click on My
Computer, select Properties, Advanced tab, Environment Variables button).
Add entries under System variables for CATALINA_HOME and JAVA_HOME here and
then try starting tomcat. It may not be picking up your environment variable
changes and thus won't start. Not sure if Tomcat 5 supports it, but you
could also try running the Set commands then starting tomcat manually by
running tomcat 5.0/bin/startup...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 19, 2003 2:02 PM
To: Tomcat Users List
Subject: RE: Installation problem


Hi angelina,

Tried as told.

set the path in the older windows way, but still finding the same flickering
window.

if i type manually
"http://127.0.0.1:8080/";
i get page cannot be displayed message.

Dont know what to do. 

Hoping to recover from this problem

Please help.

Thanks in anticipation

> 
> Sometimes we've had problems with older Tomcats on Windows because of 
> the space in the path name for your environment variable. I'd bet it'd 
> help here too.
> 
> Try doing it the old Windows way, like this:
> 
> c:\>Set CATALINA_HOME=C:\Progra~1\Apache~1\Tomcat~1.0
> c:\>Set JAVA_HOME=C:\Progra~1\j2sdk_nb\j2sdk1.4.2
> 
> BTW, you can double-check these from a Windows command
> prompt by running dir /X.
> 
> Good luck!
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 19, 2003 1:30 PM
> To: Tomcat Users List
> Subject: Re: Installation problem
> 
> 
> Hi Harry,
> 
> Did as told.
> 
> c:\>Set CATALINA_HOME=C:\Program Files\Apache Software 
> Foundation\Tomcat 5.0
> 
> c:\>Set JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2
> 
> Still i am getting this flickering screen.
> 
> Please tell me how to solve this problem.
> 
> Thanks in anticipation
> 
> > 
> > Hello
> > 
> > > I changed that path name to
> > > 
> > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > 
> > If you are talking about your $PATH system environment variable, the  
> > setting should be:
> > 
> > "C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin"
> > 
> > > Til now , I didnt try to create any path for JAVA_HOME AND 
> > > CATALINA_HOME, do i have to do that?
> > 
> > You need both. JAVA_HOME should be:
> > 
> > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > 
> > CATALINA_HOME should be the root-installation folder for Tomcat,  
> > wherever it is - analogous to JAVA_HOME.
> > 
> > Good luck!
> > 
> > Harry Mantheakis
> > London, UK
> > 
> > 
> > > I uninstalled and reinstalled tomcat still
> > > experiencing the same flickering window error.
> > > 
> > > While installing tomcat during the JVM path selection
> > > the default path listed was
> > > 
> > > "C:\Program Files\Oracle\jre\1.1.7"
> > > 
> > > I changed that path name to
> > > 
> > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > > 
> > > Til now , I didnt try to create any path for JAVA_HOME AND 
> > > CATALINA_HOME, do i have to do that?
> > > 
> > > Your help is most appreciated..
> > > 
> > > Thanks in anticipation.
> > > 
> > > bfn
> > >> 
> > >> Try uninstalling, and then re-installing Tomcat.  It
> > should then  >> pick up your J2SDK install path.  If
> > this doesn't work, then try  >>
> "ÊTALINA_HOME%\bin\catalina run"
> > , >> and post the error messages on the list for more
> > help. >>
> > >> <[EMAIL PROTECTED]> wrote in message
> > >> news:[EMAIL PROTECTED]
> > >>> Sorry to bother you with this elementary question.
> > But being a  >>> neebie I am finding difficulties in installing >> 
> 

RE: Installation problem

2003-11-19 Thread [EMAIL PROTECTED]
Hi Angelina,

Followed your instructions. Made the changes in the
mycomp+properties+advanced+environmentvariables+Uservariables
and added catalina_home and java_home entries.

Still no improvement.

Hoping for your help again.

bfn


>
> How are you starting Tomcat? You maybe should try setting
> the variables globally via Windows Environment settings
> (on Windows XP, right-click on My Computer, select
> Properties, Advanced tab, Environment Variables button).
> Add entries under System variables for CATALINA_HOME and
> JAVA_HOME here and then try starting tomcat. It may not be
> picking up your environment variable changes and thus
> won't start. Not sure if Tomcat 5 supports it, but you
> could also try running the Set commands then starting
> tomcat manually by running tomcat 5.0/bin/startup...
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 19, 2003 2:02 PM
> To: Tomcat Users List
> Subject: RE: Installation problem
>
>
> Hi angelina,
>
> Tried as told.
>
> set the path in the older windows way, but still finding
> the same flickering window.
>
> if i type manually
> "http://127.0.0.1:8080/";
> i get page cannot be displayed message.
>
> Dont know what to do.
>
> Hoping to recover from this problem
>
> Please help.
>
> Thanks in anticipation
>
> >
> > Sometimes we've had problems with older Tomcats on
> > Windows because of  the space in the path name for your
> > environment variable. I'd bet it'd  help here too.
> >
> > Try doing it the old Windows way, like this:
> >
> > c:\>Set CATALINA_HOME=C:\Progra~1\Apache~1\Tomcat~1.0
> > c:\>Set JAVA_HOME=C:\Progra~1\j2sdk_nb\j2sdk1.4.2
> >
> > BTW, you can double-check these from a Windows command
> > prompt by running dir /X.
> >
> > Good luck!
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, November 19, 2003 1:30 PM
> > To: Tomcat Users List
> > Subject: Re: Installation problem
> >
> >
> > Hi Harry,
> >
> > Did as told.
> >
> > c:\>Set CATALINA_HOME=C:\Program Files\Apache Software
> > Foundation\Tomcat 5.0
> >
> > c:\>Set JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2
> >
> > Still i am getting this flickering screen.
> >
> > Please tell me how to solve this problem.
> >
> > Thanks in anticipation
> >
> > >
> > > Hello
> > >
> > > > I changed that path name to
> > > >
> > > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > >
> > > If you are talking about your $PATH system environment
> > > variable, the   setting should be:
> > >
> > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin"
> > >
> > > > Til now , I didnt try to create any path for
> > > > JAVA_HOME AND  CATALINA_HOME, do i have to do that?
> > >
> > > You need both. JAVA_HOME should be:
> > >
> > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > >
> > > CATALINA_HOME should be the root-installation folder
> > > for Tomcat,   wherever it is - analogous to JAVA_HOME.
> > >
> > > Good luck!
> > >
> > > Harry Mantheakis
> > > London, UK
> > >
> > >
> > > > I uninstalled and reinstalled tomcat still
> > > > experiencing the same flickering window error.
> > > >
> > > > While installing tomcat during the JVM path
> > > > selection the default path listed was
> > > >
> > > > "C:\Program Files\Oracle\jre\1.1.7"
> > > >
> > > > I changed that path name to
> > > >
> > > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > > >
> > > > Til now , I didnt try to create any path for
> > > > JAVA_HOME AND  CATALINA_HOME, do i have to do that?
> > > >
> > > > Your help is most appreciated..
> > > >
> > > > Thanks in anticipation.
> > > >
> > > > bfn
> > > >>
> > > >> Try uninstalling, and then re-installing Tomcat.
> > > It should then  >> pick up your J2SDK install path.
> > > If this doesn't work, then try  >>
> > "ÊTALINA_HOME%\bin\catalina run"
> > > , >> and post the error messages on the list for more
> > > help. >>
> > > >> <[EMAIL PROTECTED]> wr

RE: Installation problem

2003-11-19 Thread talley_angelina
Do try running it from the command line instead of shortcut. Usually that
way it will print error messages and not just close the window and we can
better see what's going on.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 19, 2003 2:29 PM
To: Tomcat Users List
Subject: RE: Installation problem


Hi Angelina,

Followed your instructions. Made the changes in the
mycomp+properties+advanced+environmentvariables+Uservariables
and added catalina_home and java_home entries.

Still no improvement. 

Hoping for your help again.

bfn


> 
> How are you starting Tomcat? You maybe should try setting
> the variables globally via Windows Environment settings
> (on Windows XP, right-click on My Computer, select Properties, 
> Advanced tab, Environment Variables button). Add entries under System 
> variables for CATALINA_HOME and JAVA_HOME here and then try starting 
> tomcat. It may not be picking up your environment variable changes and 
> thus won't start. Not sure if Tomcat 5 supports it, but you
> could also try running the Set commands then starting
> tomcat manually by running tomcat 5.0/bin/startup...
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 19, 2003 2:02 PM
> To: Tomcat Users List
> Subject: RE: Installation problem
> 
> 
> Hi angelina,
> 
> Tried as told.
> 
> set the path in the older windows way, but still finding
> the same flickering window.
> 
> if i type manually
> "http://127.0.0.1:8080/";
> i get page cannot be displayed message.
> 
> Dont know what to do.
> 
> Hoping to recover from this problem
> 
> Please help.
> 
> Thanks in anticipation
> 
> > 
> > Sometimes we've had problems with older Tomcats on
> > Windows because of  the space in the path name for your environment 
> > variable. I'd bet it'd  help here too.
> > 
> > Try doing it the old Windows way, like this:
> > 
> > c:\>Set CATALINA_HOME=C:\Progra~1\Apache~1\Tomcat~1.0
> > c:\>Set JAVA_HOME=C:\Progra~1\j2sdk_nb\j2sdk1.4.2
> > 
> > BTW, you can double-check these from a Windows command prompt by 
> > running dir /X.
> > 
> > Good luck!
> > 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, November 19, 2003 1:30 PM
> > To: Tomcat Users List
> > Subject: Re: Installation problem
> > 
> > 
> > Hi Harry,
> > 
> > Did as told.
> > 
> > c:\>Set CATALINA_HOME=C:\Program Files\Apache Software 
> > Foundation\Tomcat 5.0
> > 
> > c:\>Set JAVA_HOME=C:\Program Files\j2sdk_nb\j2sdk1.4.2
> > 
> > Still i am getting this flickering screen.
> > 
> > Please tell me how to solve this problem.
> > 
> > Thanks in anticipation
> > 
> > > 
> > > Hello
> > > 
> > > > I changed that path name to
> > > > 
> > > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > > 
> > > If you are talking about your $PATH system environment
> > > variable, the   setting should be:
> > > 
> > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin"
> > > 
> > > > Til now , I didnt try to create any path for
> > > > JAVA_HOME AND  CATALINA_HOME, do i have to do that?
> > > 
> > > You need both. JAVA_HOME should be:
> > > 
> > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > > 
> > > CATALINA_HOME should be the root-installation folder
> > > for Tomcat,   wherever it is - analogous to JAVA_HOME.
> > > 
> > > Good luck!
> > > 
> > > Harry Mantheakis
> > > London, UK
> > > 
> > > 
> > > > I uninstalled and reinstalled tomcat still
> > > > experiencing the same flickering window error.
> > > > 
> > > > While installing tomcat during the JVM path
> > > > selection the default path listed was
> > > > 
> > > > "C:\Program Files\Oracle\jre\1.1.7"
> > > > 
> > > > I changed that path name to
> > > > 
> > > > "C:\Program Files\j2sdk_nb\j2sdk1.4.2"
> > > > 
> > > > Til now , I didnt try to create any path for
> > > > JAVA_HOME AND  CATALINA_HOME, do i have to do that?
> > > > 
> > > > Your help is most appreciated..
> > > > 
> > > > Thanks in anticipation.
> > > > 
> > > > bfn
> > > >> 
> >

Re: Installation problem

2003-11-19 Thread Harry Mantheakis
Hello

> Hoping for your help again...

Try Wendell's instructions (carefully) and tell us what happens (what you
see on the DOS prompt command window).

Regards

Harry Mantheakis
London, UK


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-19 Thread [EMAIL PROTECTED]
Hi Harry,

Followed Wendell's instructions.

when i ran in the cmd prompt i got the following
message,(slightly long)
--
C:\Program Files\Apache Software Foundation\Tomcat
5.0\bin>catalina run
Using CATALINA_BASE:   C:\Program Files\Apache Software
Foundation\Tomcat 5.0
Using CATALINA_HOME:   C:\Program Files\Apache Software
Foundation\Tomcat 5.0
Using CATALINA_TMPDIR: C:\Program Files\Apache Software
Foundation\Tomcat 5.0\te
mp
Using JAVA_HOME:   C:\Program Files\j2sdk_nb\j2sdk1.4.2
Nov 20, 2003 1:02:39 AM
org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Nov 20, 2003 1:02:39 AM org.apache.catalina.startup.Catalina
load
INFO: Initialization processed in 4807 ms
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.14
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:C:\Program Files\Apache Sof
tware Foundation\Tomcat
5.0\conf\Catalina\localhost\manager.xml
Nov 20, 2003 1:02:43 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:C:\Program Files\Apache Sof
tware Foundation\Tomcat
5.0\conf\Catalina\localhost\admin.xml
Nov 20, 2003 1:02:45 AM
org.apache.struts.util.PropertyMessageResources 
INFO: Initializing,
config='org.apache.struts.util.LocalStrings', returnNull=tru
e
Nov 20, 2003 1:02:45 AM
org.apache.struts.util.PropertyMessageResources 
INFO: Initializing,
config='org.apache.struts.action.ActionResources', returnNul
l=true
Nov 20, 2003 1:02:47 AM
org.apache.struts.util.PropertyMessageResources 
INFO: Initializing,
config='org.apache.webapp.admin.ApplicationResources', retur
nNull=true
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path  from URL
file:C:\Program Files
\Apache Software Foundation\Tomcat 5.0\webapps\ROOT
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/tomcat-docs from URL file:C:\P
rogram Files\Apache Software Foundation\Tomcat
5.0\webapps\tomcat-docs
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/jsp-examples from URL file:C:\
Program Files\Apache Software Foundation\Tomcat
5.0\webapps\jsp-examples
Nov 20, 2003 1:02:53 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/servlets-examples from URL fil
e:C:\Program Files\Apache Software Foundation\Tomcat
5.0\webapps\servlets-exampl
es
Nov 20, 2003 1:02:54 AM
org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
Nov 20, 2003 1:02:55 AM org.apache.jk.common.ChannelSocket
init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Nov 20, 2003 1:02:55 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=20/90  config=C:\Program
Files\Apache Software Founda
tion\Tomcat 5.0\conf\jk2.properties
Nov 20, 2003 1:02:55 AM org.apache.catalina.startup.Catalina
start
INFO: Server startup in 15742 ms


i tried accessing the welcome page. Then, got the welcome
page .

Could you please tell me as to how should i allow my file to
viewed by my friend in another machine?

Thanks for your help in anticipation.

bfn
> 
> Hello
> 
> > Hoping for your help again...
> 
> Try Wendell's instructions (carefully) and tell us what
> happens (what you see on the DOS prompt command window).
> 
> Regards
> 
> Harry Mantheakis
> London, UK
> 
> 
> --
> --- To unsubscribe, e-mail:
> [EMAIL PROTECTED] For additional
> commands, e-mail: [EMAIL PROTECTED]
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-19 Thread Harry Mantheakis
Hello

> i tried accessing the welcome page. Then,
> got the welcome page...

Congratulations!

At least we got over the flickering problem.

> Could you please tell me as to how should
> i allow my file to viewed by my friend in
> another machine?

Err... Is your friend connected to your machine?

Regards

Harry Mantheakis
London, UK


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-19 Thread [EMAIL PROTECTED]
Hi Harry,

My friend is in a sibling network. To access my machine, my
friend isnt able to access my shared documents i.e becoz he
needs to type in the machine name and password. My password
doesnt seem to work(dont know what is the problem?). Not
really interested in raising the issue to the network
administrator.

So since my friend is able to ping my machine s ip address
from his machine, I guess asking him to access my documents
thro the browser is an easier alternative.

Hope you have the solution.

Thanks in anticipation

bfn




> 
> Hello
> 
> > i tried accessing the welcome page. Then,
> > got the welcome page...
> 
> Congratulations!
> 
> At least we got over the flickering problem.
> 
> > Could you please tell me as to how should
> > i allow my file to viewed by my friend in
> > another machine?
> 
> Err... Is your friend connected to your machine?
> 
> Regards
> 
> Harry Mantheakis
> London, UK
> 
> 
> --
> --- To unsubscribe, e-mail:
> [EMAIL PROTECTED] For additional
> commands, e-mail: [EMAIL PROTECTED]
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-19 Thread Harry Mantheakis
Hello

> So since my friend is able to ping my machine s ip address
> from his machine, I guess asking him to access my documents
> thro the browser is an easier alternative.

Ask your friend to request the following URL:

http://your_ip_address:8080/

He might be lucky!

To share documents, I suggest you create a new context (say we call it
'xxx') in the '$CATALINA_HOME/webapps' directory. Basically, create an empty
folder named 'xxx' (whatever) within '$CATALINA_HOME/webapps'.

Within 'xxx' create another folder named 'WEB-INF'.

Go to '$CATALINA_HOME/webapps/ROOT/WEB-INF' and *copy* the 'web.xml' file
into the '$CATALINA_HOME/webapps/xxx/WEB-INF' directory you have just
created.

Place some documents in the 'xxx' folder, start Tomcat and have your friend
point their browser to the 'xxx' application:

http://your_ip_address:8080/xxx/

Good luck.

Harry Mantheakis
London, UK


> Hi Harry,
> 
> My friend is in a sibling network. To access my machine, my
> friend isnt able to access my shared documents i.e becoz he
> needs to type in the machine name and password. My password
> doesnt seem to work(dont know what is the problem?). Not
> really interested in raising the issue to the network
> administrator.
> 
> So since my friend is able to ping my machine s ip address
> from his machine, I guess asking him to access my documents
> thro the browser is an easier alternative.
> 
> Hope you have the solution.
> 
> Thanks in anticipation
> 
> bfn
> 
> 
> 
> 
>> 
>> Hello
>> 
>>> i tried accessing the welcome page. Then,
>>> got the welcome page...
>> 
>> Congratulations!
>> 
>> At least we got over the flickering problem.
>> 
>>> Could you please tell me as to how should
>>> i allow my file to viewed by my friend in
>>> another machine?
>> 
>> Err... Is your friend connected to your machine?
>> 
>> Regards
>> 
>> Harry Mantheakis
>> London, UK


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-19 Thread [EMAIL PROTECTED]
Hi Harry,

Created a folder named "Sancha" in 
"C:\Program Files\Apache Software Foundation\Tomcat
5.0\webapps"

created a subfolder web-inf, copied pasted web.xml into it.
But when i type
"http://127.0.0.1:8080/Sancha/";
in the URL, 
I get the following result

"HTTP Status 404 - Servlet org.apache.jsp.index_jsp is not
available



type Status report

message Servlet org.apache.jsp.index_jsp is not available

description The requested resource (Servlet
org.apache.jsp.index_jsp is not available) is not available.




Apache Tomcat/5.0.14"

Not sure, whatto do next. 

Please help.

Thanks in anticipation.

bfn
> 
> Hello
> 
> > So since my friend is able to ping my machine s ip
> > address from his machine, I guess asking him to access
> > my documents thro the browser is an easier alternative.
> 
> Ask your friend to request the following URL:
> 
> http://your_ip_address:8080/
> 
> He might be lucky!
> 
> To share documents, I suggest you create a new context
> (say we call it 'xxx') in the '$CATALINA_HOME/webapps'
> directory. Basically, create an empty folder named 'xxx'
> (whatever) within '$CATALINA_HOME/webapps'.
> 
> Within 'xxx' create another folder named 'WEB-INF'.
> 
> Go to '$CATALINA_HOME/webapps/ROOT/WEB-INF' and *copy* the
> 'web.xml' file into the
> '$CATALINA_HOME/webapps/xxx/WEB-INF' directory you have
> just created.
> 
> Place some documents in the 'xxx' folder, start Tomcat and
> have your friend point their browser to the 'xxx'
> application:
> 
> http://your_ip_address:8080/xxx/
> 
> Good luck.
> 
> Harry Mantheakis
> London, UK
> 
> 
> > Hi Harry,
> > 
> > My friend is in a sibling network. To access my machine,
> > my friend isnt able to access my shared documents i.e
> > becoz he needs to type in the machine name and password.
> > My password doesnt seem to work(dont know what is the
> > problem?). Not really interested in raising the issue to
> > the network administrator.
> > 
> > So since my friend is able to ping my machine s ip
> > address from his machine, I guess asking him to access
> > my documents thro the browser is an easier alternative.
> > 
> > Hope you have the solution.
> > 
> > Thanks in anticipation
> > 
> > bfn
> > 
> > 
> > 
> > 
> >> 
> >> Hello
> >> 
> >>> i tried accessing the welcome page. Then,
> >>> got the welcome page...
> >> 
> >> Congratulations!
> >> 
> >> At least we got over the flickering problem.
> >> 
> >>> Could you please tell me as to how should
> >>> i allow my file to viewed by my friend in
> >>> another machine?
> >> 
> >> Err... Is your friend connected to your machine?
> >> 
> >> Regards
> >> 
> >> Harry Mantheakis
> >> London, UK
> 
> 
> --
> --- To unsubscribe, e-mail:
> [EMAIL PROTECTED] For additional
> commands, e-mail: [EMAIL PROTECTED]
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-19 Thread Timo
Sacha,
I think you missed to put "index.jsp" or "index.htm" in your context folder
which are the welcome-file section in your web.xml file you just copied.
try to put a basic jsp file named "index.jsp" , as a start I would suggest:
--
<%@ page contentType="text/html;charset=windows-1252" %>


Welcome to Tomcat..rather than Hello world!
Today is <%=new java.util.Date() %>


-
good luck!
- Original Message - 
From: <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, November 19, 2003 10:10 PM
Subject: Re: Installation problem


> Hi Harry,
>
> Created a folder named "Sancha" in
> "C:\Program Files\Apache Software Foundation\Tomcat
> 5.0\webapps"
>
> created a subfolder web-inf, copied pasted web.xml into it.
> But when i type
> "http://127.0.0.1:8080/Sancha/";
> in the URL,
> I get the following result
>
> "HTTP Status 404 - Servlet org.apache.jsp.index_jsp is not
> available
>
> --
--
>
> type Status report
>
> message Servlet org.apache.jsp.index_jsp is not available
>
> description The requested resource (Servlet
> org.apache.jsp.index_jsp is not available) is not available.
>
>
> --
--
>
> Apache Tomcat/5.0.14"
>
> Not sure, whatto do next.
>
> Please help.
>
> Thanks in anticipation.
>
> bfn
> >
> > Hello
> >
> > > So since my friend is able to ping my machine s ip
> > > address from his machine, I guess asking him to access
> > > my documents thro the browser is an easier alternative.
> >
> > Ask your friend to request the following URL:
> >
> > http://your_ip_address:8080/
> >
> > He might be lucky!
> >
> > To share documents, I suggest you create a new context
> > (say we call it 'xxx') in the '$CATALINA_HOME/webapps'
> > directory. Basically, create an empty folder named 'xxx'
> > (whatever) within '$CATALINA_HOME/webapps'.
> >
> > Within 'xxx' create another folder named 'WEB-INF'.
> >
> > Go to '$CATALINA_HOME/webapps/ROOT/WEB-INF' and *copy* the
> > 'web.xml' file into the
> > '$CATALINA_HOME/webapps/xxx/WEB-INF' directory you have
> > just created.
> >
> > Place some documents in the 'xxx' folder, start Tomcat and
> > have your friend point their browser to the 'xxx'
> > application:
> >
> > http://your_ip_address:8080/xxx/
> >
> > Good luck.
> >
> > Harry Mantheakis
> > London, UK
> >
> >
> > > Hi Harry,
> > >
> > > My friend is in a sibling network. To access my machine,
> > > my friend isnt able to access my shared documents i.e
> > > becoz he needs to type in the machine name and password.
> > > My password doesnt seem to work(dont know what is the
> > > problem?). Not really interested in raising the issue to
> > > the network administrator.
> > >
> > > So since my friend is able to ping my machine s ip
> > > address from his machine, I guess asking him to access
> > > my documents thro the browser is an easier alternative.
> > >
> > > Hope you have the solution.
> > >
> > > Thanks in anticipation
> > >
> > > bfn
> > >
> > >
> > >
> > >
> > >>
> > >> Hello
> > >>
> > >>> i tried accessing the welcome page. Then,
> > >>> got the welcome page...
> > >>
> > >> Congratulations!
> > >>
> > >> At least we got over the flickering problem.
> > >>
> > >>> Could you please tell me as to how should
> > >>> i allow my file to viewed by my friend in
> > >>> another machine?
> > >>
> > >> Err... Is your friend connected to your machine?
> > >>
> > >> Regards
> > >>
> > >> Harry Mantheakis
> > >> London, UK
> >
> >
> > --
> > --- To unsubscribe, e-mail:
> > [EMAIL PROTECTED] For additional
> > commands, e-mail: [EMAIL PROTECTED]
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-20 Thread [EMAIL PROTECTED]
Hi Timo,

Did as told. Copied your hello tomcat code created
'index.jsp', then saved it in 
'C:\Program Files\Apache Software Foundation\Tomcat
5.0\webapps\Sancha\WEB-INF'

but when i tried
'http://127.0.0.1:8080/Sancha/' , i got the 404 http status
error.

Please help me to solve this problem.

Thanks in anticipation.

bfn


> 
> Sacha,
> I think you missed to put "index.jsp" or "index.htm" in
> your context folder which are the welcome-file section in
> your web.xml file you just copied. try to put a basic jsp
> file named "index.jsp" , as a start I would suggest:
> --
>  <%@ page contentType="text/html
> ;charset=windows-1252" %> 
> 
> Welcome to Tomcat..rather than Hello world!
> Today is <%=new java.util.Date() %>
> 
> 
> --
> --- good luck!
> - Original Message - 
> From: <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 19, 2003 10:10 PM
> Subject: Re: Installation problem
> 
> 
> > Hi Harry,
> >
> > Created a folder named "Sancha" in
> > "C:\Program Files\Apache Software Foundation\Tomcat
> > 5.0\webapps"
> >
> > created a subfolder web-inf, copied pasted web.xml into
> > it. But when i type
> > "http://127.0.0.1:8080/Sancha/";
> > in the URL,
> > I get the following result
> >
> > "HTTP Status 404 - Servlet org.apache.jsp.index_jsp is
> > not available
> >
> >
> --
>  --
> >
> > type Status report
> >
> > message Servlet org.apache.jsp.index_jsp is not
> available >
> > description The requested resource (Servlet
> > org.apache.jsp.index_jsp is not available) is not
> available. >
> >
> >
> --
>  --
> >
> > Apache Tomcat/5.0.14"
> >
> > Not sure, whatto do next.
> >
> > Please help.
> >
> > Thanks in anticipation.
> >
> > bfn
> > >
> > > Hello
> > >
> > > > So since my friend is able to ping my machine s ip
> > > > address from his machine, I guess asking him to
> > > > access my documents thro the browser is an easier
> > alternative. >
> > > Ask your friend to request the following URL:
> > >
> > > http://your_ip_address:8080/
> > >
> > > He might be lucky!
> > >
> > > To share documents, I suggest you create a new context
> > > (say we call it 'xxx') in the '$CATALINA_HOME/webapps'
> > > directory. Basically, create an empty folder named
> > > 'xxx' (whatever) within '$CATALINA_HOME/webapps'.
> > >
> > > Within 'xxx' create another folder named 'WEB-INF'.
> > >
> > > Go to '$CATALINA_HOME/webapps/ROOT/WEB-INF' and *copy*
> > > the 'web.xml' file into the
> > > '$CATALINA_HOME/webapps/xxx/WEB-INF' directory you
> > > have just created.
> > >
> > > Place some documents in the 'xxx' folder, start Tomcat
> > > and have your friend point their browser to the 'xxx'
> > > application:
> > >
> > > http://your_ip_address:8080/xxx/
> > >
> > > Good luck.
> > >
> > > Harry Mantheakis
> > > London, UK
> > >
> > >
> > > > Hi Harry,
> > > >
> > > > My friend is in a sibling network. To access my
> > > > machine, my friend isnt able to access my shared
> > > > documents i.e becoz he needs to type in the machine
> > > > name and password. My password doesnt seem to
> > > > work(dont know what is the problem?). Not really
> > > > interested in raising the issue to the network
> > > administrator. >
> > > > So since my friend is able to ping my machine s ip
> > > > address from his machine, I guess asking him to
> > > > access my documents thro the browser is an easier
> > > alternative. >
> > > > Hope you have the solution.
> > > >
> > > > Thanks in anticipation
> > > >
> > > > bfn
> > > >
> > > >
> > > >
> > > >
> > > >>
> > >

Re: Installation problem

2003-11-20 Thread Timo
Sorry Sancha, forgot to mention it should be in the root directory, not
WEB-INF
in your case the file "index.jsp" should be in

"C:\Program Files\Apache Software Foundation\Tomcat
5.0\webapps\Sancha\index.jsp"

Let me know if it works, good luck!
don't forget to restart Tomcat!

- Original Message - 
From: <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Thursday, November 20, 2003 12:29 AM
Subject: Re: Installation problem


> Hi Timo,
>
> Did as told. Copied your hello tomcat code created
> 'index.jsp', then saved it in
> 'C:\Program Files\Apache Software Foundation\Tomcat
> 5.0\webapps\Sancha\WEB-INF'
>
> but when i tried
> 'http://127.0.0.1:8080/Sancha/' , i got the 404 http status
> error.
>
> Please help me to solve this problem.
>
> Thanks in anticipation.
>
> bfn
>
>
> >
> > Sacha,
> > I think you missed to put "index.jsp" or "index.htm" in
> > your context folder which are the welcome-file section in
> > your web.xml file you just copied. try to put a basic jsp
> > file named "index.jsp" , as a start I would suggest:
> > --
> >  <%@ page contentType="text/html
> > ;charset=windows-1252" %> 
> > 
> > Welcome to Tomcat..rather than Hello world!
> > Today is <%=new java.util.Date() %>
> > 
> > 
> > --
> > --- good luck!
> > - Original Message - 
> > From: <[EMAIL PROTECTED]>
> > To: "Tomcat Users List" <[EMAIL PROTECTED]>
> > Sent: Wednesday, November 19, 2003 10:10 PM
> > Subject: Re: Installation problem
> >
> >
> > > Hi Harry,
> > >
> > > Created a folder named "Sancha" in
> > > "C:\Program Files\Apache Software Foundation\Tomcat
> > > 5.0\webapps"
> > >
> > > created a subfolder web-inf, copied pasted web.xml into
> > > it. But when i type
> > > "http://127.0.0.1:8080/Sancha/";
> > > in the URL,
> > > I get the following result
> > >
> > > "HTTP Status 404 - Servlet org.apache.jsp.index_jsp is
> > > not available
> > >
> > >
> > --
> >  --
> > >
> > > type Status report
> > >
> > > message Servlet org.apache.jsp.index_jsp is not
> > available >
> > > description The requested resource (Servlet
> > > org.apache.jsp.index_jsp is not available) is not
> > available. >
> > >
> > >
> > --
> >  --
> > >
> > > Apache Tomcat/5.0.14"
> > >
> > > Not sure, whatto do next.
> > >
> > > Please help.
> > >
> > > Thanks in anticipation.
> > >
> > > bfn
> > > >
> > > > Hello
> > > >
> > > > > So since my friend is able to ping my machine s ip
> > > > > address from his machine, I guess asking him to
> > > > > access my documents thro the browser is an easier
> > > alternative. >
> > > > Ask your friend to request the following URL:
> > > >
> > > > http://your_ip_address:8080/
> > > >
> > > > He might be lucky!
> > > >
> > > > To share documents, I suggest you create a new context
> > > > (say we call it 'xxx') in the '$CATALINA_HOME/webapps'
> > > > directory. Basically, create an empty folder named
> > > > 'xxx' (whatever) within '$CATALINA_HOME/webapps'.
> > > >
> > > > Within 'xxx' create another folder named 'WEB-INF'.
> > > >
> > > > Go to '$CATALINA_HOME/webapps/ROOT/WEB-INF' and *copy*
> > > > the 'web.xml' file into the
> > > > '$CATALINA_HOME/webapps/xxx/WEB-INF' directory you
> > > > have just created.
> > > >
> > > > Place some documents in the 'xxx' folder, start Tomcat
> > > > and have your friend point their browser to the 'xxx'
> > > > application:
> > > >
> > > > http://your_ip_address:8080/xxx/
> > > >
> > > > Good luck.
> > > >
> > > >

Re: Installation problem

2003-11-20 Thread [EMAIL PROTECTED]
Hi timo,

Did as told again. I am having the index.jsp(the code
belonging to u) in the path , 
"C:\Program Files\Apache Software Foundation\Tomcat
5.0\webapps\Sancha"

Typed "http://127.0.0.1:8080/Sancha/";; in the URL,

Got this error message 

HTTP Status 500 - 



type Exception report

message 

description The server encountered an internal error () that
prevented it from fulfilling this request.

exception 

javax.servlet.ServletException: Wrapper cannot find servlet
class org.apache.jsp.index_jsp or a class it depends on
   
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164)
   
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:209)
   
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
   
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)

   
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
   
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666)
java.lang.Thread.run(Thread.java:534)


root cause 

java.lang.ClassNotFoundException: org.apache.jsp.index_jsp
   
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1365)
   
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1212)
   
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164)
   
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:209)
   
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
   
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)

   
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
   
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666)
java.lang.Thread.run(Thread.java:534)


note The full stack trace of the root cause is available in
the Tomcat logs.

Awaiting your help in anticipation.

bfn


> 
> Sorry Sancha, forgot to mention it should be in the root
> directory, not WEB-INF
> in your case the file "index.jsp" should be in
> 
> "C:\Program Files\Apache Software Foundation\Tomcat
> 5.0\webapps\Sancha\index.jsp"
> 
> Let me know if it works, good luck!
> don't forget to restart Tomcat!
> 
> - Original Message - 
> From: <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Thursday, November 20, 2003 12:29 AM
> Subject: Re: Installation problem
> 
> 
> > Hi Timo,
> >
> > Did as told. Copied your hello tomcat code created
> > 'index.jsp', then saved it in
> > 'C:\Program Files\Apache Software Foundation\Tomcat
> > 5.0\webapps\Sancha\WEB-INF'
> >
> > but when i tried
> > 'http://127.0.0.1:8080/Sancha/' , i got the 404 http
> > status error.
> >
> > Please help me to solve this problem.
> >
> > Thanks in anticipation.
> >
> > bfn
> >
> >
> > >
> > > Sacha,
> > > I think you missed to put "index.jsp" or "index.htm"
> > > in your context folder which are the welcome-file
> > > section in your web.xml file you just copied. try to
> > > put a basic jsp file named "index.jsp" , as a start I
> > > would suggest:
> > >
> --
> > >  <%@ page contentType="text/html 
> > > ;charset=windows-1252" %>  
> > > Welcome to Tomcat..rather than Hello world!
> > > Today is <%=new java.util.Date() %>
> > > 
> > > 
> > >
> > >
> --
> > > --- good luck! - Original Message - 
> > > From: <[EMAIL PROTECTED]>
> > > To: "Tomcat Users List"
> > > <[EMAIL PROTECTED]> Sent: Wednesday,
> > > November 19, 2003 10:10 PM Subject: Re: Installation
> > problem >
> > >
> > > > Hi Harry,
> > > >
> > > > Created a folder named "Sancha" in
> > > > "C:\Program Files\Apache Software Foundation\Tomcat
> > > > 5.0\webapps"
> > > >
> > > > created a subfolder web-inf, copied pasted web.xml
> > > > into it. But when i type
> > > > "http://127.0.0.1:8080/Sancha/";;
> > > > in the URL,
> > > > I get the following result
> > > >
> > > > "HTTP Status 404 - Servlet org.apache.jsp.index_jsp
> > >

Re: Installation problem

2003-11-20 Thread Harry Mantheakis
Hello

> Got this error message

Sancha, please copy and paste into an email the complete contents of the
'web.xml' file located in the '$CATALIA_HOME\webapps\Sancha\WEB-INF'
directory.

I had not intended that you provide a 'welcome' page - the intention was for
you to place documents in the 'Sancha' directory so that your friend could
access them over the wire. By going to your 'site' your friend would simply
see a directory listing of documents. This could be text documents, or image
documents - anything that a browser can display.

I hasten to add that this is *not* how Tomcat is intended to be used (!) but
if it solves your 'network problem' so be it :-)

Regards

Harry Mantheakis
London, UK



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-20 Thread [EMAIL PROTECTED]
Hi harry,

the web.xml in path, "C:\Program Files\Apache Software
Foundation\Tomcat 5.0\webapps\Sancha\WEB-INF"
is :



http://java.sun.com/dtd/web-app_2_3.dtd";>


  Welcome to Tomcat
  
 Welcome to Tomcat
  





   
org.apache.jsp.index_jsp
   
org.apache.jsp.index_jsp



   
org.apache.jsp.index_jsp
/index.jsp






Waiting for your instructions.

Thanks in anticipation.


> 
> Hello
> 
> > Got this error message
> 
> Sancha, please copy and paste into an email the complete
> contents of the 'web.xml' file located in the
> '$CATALIA_HOME\webapps\Sancha\WEB-INF' directory.
> 
> I had not intended that you provide a 'welcome' page - the
> intention was for you to place documents in the 'Sancha'
> directory so that your friend could access them over the
> wire. By going to your 'site' your friend would simply see
> a directory listing of documents. This could be text
> documents, or image documents - anything that a browser
> can display.
> 
> I hasten to add that this is *not* how Tomcat is intended
> to be used (!) but if it solves your 'network problem' so
> be it :-)
> 
> Regards
> 
> Harry Mantheakis
> London, UK
> 
> 
> 
> --
> --- To unsubscribe, e-mail:
> [EMAIL PROTECTED] For additional
> commands, e-mail: [EMAIL PROTECTED]
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-20 Thread Harry Mantheakis
Okay Sancha

Delete all of of the following lines from the 'web.xml' file in
'$CATALINA_HOME/webapps/Sancha/WEB-INF':






  
 
org.apache.jsp.index_jsp
 
org.apache.jsp.index_jsp
  

  
 
org.apache.jsp.index_jsp
  /index.jsp
  






Make sure you do NOT delete the closing  tag at the end of the
page (!) otherwise Tomcat will complain.

Now you will have an 'empty' context (application). Any files you place into
the '$CATALINA_HOME/webapps/Sancha' folder will be displayed as a directory
list.

Test it yourself by calling:

http://your_ip_address:8080/Sancha/

You should see just a list of files, assuming there are any to list.

I hasten to add that this is not how Tomcat is normally used (!) and it
could be that I have misunderstood your intentions for using Tomcat. It is a
very crude way of 'sharing' certain files, but I assume that is what you
want to do.

All the best.

Harry Mantheakis
London, UK


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2003-11-20 Thread [EMAIL PROTECTED]
Hi Harry,

Thanks a lot for your help and all the people belonging to
this forum who came forward to help me.

I understand that "apache tomcat" wasnt exactly built for
such file sharing..but somehow i am left with no
alternatives over here. 

Anyway, thanks again for ur patience and time.

Gratefully,
Sancha
> 
> Okay Sancha
> 
> Delete all of of the following lines from the 'web.xml'
> file in '$CATALINA_HOME/webapps/Sancha/WEB-INF':
> 
> 
> 
> 
> 
> 
>   
>  
> org.apache.jsp.index_jsp
>  
> org.apache.jsp.index_jsp
>   
> 
>   
>  
> org.apache.jsp.index_jsp
>   /index.jsp
>   
> 
> 
> 
> 
> 
> 
> Make sure you do NOT delete the closing  tag at
> the end of the page (!) otherwise Tomcat will complain.
> 
> Now you will have an 'empty' context (application). Any
> files you place into the '$CATALINA_HOME/webapps/Sancha'
> folder will be displayed as a directory list.
> 
> Test it yourself by calling:
> 
> http://your_ip_address:8080/Sancha/
> 
> You should see just a list of files, assuming there are
> any to list.
> 
> I hasten to add that this is not how Tomcat is normally
> used (!) and it could be that I have misunderstood your
> intentions for using Tomcat. It is a very crude way of
> 'sharing' certain files, but I assume that is what you
> want to do.
> 
> All the best.
> 
> Harry Mantheakis
> London, UK
> 
> 
> --
> --- To unsubscribe, e-mail:
> [EMAIL PROTECTED] For additional
> commands, e-mail: [EMAIL PROTECTED]
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Installation Problem

2000-10-25 Thread Kitching Simon

What url did you type into your browser?

Assuming that your tomcat instance is installed
on the same PC as the browser you are using,
you should try:

http://localhost:8080

> -Original Message-
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, October 25, 2000 1:14 PM
> To:   [EMAIL PROTECTED]
> Subject:  Installation Problem
> 
> 
> Hello! 
> 
> 
> 
> My name is Greg Beckwith. I am in the process teaching myself how to
> develop Java Server Pages. I have downloaded the binary version of Tomcat
> and followed the installation instructions (from the "doc" directory)
> listed below: 
> __
> ___
> How Do I Install the Binary Version of Tomcat? 
> 
> Very simple. You should: 
> 
> * Download the zip/tar.gz/whatever file from
> . 
> * Unzip the file into some directory (say foo). This should create a
> new subdirectory named "tomcat". 
> * Change directory to "tomcat" and set a new environment variable
> (TOMCAT_HOME) to point to the root directory of your Tomcat hierarchy. 
> 1.On Win32 you should type: 
> "set TOMCAT_HOME=foo\tomcat" 
> 2.On UNIX you should type: 
> for bash/sh "TOMCAT_HOME=foo/tomcat ; export TOMCAT_HOME"
> for tcsh "setenv TOMCAT_HOME foo/tomcat" 
> * Set the environment variable JAVA_HOME to point to the root
> directory of your JDK hierarchy, then add the Java interpreter to your
> PATH environment variable. 
> That's it! You can now execute Tomcat and it will run as a stand-alone
> (type 1) servlet container. 
> 
> __
>  
> 
> I have tried to run the following code: 
> 
> 
>  
>  
> Simple JSP Example 
>  
> 
>  
> 
> How many times? 
> 
>  
>  
>  
>  
> 
>  
>  
> 
> I get an IE5 error message stating "The page cannot be displayed." 
> 
> 
> * Perhaps I installed Tomcat incorrectly. 
> * Maybe I did not start Tomcat properly. 
> 
>   Observation 
> 
>   Please forgive me for the following observation (I am just a
> beginner)   
> 
> * The "BINARY" file I downloaded (
> .) does not have any
> ".class" files. Shouldn't  a compiled binary file contain these ? 
> 
> 
>   Other: 
>   
> 
> * I am using a Windows NT (4.0) box. 
> * jdk1.2.1 is installed and working. 
> 
> May I ask you for a "more" detailed, step by step set of instructions on
> the installation process. Also, may I have detailed step by step
> instruction on starting Tomcat and running code. 
> 
> I look forward to hearing from you! 
> 
>   Thank - you 
> 
>   Greg Beckwith 
> 
> 
> 



Re: Installation Problem

2000-10-25 Thread Leon Palermo



Greg,
 
First off, after the installation of tomcat, are 
you able to start tomcat with the startup.bat file?  If so, are you able to 
access tomcat's default web page by going to http://localhost:8080?  Finally, are you 
able to run the example jsps located at http://localhost:8080/examples/jsp/index.html?  
If so, you have correctly configured tomcat as a standalone application and you 
can look at the /webapps/exaples/jsp files to begin 
familiarizing yourself with jsps.
 
Leon Palermo
Zedak Corporation
Valhalla, NY

  - Original Message - 
  From: 
  [EMAIL PROTECTED] 
  To: [EMAIL PROTECTED] 
  
  Sent: Wednesday, October 25, 2000 7:14 
  AM
  Subject: Installation Problem
  Hello! My 
  name is Greg Beckwith. I am in the process teaching myself how to develop Java 
  Server Pages. I have downloaded the binary version of Tomcat and followed the 
  installation instructions (from the "doc" directory) listed below: 
  _How 
  Do I Install the Binary Version of Tomcat? 
  Very simple. You should: 
  
Download the zip/tar.gz/whatever 
file from http://jakarta.apache.org/downloads/binindex.html. 
Unzip the file into some directory 
(say foo). This should create a new subdirectory named "tomcat". 
Change directory to "tomcat" and set 
a new environment variable (TOMCAT_HOME) to point to the root directory of 
your Tomcat hierarchy. 1.   
     On Win32 you 
should type: "set TOMCAT_HOME=foo\tomcat" 2.        On UNIX you should type: for bash/sh "TOMCAT_HOME=foo/tomcat ; 
export TOMCAT_HOME"for tcsh "setenv TOMCAT_HOME foo/tomcat" 
Set the environment variable 
JAVA_HOME to point to the root directory of your JDK hierarchy, then add the 
Java interpreter to your PATH environment variable. That's it! You can now execute Tomcat and it 
will run as a stand-alone (type 1) servlet container. 
__ 


I have tried to run the following 
code: 
  Simple JSP Example   How 
many times?   I get an 
IE5 error message stating "The page cannot be displayed." 

  Perhaps I installed Tomcat 
  incorrectly. 
  Maybe I did not start Tomcat 
  properly. 
  Observation 
  Please forgive me for the following 
  observation (I am just a beginner)   
  
The "BINARY" file I downloaded 
(http://jakarta.apache.org/downloads/binindex.html.) does not have any ".class" files. Shouldn't  a compiled 
binary file contain these ? 

Other: 

  I am using a Windows NT (4.0) 
  box. 
  jdk1.2.1 is installed and 
  working. 
  May I ask you for a 
  "more" detailed, step by step set of instructions on the installation 
  process. Also, may I have detailed step by step instruction on 
  starting Tomcat and running code. I look forward to hearing from you! 
  
  Thank - you 
  Greg Beckwith 
  


RE: Installation problem

2000-12-14 Thread G.Nagarajan



Hi,
The 
problem could be
1. 
Either PWS is running in your machine
2. 
Some other program is using the port number used by tomcat.
3. 
Tomcat is already running!
 
I 
guess the solution would be to either shutdown the other apps or bind tomcat to 
another port.
 
Regards,
Nagaraj.
 
 

  -Original Message-From: Andy Sosnowski 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 13, 2000 
  10:39 PMTo: [EMAIL PROTECTED]Subject: 
  Installtion problem
  Hi
  I have just downloaded Tomcat 3.2.1 onto Windows 98 
  machine.
  When I invoke 
   
  tomcat run
   
  I get the following messages.
   
  
2000-12-13 03:42:38 - ContextManager: Adding context Ctx( 
/admin )2000-12-13 03:42:38 - ContextManager: Adding context Ctx(  
)2000-12-13 03:42:38 - ContextManager: Adding context Ctx( /test 
)FATAL:java.net.BindException: Address in use: 
JVM_Bindjava.net.BindException: Address in use: 
JVM_Bind    at 
java.net.PlainSocketImpl.socketBind(Native 
Method)    at 
java.net.PlainSocketImpl.bind(PlainSocketImpl.java:397)    
at 
java.net.ServerSocket.(ServerSocket.java:170)    
at 
java.net.ServerSocket.(ServerSocket.java:121)    
at 
org.apache.tomcat.net.DefaultServerSocketFactory.createSocket(DefaultServerSocketFactory.java:97)    
at 
org.apache.tomcat.service.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.java:239)    
at 
org.apache.tomcat.service.PoolTcpConnector.start(PoolTcpConnector.java:188)    
at 
org.apache.tomcat.core.ContextManager.start(ContextManager.java:527)    
at 
org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:202)    
at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:235)
 
   
  But no ports are being used.:
  
D:\tomcat\jakarta-tomcat-3.2.1>netstat
 
Active Connections
 
  Proto  Local 
Address  Foreign 
Address    State
 
D:\tomcat\jakarta-tomcat-3.2.1>
  Also I tried several different ports with the exact same 
  message
  Also I am unsure that the installation finished 
  properly:
  tomcat start returned the following. :
  
 
2000-12-13-ContextManager: Adding context Ctx( 
/examples)
Starting tomcat...
ContexManager: Adding context Ctx(/ admin)
...
2000-12-13 PoolTcpConnector: Starting 
HttpConnectionHandler on 88 
2000-12-13 -PoolTcpConnector: Starting 
ajp2ConnectionHandler on 8007
 
  Has anyone seen this?
   
  Thanks in advance
  Andrew Sosnowski
  



Re: Installation Problem

2000-12-16 Thread William Brogden



Nagendra Kumar wrote:
> 
> Sir,
> While opening the startup.bat file i am getting
> the message 'out of environment space'. How could i
> overcome this.
> 
> thanks,
> 
> Nagendran
> 

Due to the large environment parameters that Tomcat sets
you need to increase the space Windows reserves. From
an MS-DOS prompt window, rt-click the upper left corner,
in the properties dialog. memory tab, increase the
initial environment space to 4096.

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2



Re: Installation problem

2005-04-01 Thread edencane
Hi,

01Apr2005 @ 22:24 Panagiotis Karvounis thusly spake
> I am trying to install Tomcat latest version but I have a problem.
> During installation a problem about "jvm.dll" occurs!
> Can you help me?

Try uninstalling tomcat first.
If you already have a tomcat installed, you will get this message.
Remove the other tomcats, or remove the existing 'jvm.dll' file.

hth,
Luke

--
   /  /  _
  /_ /_/ /< /=
  0421 276 282

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2005-04-02 Thread Panagiotis Karvounis
I've done all these.

A msgbox appears informing me about the problem again!It says "Failed
to install service!Check your settings and permissions!"


On Apr 1, 2005 11:53 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> 01Apr2005 @ 22:24 Panagiotis Karvounis thusly spake
> > I am trying to install Tomcat latest version but I have a problem.
> > During installation a problem about "jvm.dll" occurs!
> > Can you help me?
> 
> Try uninstalling tomcat first.
> If you already have a tomcat installed, you will get this message.
> Remove the other tomcats, or remove the existing 'jvm.dll' file.
> 
> hth,
> Luke
> 
> --
>   /  /  _
>  /_ /_/ /< /=
>  0421 276 282
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation problem

2005-04-02 Thread Anto Paul
On Apr 2, 2005 3:05 PM, Panagiotis Karvounis <[EMAIL PROTECTED]> wrote:
> I've done all these.
> 
> A msgbox appears informing me about the problem again!It says "Failed
> to install service!Check your settings and permissions!"
> 
> On Apr 1, 2005 11:53 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > 01Apr2005 @ 22:24 Panagiotis Karvounis thusly spake
> > > I am trying to install Tomcat latest version but I have a problem.
> > > During installation a problem about "jvm.dll" occurs!
> > > Can you help me?
> >
> > Try uninstalling tomcat first.
> > If you already have a tomcat installed, you will get this message.
> > Remove the other tomcats, or remove the existing 'jvm.dll' file.
> >
> > hth,
> > Luke
> >
> > --
> >   /  /  _
> >  /_ /_/ /< /=
> >  0421 276 282
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
Do you have administrative priviliges in that system ?

-- 
Anto Paul
www.benchmarksoft.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ERR] Re: Installation problem

2003-08-01 Thread postmaster
Transmit Report:

 To: [EMAIL PROTECTED], 402 Local User Inbox Full ([EMAIL PROTECTED])
--- Begin Message ---
Just curious, you are welcome to build from source, but did you know 
that there are binaries available that work out of the box?

John

[EMAIL PROTECTED] wrote:

Folks,

I am installing tomcat for the first time in Solaris 7.  I am having the following problems in tomcat 4.1.24 as well as 5.  I am wondering if anyone come across this and give me some pointers.

# ant
Buildfile: build.xml
check.source:

get.source:

build:

BUILD FAILED
file:/tmp/TOMCAT/jakarta-tomcat-4.1.24/build.xml:51: Target `download' does not exist in this project. 

Total time: 3 seconds
# cd ../jakarta-tomcat-5
# ant
Buildfile: build.xml
check.source:

get.source:

build:

BUILD FAILED
file:/tmp/TOMCAT/jakarta-tomcat-5/build.xml:51: Target `download' does not exist in this project. 

Total time: 3 seconds

TIA,
Dan
__
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397
Get AOL Instant Messenger 5.1 free of charge.  Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--- End Message ---


RE: Installation problem with JBuilder

2001-04-10 Thread Joel Parramore


Try the documents at these URLs:

http://community.borland.com/article/0,1410,22057,00.html

http://community.borland.com/article/0,1410,22508,00.html


They relate to JBuilder Foundation 3.5 (the latest version is 4.0) but may
be of some use.

Hope this helps...

Regards,
Joel Parramore


> -Original Message-
> From: qingjian du [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 10, 2001 5:24 PM
> To: [EMAIL PROTECTED]
> Subject: Installation problem with JBuilder
>
>
> I want to install tomcat on JBuilder to run some servlet examples. It
> seems that there is no direct instruction on how to set up the tomcat
> with JBuilder. Is there anyone who knows such document available for
> reference?
>
> Thanks in advance.
>
> Qingjian Du
>




RE: Installation Problem In Tomcat

2004-04-18 Thread Galbayar Dorjgotov
C:\Tomcat\catalina\src\bin>catalina.bat run

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 19, 2004 15:17
To: Tomcat Users List
Subject: Installation Problem In Tomcat

 


Hi, 
 Im a new to Tomacat , i have installed it on my machine  but its not
starting  rather im getting following  message 


C:\Tomcat\catalina\src\bin>startup 
Using CATALINA_BASE:   C:\Tomcat\catalina\src 
Using CATALINA_HOME:   C:\Tomcat\catalina\src 
Using CATALINA_TMPDIR: C:\Tomcat\catalina\src\temp 
Using JAVA_HOME:   C:\jdk1.3.1_11 

and the window get closed 

 can anyone  guide me why am i getting this ? 
when i try to acess 
http://localhost:80/   
 i didnt get  anything ?? 

thanks 
rgds 

Birendar Singh Waldiya



RE: Installation Problem In Tomcat

2004-04-18 Thread Thomas Chua
most prob port 8080 has already been used by tomcat cos during 
installation, tomcat is added as a service which will start automatically.
Go to control panel -> administrative tools -> services and look for 
apache tomcat




"Galbayar Dorjgotov" <[EMAIL PROTECTED]>
04/19/2004 02:28 PM
Please respond to "Tomcat Users List"

 
To: "'Tomcat Users List'" <[EMAIL PROTECTED]>
cc: 

Subject:RE: Installation Problem In Tomcat



C:\Tomcat\catalina\src\bin>catalina.bat run

 

  _ 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 19, 2004 15:17
To: Tomcat Users List
Subject: Installation Problem In Tomcat

 


Hi, 
 Im a new to Tomacat , i have installed it on my machine  but its not
starting  rather im getting following  message 


C:\Tomcat\catalina\src\bin>startup 
Using CATALINA_BASE:   C:\Tomcat\catalina\src 
Using CATALINA_HOME:   C:\Tomcat\catalina\src 
Using CATALINA_TMPDIR: C:\Tomcat\catalina\src\temp 
Using JAVA_HOME:   C:\jdk1.3.1_11 

and the window get closed 

 can anyone  guide me why am i getting this ? 
when i try to acess 
http://localhost:80/ 
 i didnt get  anything ?? 

thanks 
rgds 

Birendar Singh Waldiya







RE: Installation Problem In Tomcat

2004-04-18 Thread birendar . waldiya

No I cant see that !! should i install
it again ???

Birendar Singh Waldiya






"Thomas Chua"
<[EMAIL PROTECTED]> 
19-04-04 12:00 PM




Please respond to
"Tomcat Users List" <[EMAIL PROTECTED]>





To
"Tomcat Users List"
<[EMAIL PROTECTED]>


cc



Subject
RE: Installation Problem
In Tomcat








most prob port 8080 has already been used by tomcat
cos during 
installation, tomcat is added as a service which will start automatically.
Go to control panel -> administrative tools -> services and look
for 
apache tomcat




"Galbayar Dorjgotov" <[EMAIL PROTECTED]>
04/19/2004 02:28 PM
Please respond to "Tomcat Users List"

 
        To:     "'Tomcat Users List'"
<[EMAIL PROTECTED]>
        cc: 

        Subject:        RE: Installation
Problem In Tomcat



C:\Tomcat\catalina\src\bin>catalina.bat run

 

  _ 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 19, 2004 15:17
To: Tomcat Users List
Subject: Installation Problem In Tomcat

 


Hi, 
 Im a new to Tomacat , i have installed it on my machine  but its
not
starting  rather im getting following  message 


C:\Tomcat\catalina\src\bin>startup 
Using CATALINA_BASE:   C:\Tomcat\catalina\src 
Using CATALINA_HOME:   C:\Tomcat\catalina\src 
Using CATALINA_TMPDIR: C:\Tomcat\catalina\src\temp 
Using JAVA_HOME:       C:\jdk1.3.1_11 

and the window get closed 

 can anyone  guide me why am i getting this ? 
when i try to acess 
http://localhost:80/ 
 i didnt get  anything ?? 

thanks 
rgds 

Birendar Singh Waldiya






ForwardSourceID:NT444E
   
DISCLAIMER: The information contained in this message is intended only and solely for 
the addressed individual or entity indicated in this message and for the exclusive use 
of the said addressed individual or entity indicated in this message (or responsible 
for delivery
of the message to such person) and may contain legally privileged and confidential 
information belonging to Tata Consultancy Services. It must not be printed, read, 
copied, disclosed, forwarded, distributed or used (in whatsoever manner) by any person 
other than the addressee. 
Unauthorized use, disclosure or copying is strictly prohibited and may constitute 
unlawful act and can possibly attract legal action, civil and/or criminal. The 
contents of this message need not necessarily reflect or endorse the views of Tata 
Consultancy Services on any subject matter.
Any action taken or omitted to be taken based on this message is entirely at your risk 
and neither the originator of this message nor Tata Consultancy Services takes any 
responsibility or liability towards the same. Opinions, conclusions and any other 
information contained in this message 
that do not relate to the official business of Tata Consultancy Services shall be 
understood as neither given nor endorsed by Tata Consultancy Services or any affiliate 
of Tata Consultancy Services. If you have received this message in error, you should 
destroy this message and may please notify the sender by e-mail. Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Installation Problem - Service wont start

2003-12-06 Thread Bill Barker
The only way is to delete the service and re-install:
  tomcat //DS//Tomcat5
  cd %new-tomcat-path%
  tomcat(w) //IS//Tomcat5 

For most other things, the easiest is to use the GUI with:
  tomcatw //ES//Tomcat5

which will allow you to change almost all of the options painlessly.  The
changes take effect the next time the service is started.

"Ewa Efendy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> I am installing Tomcat 5 on XP Pro. I followed the "installation problem
> thread" which is very helpful.
> I can run my tomcat from command line (catalina run), but when I tried to
> start the tomcat service, it wont start.
> Path to executable on tomcat services is :\Program Files\Apache Software
> Foundation\Tomcat 5.0\bin\tomcat.exe //RS//Tomcat5.
> Does any body can help? Second question is how do I change the path to
> executable on tomcat service?.
>
> Thanks advance for help.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: INSTALLATION PROBLEM FOR MORE THAN A MONTH

2001-06-07 Thread Jann VanOver

If you have "SERVLET.JAR" in your classpath, but the file is really
"servlet.jar" this COULD BE your problem.  Try putting them in the same
case.  Tomcat/Java are VERY VERY VERY case sensitive.

-Original Message-
From: subhi adam [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 2:59 PM
To: [EMAIL PROTECTED]
Subject: INSTALLATION PROBLEM FOR MORE THAN A MONTH


THIS MY AUTOEXEC.BAT FILE

PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\TOMCAT\BIN;C:\JDK1.3\BIN
SET 
CLASSPATH=.;C:\JDK1.3\JRE\LIB\RT.JAR;C:\JDK1.3\LIB\TOOLS.JAR;C:\TOMCAT\LIB\S
ERVLET.JAR
SET TOMCAT_HOME=C:\TOMCAT;
SET JAVA_HOME=C:\JDK1.3;
SET ANT_HOME=C:\JAKARTA-ANT;

AND GET THE FOLLOWING WHEN I START TOMCAT

C:\tomcat\bin>TOMCAT START
Unable to locate servlet.jar, check the value of TOMCAT_HOME.


WHEN I CHECK  THE SETTING I GET FOLLOWING
C:\tomcat\bin>SET
TMP=c:\windows\TEMP
TEMP=C:\windows\TEMP
PROMPT=$p$g
winbootdir=C:\WINDOWS
COMSPEC=C:\WINDOWS\COMMAND.COM
windir=C:\WINDOWS
BLASTER=A220 I5 D1
PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\TOMCAT\BIN;C:\JDK1.3\BI
JAVA_HOME=C:\JDK1.3;
ANT_HOME=C:\JAKARTA-ANT;
CMDLINE=EDIT TOMCAT.BAT
TOMCAT_HOME=C:\TOMCAT;

DO I NEED TO SET SOMETHING ELSE . WIN98 /TOMCAT3.2.2

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.



RE: INSTALLATION PROBLEM FOR MORE THAN A MONTH

2001-06-07 Thread Filip Hanik

SET TOMCAT_HOME=C:\TOMCAT;
SET JAVA_HOME=C:\JDK1.3;
SET ANT_HOME=C:\JAKARTA-ANT;

what are the semi colons ";" doing there?

Filip

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net 

>-Original Message-
>From: subhi adam [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, June 07, 2001 2:59 PM
>To: [EMAIL PROTECTED]
>Subject: INSTALLATION PROBLEM FOR MORE THAN A MONTH
>
>
>THIS MY AUTOEXEC.BAT FILE
>
>PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\TOMCAT\BIN;C:\JDK1.3\BIN
>SET 
>CLASSPATH=.;C:\JDK1.3\JRE\LIB\RT.JAR;C:\JDK1.3\LIB\TOOLS.JAR;C:\TOM
>CAT\LIB\SERVLET.JAR
>SET TOMCAT_HOME=C:\TOMCAT;
>SET JAVA_HOME=C:\JDK1.3;
>SET ANT_HOME=C:\JAKARTA-ANT;
>
>AND GET THE FOLLOWING WHEN I START TOMCAT
>
>C:\tomcat\bin>TOMCAT START
>Unable to locate servlet.jar, check the value of TOMCAT_HOME.
>
>
>WHEN I CHECK  THE SETTING I GET FOLLOWING
>C:\tomcat\bin>SET
>TMP=c:\windows\TEMP
>TEMP=C:\windows\TEMP
>PROMPT=$p$g
>winbootdir=C:\WINDOWS
>COMSPEC=C:\WINDOWS\COMMAND.COM
>windir=C:\WINDOWS
>BLASTER=A220 I5 D1
>PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\TOMCAT\BIN;C:\JDK1.3\BI
>JAVA_HOME=C:\JDK1.3;
>ANT_HOME=C:\JAKARTA-ANT;
>CMDLINE=EDIT TOMCAT.BAT
>TOMCAT_HOME=C:\TOMCAT;
>
>DO I NEED TO SET SOMETHING ELSE . WIN98 /TOMCAT3.2.2
>
>_
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>



Re: INSTALLATION PROBLEM FOR MORE THAN A MONTH

2001-06-12 Thread Moin Anjum H.

Is SET
CLASSPATH=.;C:\JDK1.3\JRE\LIB\RT.JAR;C:\JDK1.3\LIB\TOOLS.JAR;C:\TOMCAT\LIB\SERVLET.JAR

is this Line in your Autoexec.bat is in One Line or 2 Lines.

It has to be in One Line.

HTH
Best Regards
Moin.

subhi adam wrote:

> THIS MY AUTOEXEC.BAT FILE
>
> PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\TOMCAT\BIN;C:\JDK1.3\BIN
> SET
> 
>CLASSPATH=.;C:\JDK1.3\JRE\LIB\RT.JAR;C:\JDK1.3\LIB\TOOLS.JAR;C:\TOMCAT\LIB\SERVLET.JAR
> SET TOMCAT_HOME=C:\TOMCAT;
> SET JAVA_HOME=C:\JDK1.3;
> SET ANT_HOME=C:\JAKARTA-ANT;
>
> AND GET THE FOLLOWING WHEN I START TOMCAT
>
> C:\tomcat\bin>TOMCAT START
> Unable to locate servlet.jar, check the value of TOMCAT_HOME.
>
> WHEN I CHECK  THE SETTING I GET FOLLOWING
> C:\tomcat\bin>SET
> TMP=c:\windows\TEMP
> TEMP=C:\windows\TEMP
> PROMPT=$p$g
> winbootdir=C:\WINDOWS
> COMSPEC=C:\WINDOWS\COMMAND.COM
> windir=C:\WINDOWS
> BLASTER=A220 I5 D1
> PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\TOMCAT\BIN;C:\JDK1.3\BI
> JAVA_HOME=C:\JDK1.3;
> ANT_HOME=C:\JAKARTA-ANT;
> CMDLINE=EDIT TOMCAT.BAT
> TOMCAT_HOME=C:\TOMCAT;
>
> DO I NEED TO SET SOMETHING ELSE . WIN98 /TOMCAT3.2.2
>
> _
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




Re: INSTALLATION PROBLEM FOR MORE THAN A MONTH

2001-06-12 Thread wapeditor


Hi!.

I haven't follow all this thread, but:

Have you try to remove semicolons at the end of JAVA_HOME & TOMCAT_HOME?

SET TOMCAT_HOME=C:\TOMCAT
SET JAVA_HOME=C:\JDK1.3
SET ANT_HOME=C:\JAKARTA-ANT

When you show your environmet variables (set) I don't see CLASSPATH set
(JAVA_HOME, TOMCAT_HOME does). Did you increased the amount of memory for
environment variables for MS-DOS? (at least 4096. Default for w98 is 2048)

Actually, by using the BAT files under tomcat\bin, there is no need to set
classpath at all at least you need external libs/jars like JDBC drivers,
etc.

Have you try 'c:\tomcat\bin\startup.bat' instead of 'tomcat.bat start'?

HTH
Bob



Re: Installation problem (For Harry and the rest....)

2003-11-19 Thread foongkim
Harry, i follow through this problem...

but if i am not wrong, sancha start from beginning is having this problem.

>>3.
> > i. Now, i clicked the "Start Tomcat" icon the windows
> > key + Program files + Apache tomcat. I find a window
> > disappearing as soon as it appears.

But after he/she try to change the catalina_home and Java_home then it's 
sovled. But i wonder what is happending to his/her situation 

I faced this kind of problem before, a window disappear as soon as it 
appears. I notice (after i checked the log files in the tomcat directory) 
that's because of the IP binding... my background environment is still 
running the services thus when i start again... give me the same 
syndrom. 

:-) so, anyone know what is happening to sancha setting?? 






"[EMAIL PROTECTED]" 
    cc: 
Subject:Re: Installation problem


Hi Harry,

Followed Wendell's instructions.

when i ran in the cmd prompt i got the following
message,(slightly long)
--
C:\Program Files\Apache Software Foundation\Tomcat
5.0\bin>catalina run
Using CATALINA_BASE:   C:\Program Files\Apache Software
Foundation\Tomcat 5.0
Using CATALINA_HOME:   C:\Program Files\Apache Software
Foundation\Tomcat 5.0
Using CATALINA_TMPDIR: C:\Program Files\Apache Software
Foundation\Tomcat 5.0\te
mp
Using JAVA_HOME:   C:\Program Files\j2sdk_nb\j2sdk1.4.2
Nov 20, 2003 1:02:39 AM
org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Nov 20, 2003 1:02:39 AM org.apache.catalina.startup.Catalina
load
INFO: Initialization processed in 4807 ms
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.14
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:C:\Program Files\Apache Sof
tware Foundation\Tomcat
5.0\conf\Catalina\localhost\manager.xml
Nov 20, 2003 1:02:43 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:C:\Program Files\Apache Sof
tware Foundation\Tomcat
5.0\conf\Catalina\localhost\admin.xml
Nov 20, 2003 1:02:45 AM
org.apache.struts.util.PropertyMessageResources 
INFO: Initializing,
config='org.apache.struts.util.LocalStrings', returnNull=tru
e
Nov 20, 2003 1:02:45 AM
org.apache.struts.util.PropertyMessageResources 
INFO: Initializing,
config='org.apache.struts.action.ActionResources', returnNul
l=true
Nov 20, 2003 1:02:47 AM
org.apache.struts.util.PropertyMessageResources 
INFO: Initializing,
config='org.apache.webapp.admin.ApplicationResources', retur
nNull=true
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path  from URL
file:C:\Program Files
\Apache Software Foundation\Tomcat 5.0\webapps\ROOT
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/tomcat-docs from URL file:C:\P
rogram Files\Apache Software Foundation\Tomcat
5.0\webapps\tomcat-docs
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/jsp-examples from URL file:C:\
Program Files\Apache Software Foundation\Tomcat
5.0\webapps\jsp-examples
Nov 20, 2003 1:02:53 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/servlets-examples from URL fil
e:C:\Program Files\Apache Software Foundation\Tomcat
5.0\webapps\servlets-exampl
es
Nov 20, 2003 1:02:54 AM
org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
Nov 20, 2003 1:02:55 AM org.apache.jk.common.ChannelSocket
init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Nov 20, 2003 1:02:55 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=20/90  config=C:\Program
Files\Apache Software Founda
tion\Tomcat 5.0\conf\jk2.properties
Nov 20, 2003 1:02:55 AM org.apache.catalina.startup.Catalina
start
INFO: Server startup in 15742 ms


i tried accessing the welcome page. Then, got the welcome
page .

Could you please tell me as to how should i allow my file to
viewed by my friend in another machine?

Thanks for your help in anticipation.

bfn
> 
> Hello
> 
> > Hoping for your help again...
> 
> Try Wendell's instructions (carefully) and tell us what
> happens (what you see on the DOS prompt command window).
> 
> Regards
> 
> Harry Mant

Re: Installation problem (For Harry and the rest....)

2003-11-19 Thread Kwok Peng Tuck
Maybe the server.xml is malformed ?
You can check by running catalina.bat instead of using the icon. That 
way it will run in the current window instead of disappearing. Try
'catalina run'

[EMAIL PROTECTED] wrote:

Harry, i follow through this problem...

but if i am not wrong, sancha start from beginning is having this problem.

 

3.
i. Now, i clicked the "Start Tomcat" icon the windows
key + Program files + Apache tomcat. I find a window
disappearing as soon as it appears.
 

But after he/she try to change the catalina_home and Java_home then it's 
sovled. But i wonder what is happending to his/her situation 

I faced this kind of problem before, a window disappear as soon as it 
appears. I notice (after i checked the log files in the tomcat directory) 
that's because of the IP binding... my background environment is still 
running the services thus when i start again... give me the same 
syndrom. 

:-) so, anyone know what is happening to sancha setting?? 





"[EMAIL PROTECTED]" 
   To: "Tomcat Users List" <[EMAIL PROTECTED]>
   cc: 
   Subject:Re: Installation problem

Hi Harry,

Followed Wendell's instructions.

when i ran in the cmd prompt i got the following
message,(slightly long)
--
C:\Program Files\Apache Software Foundation\Tomcat
5.0\bin>catalina run
Using CATALINA_BASE:   C:\Program Files\Apache Software
Foundation\Tomcat 5.0
Using CATALINA_HOME:   C:\Program Files\Apache Software
Foundation\Tomcat 5.0
Using CATALINA_TMPDIR: C:\Program Files\Apache Software
Foundation\Tomcat 5.0\te
mp
Using JAVA_HOME:   C:\Program Files\j2sdk_nb\j2sdk1.4.2
Nov 20, 2003 1:02:39 AM
org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Nov 20, 2003 1:02:39 AM org.apache.catalina.startup.Catalina
load
INFO: Initialization processed in 4807 ms
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.14
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
Nov 20, 2003 1:02:40 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:C:\Program Files\Apache Sof
tware Foundation\Tomcat
5.0\conf\Catalina\localhost\manager.xml
Nov 20, 2003 1:02:43 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Processing Context configuration file URL
file:C:\Program Files\Apache Sof
tware Foundation\Tomcat
5.0\conf\Catalina\localhost\admin.xml
Nov 20, 2003 1:02:45 AM
org.apache.struts.util.PropertyMessageResources 
INFO: Initializing,
config='org.apache.struts.util.LocalStrings', returnNull=tru
e
Nov 20, 2003 1:02:45 AM
org.apache.struts.util.PropertyMessageResources 
INFO: Initializing,
config='org.apache.struts.action.ActionResources', returnNul
l=true
Nov 20, 2003 1:02:47 AM
org.apache.struts.util.PropertyMessageResources 
INFO: Initializing,
config='org.apache.webapp.admin.ApplicationResources', retur
nNull=true
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path  from URL
file:C:\Program Files
\Apache Software Foundation\Tomcat 5.0\webapps\ROOT
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/tomcat-docs from URL file:C:\P
rogram Files\Apache Software Foundation\Tomcat
5.0\webapps\tomcat-docs
Nov 20, 2003 1:02:52 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/jsp-examples from URL file:C:\
Program Files\Apache Software Foundation\Tomcat
5.0\webapps\jsp-examples
Nov 20, 2003 1:02:53 AM
org.apache.catalina.core.StandardHostDeployer install
INFO: Installing web application at context path
/servlets-examples from URL fil
e:C:\Program Files\Apache Software Foundation\Tomcat
5.0\webapps\servlets-exampl
es
Nov 20, 2003 1:02:54 AM
org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
Nov 20, 2003 1:02:55 AM org.apache.jk.common.ChannelSocket
init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Nov 20, 2003 1:02:55 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=20/90  config=C:\Program
Files\Apache Software Founda
tion\Tomcat 5.0\conf\jk2.properties
Nov 20, 2003 1:02:55 AM org.apache.catalina.startup.Catalina
start
INFO: Server startup in 15742 ms

i tried accessing the welcome page. Then, got the welcome
page .
Could you please tell me as to how should i allow my file to
viewed by my friend in another machine?
Thanks for you

Re: Installation problem (For Harry and the rest....)

2003-11-20 Thread Harry Mantheakis
Hello

> I faced this kind of problem before, a window disappear as soon as it
> appears. I notice (after i checked the log files in the tomcat directory)
> that's because of the IP binding... my background environment is still
> running the services thus when i start again... give me the same
> syndrom. 

The only thing that comes to mind is that another service is using port
8080. IIRC Oracle 9i runs a service on that port.

Do netstat and see what's running.

Is anything written to the log file?

Regards

Harry Mantheakis
London, UK



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Installation Problem: tomcat 4.1.12-LE + java 1.4.0._1

2002-10-24 Thread Kristian A. Leth

Try adding a

set PATH=%PATH%;%JAVA_HOME%\bin

to your catalina.bat

Or try running java -fullversion from your command line, to see the default
java version.
As far as I can see Catalina.bat doesn't use JAVA_HOME for anything.

If this fails as well, check wether you have an old rt.jar or classes.zip
in your classpath.
If scarab needs JCE, you better download it
http://java.sun.com/j2se/1.4.1/download.html and place it in classpath

I'm running the same setup (minus scarab) on a win2k server with multiple
jdks and having absolute no problems

Med venlig hilsen

Kleth

--

Kristian A. Leth.
Systemsdeveloper, Maersk Data A/S.
--
Professionals are predictable;
the world is full of dangerous amateurs.
--




|-+>
| ||
| | "Batty, Martin"|
| |   |
| ||
| | 24-10-2002 13:28   |
| | Please respond to  |
| | "Tomcat Users List"|
| ||
| ||
|-+>
  
>--|
  |
  |
  |   To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>  
  |
  |   cc:  
  |
  |   Subject:  Installation Problem: tomcat 4.1.12-LE + java 1.4.0._1 
  |
  
>--|



Hi,

I'm having problems starting up tomcat 4.1.12 LE using java 1.4.0_01 on
Windows 2000 Professional. I'm using the LE version because I want to set
up
Scarab, which doesn't work with xerces2 in the classpath (its site
recommends using LE).

Here is what's going on...

(I'm calling "catalina run" because startup.bat opens a new console which
disappears before I can read the stack trace. I'm pretty sure it's not
causing a problem.)

C:\jakarta-tomcat-4.1.12-LE-jdk14\bin>catalina run
Using CATALINA_BASE:   ..
Using CATALINA_HOME:   ..
Using CATALINA_TMPDIR: ..\temp
Using JAVA_HOME:   c:\j2sdk1.4.0_01
Oct 24, 2002 11:55:15 AM org.apache.commons.modeler.Registry loadRegistry
INFO: Loading registry information
Oct 24, 2002 11:55:15 AM org.apache.commons.modeler.Registry getRegistry
INFO: Creating new Registry instance
Oct 24, 2002 11:55:15 AM org.apache.commons.modeler.Registry getServer
INFO: Creating MBeanServer
Oct 24, 2002 11:55:16 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Starting service Tomcat-Standalone
Apache Tomcat/4.1.12-LE-jdk14
Exception during startup processing
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
Caused by: java.lang.InternalError: internal error: SHA-1 not available.
at sun.security.provider.SecureRandom.init(SecureRandom.java:86)
at sun.security.provider.SecureRandom.(SecureRandom.java:65)
at java.security.SecureRandom.(SecureRandom.java:131)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)

at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:296)
at java.lang.Class.newInstance(Class.java:249)
at
org.apache.catalina.session.ManagerBase.getRandom(ManagerBase.java:47
7)
at
org.apache.catalina.session.ManagerBase.generateSessionId(ManagerBase
.java:675)
at
org.apache.catalina.session.StandardManager.start(StandardManager.jav
a:620)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:3
496)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)

at
org.a