Helma logo
helma.org » Home > faq
Home > faq

Frequently Asked Questions (FAQ)

Not infrequently asked questions.

Have a question that's not answered here? Let us know in the comments section at the bottom of this page!


Next: Is it possible to run Helma As a Windows Service

... comment   ... browse

 
a2k, Friday, 12. July 2002, 13:21
Helma and Catalina Tomcat 4
My hoster provides Tomcat 4 instead of JServ. Can I use Helma with it?

... link  


... comment
 
jwang, Wednesday, 25. June 2003, 08:28
what's wrong with this error?
i got an error while doing the "addressbook" example in the tutorial. here's the error info:

Error retrieving Node: java.lang.StringIndexOutOfBoundsException: String index out of range: 22

... link  

 
jwang, Wednesday, 2. July 2003, 03:25
found out now
it's due to the database data type.
i used postgresql and the timestamp
data type did not work with Helma.
it's ok after change it to date.

... link  


... comment
 
jwang, Wednesday, 25. June 2003, 08:43
about the tutorial
1. when prototype "person", should the "type.properties" file in "application_dir/person" or "application_dir\simplehop\person" as in the tutorial?

2. where should the "html.link" be put?
is it "application_dir\global" or "application_dir\people\global" as in the tutorial?

... link  

 
hns, Thursday, 26. June 2003, 20:41
thanks for the feedback
I'll go over the tutorial soon.

... link  


... comment
 
mikek, Tuesday, 11. November 2003, 17:41
Helma/Antville on IIS
I'm running antville on helma on IIS using the JK isapi_redirect.dll. Everything works fine. What I would like to accomplish is being able to access my blog via mike.blog.escapenet.ch instead of http://blog.escapenet.ch/antville/mike
Any howtos on this subject?

... link  

 
mikek, Tuesday, 25. November 2003, 11:26
is running now
See my solution here (in german) http://mike.escapenet.ch/stories/19/

... link  


... comment
 
riffraff, Tuesday, 8. June 2004, 20:52
Kein Zugriff auf /manage/
Hallo, meine Installation läuft eigentlich, nur wenn ich den Link zu manage aufrufe (über Browser von einem entfernten Rechner) erscheint die Fehlermeldung:
Access from address 80.142.xx.xx denied.
Wie kann ich die Zugriffsberechtigung herstellen?

... link  

 
rist, Tuesday, 8. June 2004, 23:19
in server.properties in der zeile mit "allowAdmin" die IP von der aus du zugreifen möchtest eintragen

(ps: die chancen schnell und verlässlich antworten zu enthalten sind auf den mailinglists eindeutig besser als hier mittels der comments)

... link  


... comment
 
eyalg, Sunday, 5. September 2004, 19:31
How can I access Java classes from macros?
I would like to access Java classes that I have wrote, and use them from macros and functions and get their output to be displayed in my skin?
Is there a way to do that?

... link  

 
chris, Monday, 6. September 2004, 02:00
Have a look at the relevant section in the Rhino documentation, and be sure to put your classes in the classpath (or jar 'em up and put the resulting archive in lib/ext).

... link  


... comment