Re: Slightly OT: Which CMS?

2007-07-02 Thread Sebastian Himberger
Hi,

we're using OpenCms (http://www.opencms.org) for many customers. It's a
nice open source CMS solution and run's well with tomcat. Although it
may be a bit hard to get into development it has a very intuitive user
interface. I'll try to elaborate a bit on your requirements:

 able to somehow import our old content (static HTML, Java-Script)

There's an import functionality for static content available

 would be great if it doesn't take 1/2 year training until you can
work with the CMS (like Typo3)

The UI is very Windows-Explorer Like but it requires some office/windows
knowledge to grasp the concepts.

 open source  developer-community would be a REAL BIG PLUS

It's open source but mainly developed by a company named Alkacon. But
it's not as community driven as Apache projects.

 should be able to integrate our dynamic content (Servlets, JSP)

You can write JSPs inside the CMS. Although there are some limitations
if you want to include files inside the CMS. You then have to use a
special tag cms:include/.

 dynamic content is protected by Tomcat Formbased AA - would like

You can set ACLs on content and JSPs

But of course: You have to evaluate the CMS yourself. What works fine
for us may be horrible for you ;)

Regarding PHP: IMHO it is more difficult to make PHP secure but i think
this mainly depends on the used CMS.

best regards,
Sebastian

Gregor Schneider schrieb:
 Dear list,

 among other things it's now my job to look out for CMS.

 I've asked auntie Google, however, browsing all hits that Google
 showed up would lead straight into my retirement (and I'm not *that*
 old...)

 What I've seen so far is, that most CMSs are based on PHP - something
 which is giving me slight headaches.

 I've looked for Java-based CMSs being able to run on Tomcat or JBoss,
 however, seems there are only a few available.

 Recommendation for a CMS would be:

 - able to somehow import our old content (static HTML, Java-Script)
 - would be great if it doesn't take 1/2 year training until you can
 work with the CMS (like Typo3)
 - open source  developer-community would be a REAL BIG PLUS
 - should be able to integrate our dynamic content (Servlets, JSP)
 - dynamic content is protected by Tomcat Formbased AA - would like
 either to reuse this or somehow integrate it with the CMS's own
 security paradigma

 I know it's quite a whishlist, but does anybody here have a suggestion
 where I should point my webbrowser to?

 We might even consider to pay for a CMS if the benefit compared to any
 free CMS is making up for the licence-fees.

 And, last not least:

 In case we consider a PHP-based CMS (i.e. Joomla) - is PHP still an
 security-issue?
 I appreciate you giving some valued oppinions on that, however, I
 don't want to start a flamewar on PHP ;)

 TIA

 Gregor


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Appointment system

2007-07-01 Thread Sebastian Himberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

if you want to use Tomcat you can also use EJB by utilizing OpenEJB.
Have a look at: http://openejb.apache.org/tomcat.html

Please beware: This is not a suggestion in favor or against EJB. Just an
info that you don't need to abandon Tomcat if you want to use EJBs :).

Best regards,
Sebastian

Asare Samuel schrieb:
 Hi all,
 
 I am about to code a web applciation(Appointment system). 
 
 It will require a database, email reminders, and JSP pages. Would you sujest 
 an EJB project or a regular web application as shown in the link below~(set 
 up own connection, sql code etc). I started out inclined towards the ejb 
 route. However this requires the sun application server, and my copy will not 
 start despite it being a new installation. 

   1) http://www.netbeans.org/kb/55/mysql-webapp.html
 
 
 Thanks 
 
   
 -
  What kind of emailer are you? Find out today - get a free analysis of your 
 email personality. Take the quiz at the Yahoo! Mail Championship.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGh41wVKBy6qoVEvwRAtRiAKCnIyi1tAiGALrYfALKDwV+4ijWDwCdGwXw
hn6+KvArfhGHJZxc8qpN7wg=
=1xz9
-END PGP SIGNATURE-

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Someone successfully Installed Tomcat as Windows Service with StartMode=java or StartMode=exe?

2006-02-25 Thread Sebastian Himberger

Hi,

my goal was to run Tomcat under an account without the LogonAsService 
privilege. Anyway im running it under another local system account too 
for now. I just wanted to know if the behaviour i experienced is related 
to my environment or to a bug.


but thanks very much for your response :)

have a nice weekend!

best regards
Sebastian

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



Re: Someone successfully Installed Tomcat as Windows Service with StartMode=java or StartMode=exe?

2006-02-24 Thread Sebastian Himberger

Hi Mladen,

thanks very much for the response! I had the last week much work to do 
but todady i took some time to test out the solution on my local Windows 
XP SP1 box. I'm sorry to say that i didn't got it working. Here are the 
specs:


Windows XP SP1
JDK 1.5
Tomcat 5.5.15

I switched the mode to Java using the Tomcat-GUI.
I've used the following arguments in the Startup-Arguments Tab:

-classpath C:\Programme\Tomcat5.5\bin\bootstrap.jar
-Dcatalina.home=C:\Programme\Tomcat5.5
-Dcatalina.base=C:\Programme\Tomcat5.5
-Djava.endorsed.dirs=C:\Programme\Tomcat5.5\common\endorsed
-Djava.io.tmpdir=C:\Programme\Tomcat5.5\temp
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=C:\Programme\Tomcat5.5\conf\logging.properties

After starting the service i get the following windows exception from 
Service Runner:


szAppName : tomcat5.exe szAppVer : 2.0.0.0 szModName : 
ntdll.dll
szModVer : 5.1.2600.1106 offset : 234c

I also tried setting -LogLevel=debug but this also reveals no more 
informations. The service log says:


[2006-02-24 20:08:10] [info] Debuging Service...
[2006-02-24 20:08:10] [info] Starting service...
[2006-02-24 20:08:20] [info] Running Service...
[2006-02-24 20:08:20] [info] Run service finished.
[2006-02-24 20:08:20] [info] Procrun finished.

Do you have any more ideas how i can track down the problem? Shall i 
write to the Commons-Daemon Mailing list?

I've additionally tried setting the JavaHome in the arguments field.
I took a short look at the commons-daemon sourcecode but since i'm no 
C-expert (escpecially on windows) it would take me much time to get into 
this topic.


If there's a way i can provide more information to solve this issue 
please let me know.


But anyway, thanks very much for your answer.

best regards
Sebastian

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



Re: Someone successfully Installed Tomcat as Windows Service with StartMode=java or StartMode=exe?

2006-02-24 Thread Sebastian Himberger

Hi,


I can only get the service to run if the startup and shutdown modes are
both jvm, not Java.

 - Chuck

that's working for me too, but according to the docs running the service under 
a different user required the use of java. At least: 
http://jakarta.apache.org/commons/daemon/procrun.html says it so.


best regards
Sebastian



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