You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Christopher Schultz <ch...@christopherschultz.net> on 2013/03/06 06:47:03 UTC

Re: [OT] Integrating blog into a JSP website

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Sunil,

Marking as off-topic because this has nothing to do with Tomcat
directly. On the other hand, it's about web applications and
deployment, so... (see below).

On 3/5/13 1:05 AM, Sunil Shevante wrote:
> 
> Hi,
> 
> Is it possible to integrate a blog into my JSP website? Currently
> I have manually created the directory structure within my war
> file.
> 
> My Site : www.investorschoolindia.com
> 
> Also as a subquestion, how can we deploy latest contents on tomcat 
> within building the war file?

So, you want to deploy a some blogging software *inside* your own
webapp? I would personally deploy them separately, and maybe configure
SSO if you need shared-logins across the two webapps.

I'm sure there is some blogging software out there that can be
extracted and merged-into your own webapp, but it's not going to be
pretty. If you're looking for Java-based blogging software, Apache
Roller is an option. Long ago, I tried it out and wasn't happy with
it, but that was a very long time ago, before it went through the
incubator and became Apache Roller.

> Is there a way out? So that whenever I have a new article, I can
> simply deploy the new article without building the whole
> application.

I would certainly avoid having to "deploy" articles: blog software
should save your stuff to something more permanent like a database.
Otherwise, you'll have all your articles deleted if/when you un-deploy.

> Tomcat version 6.0.14.

You need to upgrade that thing before someone compromises your server.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEAREIAAYFAlE22FcACgkQ9CaO5/Lv0PDVowCfYNb3jSnZFlbTbdoleSv2+1Zb
U6IAn0dwrjfA+AavJgR0PO3wTIg/yUQn
=MD0j
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org