You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Oki DZ <ok...@pindad.com> on 2003/06/26 08:57:30 UTC

index.html

Hi,

I just installed Tomcat 5.0.3. The index page showed the version as
4.0-b4. I think it would be neater if the index page were a servlet, so
that it could retrieve the version number from the config files and have
the right number.

BTW, the wrong version display is some kind of a show stopper.

Oki



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: index.html

Posted by Oki DZ <ok...@pindad.com>.
On Tue, Jul 01, 2003 at 06:53:07AM -0400, Tim Funk wrote:
> What happens if you use bin/startup.sh?

I'm sorry I've been bothering you; it was just about having an older 
catalina.jar in the JVM's ext directory. Runs fine now.

Oki


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Tomcat 4.1.24 with Oracle8i

Posted by Naveen My <pe...@yahoo.com>.
Can anybody help me with  tutorial links  of Tomcat + oracle ?????

I am using Tomcat 4.1.24 and Oracle 8i.

 

thanks in advance

-naveen


---------------------------------
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

Re: index.html

Posted by Tim Funk <fu...@joedog.org>.
What happens if you use bin/startup.sh?

-Tim


Oki DZ wrote:
> On Fri, Jun 27, 2003 at 07:12:23AM -0400, Tim Funk wrote:
> 
>>Odd. I'll download the binary and take a look.
> 
> 
> I downloaded Tomcat again; now I have the daily builds (ie: 
> jakarta-tomcat-5-bin-20030628.tar.gz). Same thing happened.
> I believe that's pretty strange.
> 
> Oki
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: index.html

Posted by Oki DZ <ok...@pindad.com>.
On Fri, Jun 27, 2003 at 07:12:23AM -0400, Tim Funk wrote:
> Odd. I'll download the binary and take a look.

I downloaded Tomcat again; now I have the daily builds (ie: 
jakarta-tomcat-5-bin-20030628.tar.gz). Same thing happened.
I believe that's pretty strange.

Oki


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: index.html

Posted by Tim Funk <fu...@joedog.org>.
Odd. I'll download the binary and take a look.

-Tim

Oki DZ wrote:

> 
> But,
> okidz@okidz:/usr/local/jakarta-tomcat-5.0.3/bin$ ./catalina.sh run
> Using CATALINA_BASE:   /usr/local/jakarta-tomcat-5.0.3
> Using CATALINA_HOME:   /usr/local/jakarta-tomcat-5.0.3
> Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat-5.0.3/temp
> Using JAVA_HOME:       /usr/local/j2sdk141
> java.lang.NoSuchMethodException:
> org.apache.catalina.startup.Catalina.setAwait(boolean)
> 	at java.lang.Class.getMethod0(Class.java:1756)
> 	at java.lang.Class.getMethod(Class.java:963)
> 	at org.apache.catalina.startup.Bootstrap.setAwait(Bootstrap.java:337)
> 	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:392)
> 
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: index.html

Posted by Oki DZ <ok...@pindad.com>.
On Thu, 2003-06-26 at 18:53, Tim Funk wrote:
> Are you sure you installed the right tomcat? 

Ouch, silly me; no it was 4.0-b4.


OK, cd to the right directory.

But,
okidz@okidz:/usr/local/jakarta-tomcat-5.0.3/bin$ ./catalina.sh run
Using CATALINA_BASE:   /usr/local/jakarta-tomcat-5.0.3
Using CATALINA_HOME:   /usr/local/jakarta-tomcat-5.0.3
Using CATALINA_TMPDIR: /usr/local/jakarta-tomcat-5.0.3/temp
Using JAVA_HOME:       /usr/local/j2sdk141
java.lang.NoSuchMethodException:
org.apache.catalina.startup.Catalina.setAwait(boolean)
	at java.lang.Class.getMethod0(Class.java:1756)
	at java.lang.Class.getMethod(Class.java:963)
	at org.apache.catalina.startup.Bootstrap.setAwait(Bootstrap.java:337)
	at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:392)


I downloaded the binary dist. yesterday.

okidz@okidz:/var/backups$ more wg*3
--09:06:47-- 
http://jakarta.apache.org/builds/jakarta-tomcat/release/v5.0.3-alpha/bin/jakarta-tomcat-5.0.3.tar.gz
           => `jakarta-tomcat-5.0.3.tar.gz'
Resolving bdg2.pindad.co.id... done.
Connecting to bdg2.pindad.co.id[192.168.1.45]:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 10,110,158 [application/x-tar]

...

09:19:11 (13.30 KB/s) - `jakarta-tomcat-5.0.3.tar.gz' saved
[10110158/10110158]

okidz@okidz:/var/backups$  ls -l wg*3
-rw-r--r--    1 okidz    okidz       16073 Jun 26 09:19 wget-log.3

Oki



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: index.html

Posted by Tim Funk <fu...@joedog.org>.
Are you sure you installed the right tomcat? The index page is a JSP (a 
precompiled JSP too). But I do see that the home page is wrong that it does say:

=========
As you may have guessed by now, this is the default Tomcat home page. It can 
be found on the local filesystem at:

     $CATALINA_HOME/webapps/ROOT/index.html
                                       ^^^^^ <=== Wrong
=========

I'll fix this typo sometime in the near future.

-Tim

Oki DZ wrote:
> Hi,
> 
> I just installed Tomcat 5.0.3. The index page showed the version as
> 4.0-b4. I think it would be neater if the index page were a servlet, so
> that it could retrieve the version number from the config files and have
> the right number.
> 
> BTW, the wrong version display is some kind of a show stopper.
> 
> Oki
> 
> 
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org