]> git.pld-linux.org Git - packages/tomcat.git/log
packages/tomcat.git
11 years ago- Suggests: tomcat-native auto/th/tomcat-6_0_20-6
pawelz [Fri, 11 Dec 2009 17:21:47 +0000 (17:21 +0000)]
- Suggests: tomcat-native
- sorted deps

Changed files:
    tomcat.spec -> 1.145

11 years ago- this file is only example. Default values of env variables are set in .init
pawelz [Fri, 11 Dec 2009 16:40:54 +0000 (16:40 +0000)]
- this file is only example. Default values of env variables are set in .init

Changed files:
    apache-tomcat.sysconfig -> 1.4

11 years ago- set default values of env variables in init, not in sysconfig
pawelz [Fri, 11 Dec 2009 16:40:14 +0000 (16:40 +0000)]
- set default values of env variables in init, not in sysconfig
- export variables
- CATALINA_OPTS+=-Djava.library.path=/usr/lib64:/usr/lib

Changed files:
    apache-tomcat.init -> 1.17

11 years ago- rel 6
pawelz [Fri, 11 Dec 2009 16:08:27 +0000 (16:08 +0000)]
- rel 6

Changed files:
    tomcat.spec -> 1.144

11 years ago- dropped java-commons{pool,dbcp} Rs/BRs. Our tomcat was not accessing thes
pawelz [Fri, 4 Dec 2009 14:35:48 +0000 (14:35 +0000)]
- dropped java-commons{pool,dbcp} Rs/BRs. Our tomcat was not accessing thes
  files during build, and they were not included in tomcat's CLASSPATH. I'm
  using few instances of tomcat from PLD packages long enough to be sure, that
  these jars are not required.

Changed files:
    tomcat.spec -> 1.143

11 years ago- better permission for /var/lib/tomcat and some subdirs:
pawelz [Thu, 3 Dec 2009 17:10:22 +0000 (17:10 +0000)]
- better permission for /var/lib/tomcat and some subdirs:
- some stupid java apps (opensso for example) need write acess to /var/lib/tomcat, but they don't write anything there.
- no need for sticky bit for /var/lib/work
- no rx for "other". Tomcat config/cache/temporary dirs may contain some private data like passwords

Changed files:
    tomcat.spec -> 1.142

11 years ago- stop tomcat with -force (it will send -KILL at the end. Just to be sure.)
pawelz [Tue, 24 Nov 2009 08:37:05 +0000 (08:37 +0000)]
- stop tomcat with -force (it will send -KILL at the end. Just to be sure.)

Changed files:
    apache-tomcat.init -> 1.16

11 years ago- drop R(post,postun) ldconfig
pawelz [Tue, 27 Oct 2009 18:23:53 +0000 (18:23 +0000)]
- drop R(post,postun) ldconfig

Changed files:
    tomcat.spec -> 1.141

11 years ago- R: java-commons-dbcp >= 0:1.1 (*) auto/th/tomcat-6_0_20-5
pawelz [Fri, 23 Oct 2009 20:48:08 +0000 (20:48 +0000)]
- R: java-commons-dbcp >= 0:1.1 (*)
- R: java-commons-dbcp-tomcat5 >= 0:1.1
- R: java-commons-pool (*)
- R: java-commons-pool-tomcat5
- BR: java-commons-pool (*)
- BR: java-commons-pool-tomcat5
- TODO: not sure if (*) are realy required, but it is safe to add them.
- rel 5

Changed files:
    tomcat.spec -> 1.140

11 years ago- build property tomcat-jdt.jar must point to jar that contains eclipse jdt.
pawelz [Fri, 23 Oct 2009 09:15:52 +0000 (09:15 +0000)]
- build property tomcat-jdt.jar must point to jar that contains eclipse jdt.
  The problem was it pointed to itself (/usr/share/java/jasper-compiler-jdt).
  It means, that orc.eclipse.jdt classes from previous tomcat version was
  repackaged to new tomcat version. This is why these classes were older then
  tomcat. In fact they were never updated. Now this property points to
  /usr/share/java/org.eclipse.jdt.core.jar, so tomcat will use the newest
  available eclipse jdt.
- reported by zawadaa, thanks
- rel 4

Changed files:
    tomcat-build.properties -> 1.3
    tomcat.spec -> 1.139

11 years ago- added mysql-connector-jara.jar to %files auto/th/tomcat-6_0_20-3
pawelz [Thu, 22 Oct 2009 14:00:55 +0000 (14:00 +0000)]
- added mysql-connector-jara.jar to %files
- sorted %files

Changed files:
    tomcat.spec -> 1.138

11 years ago- symlink mysql-connector-java to lib and add proper BR
pawelz [Thu, 22 Oct 2009 13:47:54 +0000 (13:47 +0000)]
- symlink mysql-connector-java to lib and add proper BR
- rel 3

Changed files:
    tomcat.spec -> 1.137

11 years ago- internal deps
pawelz [Thu, 3 Sep 2009 07:47:00 +0000 (07:47 +0000)]
- internal deps

Changed files:
    tomcat.spec -> 1.136

11 years ago- rel 2
pawelz [Wed, 2 Sep 2009 09:59:09 +0000 (09:59 +0000)]
- rel 2

Changed files:
    tomcat.spec -> 1.135

11 years ago- commons-dbcp-tomcat5 and commons-pool-tomcat5 should go to lib, not bin.
pawelz [Wed, 2 Sep 2009 09:42:43 +0000 (09:42 +0000)]
- commons-dbcp-tomcat5 and commons-pool-tomcat5 should go to lib, not bin.

Changed files:
    tomcat.spec -> 1.134

11 years ago- symlink commons-pool-tomcat5.jar to tomcat lib dir
pawelz [Wed, 2 Sep 2009 09:30:14 +0000 (09:30 +0000)]
- symlink commons-pool-tomcat5.jar to tomcat lib dir
- drop deps that should be auto generated (symlinks)
- symlink commons-dbcp-tomcat5.jar instead of copy

Changed files:
    tomcat.spec -> 1.133

11 years ago- tomcat config files should not be readeable by everyone since they can
pawelz [Fri, 28 Aug 2009 11:14:33 +0000 (11:14 +0000)]
- tomcat config files should not be readeable by everyone since they can
  contain some passwords (for example tomcat-users.xml)

Changed files:
    tomcat.spec -> 1.132

11 years ago- removed old patches
pawelz [Tue, 18 Aug 2009 16:02:10 +0000 (16:02 +0000)]
- removed old patches

Changed files:
    apache-tomcat-admin-struts.patch -> 1.2
    apache-tomcat-dbcp.patch -> 1.2
    apache-tomcat-native.patch -> 1.2
    apache-tomcat-no-connectors.patch -> 1.4
    apache-tomcat-no_links_to_examples.patch -> 1.2
    apache-tomcat-nsis.patch -> 1.2
    apache-tomcat-skip-jdt.patch -> 1.5
    apache-tomcat-skip-servletapi.patch -> 1.5
    apache-tomcat-struts.patch -> 1.2
    tomcat-CVE-2008-5515.patch -> 1.2
    tomcat-CVE-2009-0033.patch -> 1.2
    tomcat-CVE-2009-0580.patch -> 1.2
    tomcat-CVE-2009-0781.patch -> 1.2
    tomcat-CVE-2009-0783.patch -> 1.2

11 years ago- rel 1 auto/th/tomcat-6_0_20-1
pawelz [Tue, 18 Aug 2009 15:49:50 +0000 (15:49 +0000)]
- rel 1

Changed files:
    tomcat.spec -> 1.131

11 years ago- include java rpm macros
pawelz [Tue, 18 Aug 2009 15:44:30 +0000 (15:44 +0000)]
- include java rpm macros
- removed TODOs
- require sun jre
- adapterized

Changed files:
    tomcat.spec -> 1.130

11 years ago- merged DEVEL
pawelz [Tue, 18 Aug 2009 15:40:11 +0000 (15:40 +0000)]
- merged DEVEL
- tomcat 5.5 saved on TOMCAT-5_5 branch

Changed files:
    apache-tomcat-context-ROOT.xml -> 1.2
    apache-tomcat-context-balancer.xml -> 1.2
    apache-tomcat-context-jsp-examples.xml -> 1.2
    apache-tomcat-context-tomcat-docs.xml -> 1.2
    apache-tomcat-context-webdav.xml -> 1.2
    tomcat-build.properties -> 1.2
    tomcat-build.xml.patch -> 1.2
    tomcat-context-ROOT.xml -> 1.2
    tomcat-context-docs.xml -> 1.2
    tomcat-context-examples.xml -> 1.2
    tomcat-context-host-manager.xml -> 1.2
    tomcat-context-manager.xml -> 1.2
    tomcat-extras.xml.patch -> 1.2
    tomcat.spec -> 1.129

11 years ago- drop obsolete files
Arkadiusz Miśkiewicz [Sun, 5 Jul 2009 17:30:21 +0000 (17:30 +0000)]
- drop obsolete files

Changed files:
    jakarta-tomcat-JAVA_HOME.patch -> 1.4
    jakarta-tomcat-fileupload.patch -> 1.2
    jakarta-tomcat-fixes.patch -> 1.2

11 years ago- remove unused macro, misc changes
Elan Ruusamäe [Mon, 29 Jun 2009 23:42:06 +0000 (23:42 +0000)]
- remove unused macro, misc changes

Changed files:
    tomcat.spec -> 1.128

11 years ago- added security-related patches (backported from svn trunk) auto/th/tomcat-5_5_27-2
pawelz [Tue, 9 Jun 2009 18:15:28 +0000 (18:15 +0000)]
- added security-related patches (backported from svn trunk)
- dropped security blockers
- rel 2
  [fixes: CVE-2008-5515, CVE-2009-0033, CVE-2009-0580, CVE-2009-0781, CVE-2009-0783]

Changed files:
    tomcat.spec -> 1.127

11 years ago- backported from svn trunk.
pawelz [Tue, 9 Jun 2009 18:09:00 +0000 (18:09 +0000)]
- backported from svn trunk.

Changed files:
    tomcat-CVE-2008-5515.patch -> 1.1
    tomcat-CVE-2009-0033.patch -> 1.1
    tomcat-CVE-2009-0580.patch -> 1.1
    tomcat-CVE-2009-0781.patch -> 1.1
    tomcat-CVE-2009-0783.patch -> 1.1

11 years ago- 4 security blockers added and move CVE notes for previous releases
Paweł Gołaszewski [Mon, 8 Jun 2009 11:13:28 +0000 (11:13 +0000)]
- 4 security blockers added and move CVE notes for previous releases

Changed files:
    TODO -> 1.1
    tomcat.spec -> 1.126

11 years ago- missing O:
pawelz [Fri, 5 Jun 2009 14:26:19 +0000 (14:26 +0000)]
- missing O:

Changed files:
    tomcat.spec -> 1.125

11 years ago- BR: s/jakarta-regexp/java-regexp/
pawelz [Mon, 18 May 2009 08:18:56 +0000 (08:18 +0000)]
- BR: s/jakarta-regexp/java-regexp/

Changed files:
    tomcat.spec -> 1.124

11 years ago- rel 1, finally. auto/th/tomcat-5_5_27-1
Sławomir Paszkiewicz [Thu, 16 Apr 2009 13:38:48 +0000 (13:38 +0000)]
- rel 1, finally.

Changed files:
    tomcat.spec -> 1.123

11 years ago- cleanup
Sławomir Paszkiewicz [Thu, 16 Apr 2009 08:29:37 +0000 (08:29 +0000)]
- cleanup

Changed files:
    tomcat.spec -> 1.122

11 years ago- added Patch8 which removes broken links from menu; rel 0.9
Sławomir Paszkiewicz [Thu, 16 Apr 2009 08:18:39 +0000 (08:18 +0000)]
- added Patch8 which removes broken links from menu; rel 0.9

Changed files:
    tomcat.spec -> 1.121

11 years ago- we don`t package JSP and Servlet examples, so remove them from main menu
Sławomir Paszkiewicz [Thu, 16 Apr 2009 08:17:26 +0000 (08:17 +0000)]
- we don`t package JSP and Servlet examples, so remove them from main menu

Changed files:
    apache-tomcat-no_links_to_examples.patch -> 1.1

11 years ago- BR: java-jdbc-mysql
pawelz [Tue, 14 Apr 2009 14:48:51 +0000 (14:48 +0000)]
- BR: java-jdbc-mysql

Changed files:
    tomcat.spec -> 1.120

11 years ago- install jdbc-mysql in common/lib
pawelz [Tue, 14 Apr 2009 14:32:02 +0000 (14:32 +0000)]
- install jdbc-mysql in common/lib

Changed files:
    tomcat.spec -> 1.119

11 years ago- symlinks cleanup
Elan Ruusamäe [Mon, 13 Apr 2009 07:36:42 +0000 (07:36 +0000)]
- symlinks cleanup

Changed files:
    tomcat.spec -> 1.118

11 years ago- link commons-pool-tomcat5 to common/lib
pawelz [Sun, 12 Apr 2009 23:14:10 +0000 (23:14 +0000)]
- link commons-pool-tomcat5 to common/lib

Changed files:
    tomcat.spec -> 1.117

11 years ago- +x for some dirs
pawelz [Sun, 12 Apr 2009 19:08:05 +0000 (19:08 +0000)]
- +x for some dirs

Changed files:
    tomcat.spec -> 1.116

11 years ago- add it also to %%files
pawelz [Sun, 12 Apr 2009 18:53:07 +0000 (18:53 +0000)]
- add it also to %%files

Changed files:
    tomcat.spec -> 1.115

11 years ago- one more symlink to /var/log/tomcat
pawelz [Sun, 12 Apr 2009 18:43:45 +0000 (18:43 +0000)]
- one more symlink to /var/log/tomcat

Changed files:
    tomcat.spec -> 1.114

11 years ago- conf directory has to be writeable by tomcat (because of /admin)
pawelz [Sun, 12 Apr 2009 17:41:59 +0000 (17:41 +0000)]
- conf directory has to be writeable by tomcat (because of /admin)

Changed files:
    tomcat.spec -> 1.113

11 years ago- add status
Elan Ruusamäe [Sun, 12 Apr 2009 15:37:50 +0000 (15:37 +0000)]
- add status

Changed files:
    apache-tomcat.init -> 1.15

11 years ago- keep /dev/null around
Elan Ruusamäe [Sun, 12 Apr 2009 15:07:29 +0000 (15:07 +0000)]
- keep /dev/null around

Changed files:
    apache-tomcat.init -> 1.14

11 years ago- drop startup/shutdown wrappers (unused)
Elan Ruusamäe [Sun, 12 Apr 2009 15:07:09 +0000 (15:07 +0000)]
- drop startup/shutdown wrappers (unused)

Changed files:
    tomcat.spec -> 1.112

11 years ago- invoke catalina.sh directly
Elan Ruusamäe [Sun, 12 Apr 2009 15:00:55 +0000 (15:00 +0000)]
- invoke catalina.sh directly

Changed files:
    apache-tomcat.init -> 1.13

11 years ago- groupadd/groupremove/Provide group: servlet
pawelz [Sun, 12 Apr 2009 14:57:49 +0000 (14:57 +0000)]
- groupadd/groupremove/Provide group: servlet

Changed files:
    tomcat.spec -> 1.111

11 years ago- apply -admin-struts.patch
Elan Ruusamäe [Sun, 12 Apr 2009 14:53:20 +0000 (14:53 +0000)]
- apply -admin-struts.patch

Changed files:
    tomcat.spec -> 1.110

11 years ago- .renametojar still exist
Elan Ruusamäe [Sun, 12 Apr 2009 14:37:43 +0000 (14:37 +0000)]
- .renametojar still exist

Changed files:
    tomcat.spec -> 1.109

11 years ago- resurrect -doc package
Elan Ruusamäe [Sun, 12 Apr 2009 14:34:56 +0000 (14:34 +0000)]
- resurrect -doc package
- don't package jsp-examples
- cosmetics

Changed files:
    tomcat.spec -> 1.108

11 years ago- obsoletes
Elan Ruusamäe [Sun, 12 Apr 2009 14:14:52 +0000 (14:14 +0000)]
- obsoletes

Changed files:
    tomcat.spec -> 1.107

11 years ago- strict deps for -admin
Elan Ruusamäe [Sun, 12 Apr 2009 14:11:36 +0000 (14:11 +0000)]
- strict deps for -admin

Changed files:
    tomcat.spec -> 1.106

11 years ago- renamed from apache-tomcat.spec
pawelz [Sun, 12 Apr 2009 12:17:01 +0000 (12:17 +0000)]
- renamed from apache-tomcat.spec

Changed files:
    tomcat.spec -> 1.105

11 years ago- fix trash and paths
Elan Ruusamäe [Sun, 12 Apr 2009 12:11:13 +0000 (12:11 +0000)]
- fix trash and paths

Changed files:
    tomcat.spec -> 1.104

11 years ago- remove container/webapps/admin/images/Thumbs.db, causes magic db to abort
Elan Ruusamäe [Sun, 12 Apr 2009 11:58:13 +0000 (11:58 +0000)]
- remove container/webapps/admin/images/Thumbs.db, causes magic db to abort

Changed files:
    tomcat.spec -> 1.103

11 years ago- fix one more jakarta in pkg name
Elan Ruusamäe [Sun, 12 Apr 2009 11:52:22 +0000 (11:52 +0000)]
- fix one more jakarta in pkg name

Changed files:
    tomcat.spec -> 1.102

11 years ago- make find-jar subshells fatal
Elan Ruusamäe [Sat, 11 Apr 2009 18:24:51 +0000 (18:24 +0000)]
- make find-jar subshells fatal
- cleanup

Changed files:
    tomcat.spec -> 1.101

11 years ago- apply admin-struts patch
pawelz [Sat, 11 Apr 2009 01:28:46 +0000 (01:28 +0000)]
- apply admin-struts patch
- BR: comons-chain

Changed files:
    tomcat.spec -> 1.100

11 years ago- fixes admin struts config.
pawelz [Sat, 11 Apr 2009 01:23:28 +0000 (01:23 +0000)]
- fixes admin struts config.
- in debian it works without this patch. Is it related to struts version?

Changed files:
    apache-tomcat-admin-struts.patch -> 1.1

11 years ago- missing dirs
pawelz [Fri, 10 Apr 2009 23:57:01 +0000 (23:57 +0000)]
- missing dirs

Changed files:
    tomcat.spec -> 1.99

11 years ago- fixed links for admin
pawelz [Fri, 10 Apr 2009 23:36:06 +0000 (23:36 +0000)]
- fixed links for admin

Changed files:
    tomcat.spec -> 1.98

11 years ago- link jars required by admin
pawelz [Fri, 10 Apr 2009 23:19:41 +0000 (23:19 +0000)]
- link jars required by admin
- rel 0.3

Changed files:
    tomcat.spec -> 1.97

11 years ago- admin R: java-commons-chain
pawelz [Thu, 9 Apr 2009 14:33:21 +0000 (14:33 +0000)]
- admin R: java-commons-chain

Changed files:
    tomcat.spec -> 1.96

11 years ago- more Rs
pawelz [Wed, 8 Apr 2009 21:02:29 +0000 (21:02 +0000)]
- more Rs

Changed files:
    tomcat.spec -> 1.95

11 years ago- groups:
pawelz [Wed, 8 Apr 2009 20:56:36 +0000 (20:56 +0000)]
- groups:
- Networking/Daemons/Java/Servlets for -admin (is it correct?)
- Networking/Daemons/Java for main package (is it correct?)
- Documentation for -doc
- apache license version

Changed files:
    tomcat.spec -> 1.94

11 years ago- require java-mail, not just any javamail
pawelz [Wed, 8 Apr 2009 17:25:12 +0000 (17:25 +0000)]
- require java-mail, not just any javamail

Changed files:
    tomcat.spec -> 1.93

11 years ago- typo
Elan Ruusamäe [Wed, 8 Apr 2009 08:45:17 +0000 (08:45 +0000)]
- typo

Changed files:
    tomcat.spec -> 1.92

11 years ago- why builders try to install jsse? It should be disabled by bcond.
pawelz [Wed, 8 Apr 2009 07:58:26 +0000 (07:58 +0000)]
- why builders try to install jsse? It should be disabled by bcond.

Changed files:
    tomcat.spec -> 1.91

11 years ago- jdk-dependend BRs
pawelz [Wed, 8 Apr 2009 07:39:58 +0000 (07:39 +0000)]
- jdk-dependend BRs

Changed files:
    tomcat.spec -> 1.90

11 years ago- force sun's jdk
pawelz [Tue, 7 Apr 2009 10:45:56 +0000 (10:45 +0000)]
- force sun's jdk
- sorted BRs
- cosmetics

Changed files:
    tomcat.spec -> 1.89

11 years ago- do not force the newest version of junit
pawelz [Tue, 7 Apr 2009 10:43:52 +0000 (10:43 +0000)]
- do not force the newest version of junit
- by default build without jta (apache tomcat is not JEE compliant app server
  so it does not have to contain jta. And jta is problematic because of
  license)

Changed files:
    tomcat.spec -> 1.88

11 years ago- java- prefix for some dpes
pawelz [Tue, 7 Apr 2009 10:28:07 +0000 (10:28 +0000)]
- java- prefix for some dpes

Changed files:
    tomcat.spec -> 1.87

11 years ago- configs should not be executable
Elan Ruusamäe [Mon, 6 Apr 2009 10:29:57 +0000 (10:29 +0000)]
- configs should not be executable
- missing dirs

Changed files:
    tomcat.spec -> 1.86

11 years ago- separeted admin webapp to -admin subpackage
Sławomir Paszkiewicz [Fri, 3 Apr 2009 20:19:57 +0000 (20:19 +0000)]
- separeted admin webapp to -admin subpackage

Changed files:
    tomcat.spec -> 1.85

11 years ago- some old changes from my laptop, plz review and keep or remove
Elan Ruusamäe [Fri, 3 Apr 2009 07:28:45 +0000 (07:28 +0000)]
- some old changes from my laptop, plz review and keep or remove

Changed files:
    tomcat.spec -> 1.84

11 years ago- oops. fixed symlink for jasper
Sławomir Paszkiewicz [Fri, 3 Apr 2009 07:24:02 +0000 (07:24 +0000)]
- oops. fixed symlink for jasper

Changed files:
    tomcat.spec -> 1.83

11 years ago- revert vodka overdoze by paszczus
Elan Ruusamäe [Thu, 2 Apr 2009 13:02:13 +0000 (13:02 +0000)]
- revert vodka overdoze by paszczus

Changed files:
    tomcat.spec -> 1.82

11 years ago- proper permissions for -jasper subpackage
Sławomir Paszkiewicz [Wed, 1 Apr 2009 19:06:54 +0000 (19:06 +0000)]
- proper permissions for -jasper subpackage

Changed files:
    tomcat.spec -> 1.81

11 years ago- strict internal deps
pawelz [Wed, 1 Apr 2009 14:02:20 +0000 (14:02 +0000)]
- strict internal deps
- better description for jasper
- pl for jasper

Changed files:
    tomcat.spec -> 1.80

11 years ago- R: jpackage-utils for %{_javadir}
Elan Ruusamäe [Wed, 1 Apr 2009 10:34:00 +0000 (10:34 +0000)]
- R: jpackage-utils for %{_javadir}

Changed files:
    tomcat.spec -> 1.79

11 years ago- separeted jasper jars to -jasper subpackage
Sławomir Paszkiewicz [Wed, 1 Apr 2009 07:38:37 +0000 (07:38 +0000)]
- separeted jasper jars to -jasper subpackage

Changed files:
    tomcat.spec -> 1.78

11 years ago- P: java-servlet-container
pawelz [Mon, 2 Feb 2009 18:05:51 +0000 (18:05 +0000)]
- P: java-servlet-container
- sorted BRs

Changed files:
    tomcat.spec -> 1.77

11 years ago- set JAVA_HOME and CATALINA_OPTS
pawelz [Mon, 26 Jan 2009 11:14:08 +0000 (11:14 +0000)]
- set JAVA_HOME and CATALINA_OPTS

Changed files:
    apache-tomcat.sysconfig -> 1.3

11 years ago- use tomcat uid
pawelz [Mon, 26 Jan 2009 11:12:34 +0000 (11:12 +0000)]
- use tomcat uid

Changed files:
    apache-tomcat.init -> 1.12

11 years ago- use correct uid and gid number
pawelz [Mon, 26 Jan 2009 11:05:24 +0000 (11:05 +0000)]
- use correct uid and gid number

Changed files:
    tomcat.spec -> 1.76

11 years ago- rel 0.2 (because of new uid/gid)
pawelz [Mon, 26 Jan 2009 10:54:59 +0000 (10:54 +0000)]
- rel 0.2 (because of new uid/gid)

Changed files:
    tomcat.spec -> 1.75

11 years ago- use tomcat uid/gid instead of http
pawelz [Mon, 26 Jan 2009 10:43:46 +0000 (10:43 +0000)]
- use tomcat uid/gid instead of http

Changed files:
    tomcat.spec -> 1.74

11 years ago- install temp directory in CATALINA_BASE, not in CATALINA_HOME
pawelz [Sun, 25 Jan 2009 17:08:05 +0000 (17:08 +0000)]
- install temp directory in CATALINA_BASE, not in CATALINA_HOME

Changed files:
    tomcat.spec -> 1.73

11 years ago- added context files for webapps distributed with tomcat
pawelz [Sun, 25 Jan 2009 17:01:38 +0000 (17:01 +0000)]
- added context files for webapps distributed with tomcat

Changed files:
    tomcat.spec -> 1.72

11 years ago- context file for tomcat-docs webapp
pawelz [Sun, 25 Jan 2009 16:55:09 +0000 (16:55 +0000)]
- context file for tomcat-docs webapp
- based on debian tomcat-docs.xml

Changed files:
    apache-tomcat-context-tomcat-docs.xml -> 1.1

11 years ago- context file for webdav webapp
pawelz [Sun, 25 Jan 2009 16:54:43 +0000 (16:54 +0000)]
- context file for webdav webapp
- based on debian webdav.xml

Changed files:
    apache-tomcat-context-webdav.xml -> 1.1

11 years ago- context file for jsp-examples webapp
pawelz [Sun, 25 Jan 2009 16:54:22 +0000 (16:54 +0000)]
- context file for jsp-examples webapp
- based on debian jsp-examples.xml

Changed files:
    apache-tomcat-context-jsp-examples.xml -> 1.1

11 years ago- context file for balancer webapp
pawelz [Sun, 25 Jan 2009 16:53:40 +0000 (16:53 +0000)]
- context file for balancer webapp
- based on debian balancer.xml

Changed files:
    apache-tomcat-context-balancer.xml -> 1.1

11 years ago- context file for root webapp.
pawelz [Sun, 25 Jan 2009 16:42:14 +0000 (16:42 +0000)]
- context file for root webapp.
- based on debian ROOT.xml

Changed files:
    apache-tomcat-context-ROOT.xml -> 1.1

11 years ago- typo... a stupid one... it is to late.
pawelz [Sat, 24 Jan 2009 21:15:54 +0000 (21:15 +0000)]
- typo... a stupid one... it is to late.

Changed files:
    tomcat.spec -> 1.71

11 years ago- missing directory
pawelz [Sat, 24 Jan 2009 21:08:08 +0000 (21:08 +0000)]
- missing directory

Changed files:
    tomcat.spec -> 1.70

11 years ago- added sysconfig file
pawelz [Sat, 24 Jan 2009 19:31:29 +0000 (19:31 +0000)]
- added sysconfig file

Changed files:
    tomcat.spec -> 1.69

11 years ago- fixed logdir path in %%files
pawelz [Fri, 23 Jan 2009 20:25:05 +0000 (20:25 +0000)]
- fixed logdir path in %%files

Changed files:
    tomcat.spec -> 1.68

11 years ago- set JAVA_HOME
pawelz [Fri, 23 Jan 2009 20:20:05 +0000 (20:20 +0000)]
- set JAVA_HOME
- export variables

Changed files:
    apache-tomcat.sysconfig -> 1.2

11 years ago- s/su -/su/ (pass env variables to tomcat)
pawelz [Fri, 23 Jan 2009 20:17:33 +0000 (20:17 +0000)]
- s/su -/su/ (pass env variables to tomcat)

Changed files:
    apache-tomcat.init -> 1.11

11 years ago- install directories writable for tomcat into /var/lib
pawelz [Fri, 23 Jan 2009 20:16:11 +0000 (20:16 +0000)]
- install directories writable for tomcat into /var/lib
- now /etc/tomcat and /usr/share/tomcat are ro

Changed files:
    tomcat.spec -> 1.67

11 years ago- added sysconfig file
pawelz [Fri, 23 Jan 2009 19:11:40 +0000 (19:11 +0000)]
- added sysconfig file

Changed files:
    tomcat.spec -> 1.66

This page took 0.107086 seconds and 4 git commands to generate.