LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Java, Tomcat, Apache2.0.47, Mandrake9.2 help (https://www.linuxquestions.org/questions/linux-software-2/java-tomcat-apache2-0-47-mandrake9-2-help-125716/)

lazat 12-14-2003 08:37 AM

Java, Tomcat, Apache2.0.47, Mandrake9.2 help
 
Hi

I try to install tomcat with the urpmi and it always stops becouse I need som dependics. I have downloaded all files that it needed but when I try to install them nothing happens. I just get my shell back.

Next time i run urpmi tomcat4-4.1.27-2jpp.noarch.rpm
i get the same error that the dependics is not installed.

I don't know what to do anymore. I hope you can help me.

I can't fund anything in the logfiles. Its 0 byte big so the
server stops before it has written anything to the logfiles.


I'm useing mandrake 9.2

mooreted 12-14-2003 08:46 AM

What dependecies is the program looking for?

Ted.

lazat 12-14-2003 09:14 AM

Quote:

Originally posted by mooreted
What dependecies is the program looking for?

Ted.


jta
javamail
jaas

lazat 12-14-2003 09:18 AM

I fund something intressting.
If i run

[root@linux-www2 java]# /usr/java/j2sdk1.4.2_02/bin/java
Is says "Killed"

It looks like my java is not working. What premissions should it have?

mooreted 12-14-2003 11:49 AM

The program you are installing may need to be told where your Java package is installed. You'll have to read the documentation to see how to edit the config scripts, what switches you might need to compile, and so on.

You can't run Java as a program by itself. The Java package provides libraries and objects to run Java programs, it's not a program.

From the Sun Java site:
"Q: How do I install the JavaMail API implementation?
A: Unzip the distribution zip file and edit your CLASSPATH environment variable to include the mail.jar file that was included with the JavaMail API distribution. You will also need an implementation of the JavaBeans Activation Framework (see below). See the README file (in the distribution) for additional details and examples."

I would say your best bet is to read up on how to install the Java objects and/or api's you need and give it another try.

Good Luck,
Ted.

lazat 12-15-2003 12:10 PM

OK I will try agen. I have fund a good faq that i will follow.
I be back if it does not work.

mooreted 12-16-2003 08:33 AM

Okay, good luck.


All times are GMT -5. The time now is 09:17 PM.