[RELEASE] DA-Tomcat v0.1

Anyone knows where this install of tomcat (using build script) keep the logs? I cant stat tomcat but I'm not finding the logs
 
how do you start tomcat besides the plugin?

of, i found it: tomcatd

But then i tried to start manually it doesn't:

[root@ar1 daplugin.com]# service tomcatd start
Starting Tomcat:
Using CATALINA_BASE: /usr/local/tomcat
Using CATALINA_HOME: /usr/local/tomcat
Using CATALINA_TMPDIR: /usr/local/tomcat/temp
Using JRE_HOME: /usr/local/java
[root@ar1 daplugin.com]#
 
Last edited:
I got it worked at last.

The script not install java on usr/local/java. Insteed installed it inside his directory inside /directadmin/

I made a symlink in usr/local/java to the installed folder
 
you better move it to /usr/local/.....

outpernet said:
I got it worked at last.

The script not install java on usr/local/java. Insteed installed it inside his directory inside /directadmin/

I made a symlink in usr/local/java to the installed folder
 
each time i logon with ssh, this shows up:

-bash: CATALINA_HOME: command not found

do you know why? o how to fix it?
 
License....

I have big troubles with the license...

The server seems to never contact daplugin. no key file is mailed and the product is not working...

Is there anything i am missing here? Can i manually force contact via check_licenses.php? Since no registered ip number turns up...

Tnx,

Arjan
 
I have big troubles with the license...

The server seems to never contact daplugin. no key file is mailed and the product is not working...

Is there anything i am missing here? Can i manually force contact via check_licenses.php? Since no registered ip number turns up...

Tnx,

Arjan

For issues regarding our products after purchase, please kindly submit a ticket in http://daplugin.com/support
 
tnx for your response to my ticket!

It works now... Turns out i probably forgot to restart the Tomcat service by clicking restart. Since it took so long time i broke of the procedure. I let i go and after 1 minute i got the license file indeed.

Grt,

Arjan
 
Finally, featuring ton of new funtions, a new version for DA-Tomcat is now available!

DA-Tomcat v0.5 is now encoded using Nu-Coder instead of Ioncube. For existing customers, it is recommended to install DA-Tomcat from scratch (uninstall and then re-install).


Detailed Changelogs can be found at: http://forum.daplugin.com/index.php/topic,23.0.html


Existing Customers are always encouraged to upgrade your purchased products using the daplugin.build script. Please refer to the howto: http://forum.daplugin.com/index.php/topic,21.0.html
 
Is this plugin still available? Does it work with the latest version of DA? I can't seem to access the website daplugin.com at the moment, is it down?

Thanks
 
Our network was unstable for a few hours. The NOC has fixed ithe problem for us.

The plugin is still available, and should be compatible with any future version of DA (Unless they change their API and the way that the plugins should work).
 
I was wondering if anyone has an up-to-date install guide and is this product still supported?
 
I'm still having problem with da-tomcat.. support seems to be not alive.
Anyone who is using this plugin please share if you have the same problem as me.

quote:
http://forum.daplugin.com/index.php/topic,8.0.html

Is this information still relevant or to old?

After following these instructions aI noticed that mod_jk didnt get loaded in my httpd.conf (I am using apache 2.2.9) so I added this line to my httpd.conf: Include conf/extra/mod_jk.conf

mod_jk does get loaded by apache however, every .jsp I open on port 80 just shows me the code.

My mod_jk is just default, I only changed to log lvl to info but unfortunately it doesn't log anything. Anybody got any idea whats wrong with my config?

<IfModule !mod_jk.c>
LoadModule jk_module /usr/lib/apache/mod_jk.so
</IfModule>

JkWorkersFile "/usr/local/tomcat/conf/jk/workers.properties"
JkLogFile "/usr/local/tomcat/logs/mod_jk.log"

JkMount /*.jsp ajp13
JkMount /ROOT/*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
JkMount /*.do ajp13
JkMount /manager/* ajp13

JkLogLevel info
 
This add on has not worked on my server for quite a while. The website is useless to me at this point and I can not retrieve or update the license. When reinstalling the add on my lifetime license is not found on their server. I get no reply from support whatsoever. Although I like the plugin it is dependent on the creators server which is not such a good thing in a production environment. Fortunately I only have one customer that requires it and I am working on his account to enable jsp just for him.
 
Back
Top