RE: tomcat default page

2005-06-28 Thread afonseca
Hi,

Do a re-direct in the page in
http://www.mydomain.com:8080
to
http://www.mydomain.com:8080/myapp/index.jsp.

António



Citando Brereton, Stephen [EMAIL PROTECTED]:

 Do you mean to display another page, or to stop the access via port 8080?
 
 -Original Message-
 From: Tony Smith [mailto:[EMAIL PROTECTED]
 Sent: 28 June 2005 22:39
 To: Tomcat Users List
 Subject: tomcat default page
 
 
 I install tomcat on my machine and my webapp can be
 accessed as
 
 http://www.mydomain.com:8080/myapp/index.jsp.
 
 If I type http://www.mydomain.com:8080, the default
 tomcat page will be displayed. How can I change this
 page to something else, or forbid it?
 
 Thanks,
 
 
 
 
 __
 Yahoo! Mail Mobile
 Take Yahoo! Mail with you! Check email on your mobile phone.
 http://mobile.yahoo.com/learn/mail
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 * * * * * * * * * * * *
 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 This email represents the personal views of the author/sender.  The
 author/sender has no authority or delegation to bind the City of York
 Council by this e-mail and the City of York Council accepts no
 responsibility whatsoever for its contents.  Please note that any reply to
 this email may be screened.
 
 -
 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]



Error java.lang.String.replace

2005-05-31 Thread afonseca
Hi,

I'm not sure this is the rigth place to post my question, but I need help:

I'm developing a digital library and have tomcat-5.0.28 on my machine and 
j2sdk1.4.2_06.
I'm using a open source software that gives me an error:

Error message  
java.lang.String.replace(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Ljava/lang/String;
Exception type  
java.lang.NoSuchMethodError

I'm not a coder, so I try to figure out what's the problem and in my research I 
read that these crashes appear when the code uses some method which didn't 
exist before JDK 1.5.

Can the be true?

Thanks for all the help.

António

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



log4j:WARN

2005-05-15 Thread afonseca
Hi!


I'm developing a digital library with FEDORA (www.fedora.info) that comes with a
jakarta-tomcat-5.0.28 server.
The server works fine, but I instaled a .war file for an interface in JSPs that 
gives me the folowing error:

-
log4j:WARN No appenders could be found for logger 
(org.acs.elated.lucene.LuceneInterface).
log4j:WARN Please initialize the log4j system properly.

---

The complect startup looks like this:

-
c:\fedora-2.0\server\binfedora-start
Starting Fedora server...
Deploying API-M and API-A...
Waiting for server to start...
Waiting for server to start...
log4j:WARN No appenders could be found for logger 
(org.acs.elated.lucene.LuceneInterface).
log4j:WARN Please initialize the log4j system properly.
Processing file C:\fedora-2.0\server\config\deployAPI-A.wsdd
AdminDone processing/Admin
Processing file C:\fedora-2.0\server\config\deploy.wsdd
AdminDone processing/Admin
Initializing Fedora Server instance...
Fedora Version: 2.0
Fedora Build: 1
Server Host Name: localhost
Server Port: 8080
Debugging: false
OK
Finished.  To stop the server, use fedora-stop.
c:\fedora-2.0\server\bin

I have the log4j.properties in 
C:\fedora-2.0\server\jakarta-tomcat-5.0.28\webapps\elated\WEB-INF\classes
but I dont understand the error...

Can anyone help?

Thanks
António






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