The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
450 views

How can I redirect ports 80 and 443 to 8080 and 8443 with iptables?

I'm looking at the documentation for a Tomcat 6 webapp called DSpace, specifically in regardds to running Running DSpace on Standard Ports (80 for http:// and 443 for https://) I am trying to use ...
0
votes
1answer
245 views

Autorun Tomcat in Linux Mandriva - java.io.IOException: invalid argument

Here's the autorun script, which i use - #!/bin/sh # description: Tomcat start/stop script # chkconfig: TOMCAT_PATH=/java/apache-tomcat-7.0.32/bin ...
1
vote
1answer
126 views

tomcat: symbolic link in a loop

linux-trra:/usr/local> $CATALINA_HOME bash: /home/anisha/openGTS17Nov/apache-tomcat-7.0.32/: is a directory linux-trra:/usr/local # ln -s $CATALINA_HOME tomcat linux-trra:/usr/local # file tomcat ...
1
vote
3answers
116 views

How do you set a program as a service in Linux (Debian) but have it switched off by default?

When you install Alfresco, it gives you an option of having it installed as a service or not. If you install it as a service, the service starts up on booting but since it's using Tomcat it's too ...
1
vote
1answer
147 views

How to start java application after machine reboot?

I'm wondering if there is easier way to start java application (just tomcat server) after machine has been rebooted? Possible answers: Add the application as a service and then add it using ...
0
votes
2answers
294 views

Java version for Tomcat

I want to run my Tomcat with Java 7 but all I found about configuring it doesn't work. The management interface of Tomcat shows 1.6.0_24-b24 as Java version. The JAVA_HOME variable is empty. % echo ...
0
votes
0answers
122 views

DP: Apache Web Server character encoding [closed]

I'm double posting because I think U guyz may have a clue: http://serverfault.com/questions/423663/apache-web-server-character-encoding 10x
1
vote
2answers
146 views

apache, tomcat context path

I have Tomcat and Apache installed in CentOS 5. They're integrated with a help of mod_jk.so. They both display the same in http://www.tource.com/cms/admin and http://www.tource.com:8080/cms/admin ...
2
votes
1answer
978 views

How to checkout Tomcat by SVN?

I try: svn co http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk/ But received error: svn: E170000: Unrecognized URL scheme for 'http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk' Is it ...
2
votes
1answer
146 views

Run an application under Tomcat

I have an application that needs to run under Tomcat. I have installed Tomcat but I don't know where can I put the directory of the project.
2
votes
2answers
743 views

Virtual hosting a tomcat webapp in Apache on RHEL 5.0

I am in a hosting fix! I have developed a web app for my organisation that allows sharing, interacting, etc. I want to DEPLOY IT ON LAN. BUT... I don't want the end user to type: ...