vif-devel Mailing List for VIF (Page 6)
Brought to you by:
aktion-hip
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(6) |
Sep
(25) |
Oct
|
Nov
|
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(4) |
May
(9) |
Jun
(2) |
Jul
(3) |
Aug
|
Sep
(2) |
Oct
|
Nov
(1) |
Dec
|
| 2004 |
Jan
(1) |
Feb
|
Mar
(4) |
Apr
(9) |
May
(4) |
Jun
(2) |
Jul
(1) |
Aug
(5) |
Sep
(3) |
Oct
(2) |
Nov
(4) |
Dec
(3) |
| 2005 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(9) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2006 |
Jan
(18) |
Feb
(40) |
Mar
(5) |
Apr
|
May
|
Jun
(4) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(6) |
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(9) |
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Benno L. <ben...@id...> - 2002-12-05 09:34:56
|
Hello I've released Release 0.2.0 of the application VIF. This release includes the following changes: - Bug corrected which prevented proper initialization. - Bug corrected which prevented ORDER BY ordering. - Migrated framework to use the Transformation API (TrAX) for XSL transformation. - Made all lists sortable (by clicking the icon in the column header). - Implementation of use case 2 - Table tblParticipant created to register members to discussion groups. Please use the updates script to update your database, e.g. Update-Rel0.2 /path/to/mysql/bin myPassword. - Modified JavaScript code to support better Mozilla 1.1/Mozilla 1.2 Regards, Benno _______________________________________________________________________ Benno Luthiger Technologie- und Informationsmanagement WEP J 11 ETH Zentrum CH-8092 Zürich Tel: +41 1 632 57 65 _______________________________________________________________________ |
|
From: Benno L. <ben...@id...> - 2002-09-30 11:04:52
|
Hello I've released a new version of the application VIF with the release number V0.13. I've made a revision of the domain object framework. I added database adapter functionality. With these extensions the application know is able to interact not only with MySQL, but with further databases like Oracle, PostgreSQL ect. With this design new adapters for further databases can easily be added to the framework. I revised the documentation for the domain object framework too (see http://vif.sourceforge.net/DomainobjectMetamodel.pdf). I've added some examples so it should be more comprehensible. Regards, Benno |
|
From: Luthiger S. B. <ben...@id...> - 2002-09-27 07:32:21
|
Implementation hints for use case 2 The aim of the use case 2 is the registration of members to a discussion = group.=20 With the use cases of the administration application implemented until = now we're able to create members and discussion groups. The next step, = therefore, is to provide the functionality that members can register to = a discussion group through the forum application, before they are able = to contribute to the discussion in the chosen group.=20 The use case starts when the member calls the list of available = discussion groups. The member marks all the groups she wants to = contribute. The application checks whether the member is not yet = registered to the selected groups and, if not, registers it. The = application then sends a feedback to the member's browser. This use case = results in new entries in the table tblMembership (which links members = (i.e. entries in tblMember) to discussion groups (i.e. entries in = tblGroup)). The implementation of this use case consists roughly of the following = steps: a) Model: Create the domain object Membership and its home = MembershipHome (i.e. the interfaces and their implementations). This = domain object is used to handle the data in tblMembership. You can take = the table specification from the data model documentation. You can take = org.hip.vif.bom.impl.GroupAdminHomeImpl etc. as guideline. b) Controller: Create a task (e.g. GroupRegisterTask) which handles the = members request to register. I think we have to create another task = (e.g. GroupShowRegisterListTask) which shows the available groups and = displays checkboxes which the member can mark. You can take = org.hip.vif.forum.tasks.impl.GroupShowListTask as guideline. Note that = you have to register the newly created tasks to TaskManagerImpl. c) View: Create the views which prepare the produced XML for that they = can be transformed by an appropriate XSLT. You can take = org.hip.vif.forum.servlets.impl.GroupListView as guideline. Regards, Benno |
|
From: Luthiger S. B. <ben...@id...> - 2002-09-27 07:18:27
|
Dear Mac That's good. I wonder now whether the Apache error you reported = originates from the same error. Could you check this? Regards, Benno |
|
From: <Mac...@ao...> - 2002-09-26 17:39:30
|
Hey there;
I set the path :
org.hip.vif.docs.root=c:/jakarta-tomcat-4.0.1/webapps/vifapp/admin/
and I was able to enter as super user using suID and suPasswd..........
thanx MAC
|
|
From: Benno L. <ben...@id...> - 2002-09-26 11:38:26
|
Dear Mac The path to the file looks well now. As the error continues, I suppose that the application still doesn't find the specified file. You specified a relative path declaration, which means relative to the Tomcat's working directory. I suggest you to try an absolute path declaration to the /vifapp/admin/ directory in a first step. If the error continues, there's a serious problem and I would need further information to solve it. If the error disappears, you have to calculate the correct relative path if you prefer to specify a relative path in vif.properties. Regards, Benno |
|
From: <Mac...@ao...> - 2002-09-26 11:09:29
|
Hey there;
I changed :
org.hip.vif.dftLanguage=en
and made sure that : org.hip.vif.docs.root=./webapps/vifapp/admin/
and still get ther error :
file:./webapps/vifapp/admin/de/err_msg/msg_body.xsl; Line 0; Column 0
XSL Error: Could not parse
file:./webapps/vifapp/admin/de/err_msg/msg_body.xsl d
ocument!
file:./webapps/vifapp/admin/de/err_msg/body.xsl; Line 0; Column 0
XSL Error: Could not parse file:./webapps/vifapp/admin/de/err_msg/body.xsl
docum
ent!
when I try to set SuId
thanx Mac
|
|
From: Benno L. <ben...@id...> - 2002-09-26 08:42:38
|
Dear Mac
This XSL Error usually means that the system couldn't find the specified
file.
This error seems to be the same you encountered at the beginning of this
month and it has to do with the ending slash that is needed for the property
org.hip.vif.docs.root in vif.properties.
According to the error message the application looks for the file in a
"adminde" directory, but it should be "admin/de", where "de" denotes the
language description for language specific files.
BTW: You can change the installations default language to english by setting
the property org.hip.vif.dftLanguage=en.
Regards,
Benno
-----Original Message-----
From: Mac...@ao... [mailto:Mac...@ao...]
Sent: Mittwoch, 25. September 2002 20:20
To: vif...@li...
Subject: [Vif-devel] Still having error
Hey there;
I ran vif without apache using tomcat alone an I get the same
errror....nothing shows up in error file of vifapp but on tomcat I get the
error
file:./webapps/vifapp/adminde/err_msg/body.xsl; Line 0; Column 0
XSL Error: Could not parse file:./webapps/vifapp/adminde/err_msg/body.xsl
docume
nt!
thanx Mac
|
|
From: <Mac...@ao...> - 2002-09-25 18:20:19
|
Hey there;
I ran vif without apache using tomcat alone an I get the same
errror....nothing shows up in error file of vifapp but on tomcat I get the
error
file:./webapps/vifapp/adminde/err_msg/body.xsl; Line 0; Column 0
XSL Error: Could not parse file:./webapps/vifapp/adminde/err_msg/body.xsl
docume
nt!
thanx Mac
|
|
From: Benno L. <ben...@id...> - 2002-09-25 17:08:56
|
Dear Mac
I didn't run VIF with Tomcat in combination with Apache. Therefore, I
appreciate it very much that you investigate this combination.
I can only give you some suppositions concerning the error that you
encountered. I guess the problem has something to do with the way Apache
maps or redirects the relative paths.
Did you check the log files? Probably the browser requested a file the
application doesn't find anymore.
Regards,
Benno
-----Original Message-----
From: Mac...@ao... [mailto:Mac...@ao...]
Sent: Mittwoch, 25. September 2002 14:15
To: vif...@li...
Subject: [Vif-devel] having page error when setting up vif again
Hey there;
I've been getting apache to link with tomcat with mod_jk.....it works
fine when I try to run
http://localhost:8080/vifapp/admin/servlet?requestType=createSU&userId=suId&
passwd=suPasswd
Its starts creating a page then I get an error with the souce code of the
page:
html><head><meta http-equiv='content-type'
content='text/html;charset=iso-8859-1'><title>VIF</title>
</head><body bgcolor='#FFFFFF' text='#505050'
onLoad="javascript:parent.frames[0].location.href='./de/err_msg/menu.htm'">
then it dies any ideas....
thanx Mac
|
|
From: <Mac...@ao...> - 2002-09-25 12:15:25
|
Hey there;
I've been getting apache to link with tomcat with mod_jk.....it works
fine when I try to run
<A HREF="http://localhost:8080/vifapp/admin/servlet?requestType=createSU&userId=suId&passwd=suPasswd">http://localhost:8080/vifapp/admin/servlet?requestType=createSU&userId=suId&
passwd=suPasswd</A>
Its starts creating a page then I get an error with the souce code of the
page:
html><head><meta http-equiv='content-type'
content='text/html;charset=iso-8859-1'><title>VIF</title>
</head><body bgcolor='#FFFFFF' text='#505050'
onLoad="javascript:parent.frames[0].location.href='./de/err_msg/menu.htm'">
then it dies any ideas....
thanx Mac
|
|
From: Luthiger S. B. <ben...@id...> - 2002-09-07 19:31:01
|
Dear Oleg
Which version of the application do you try to install?
I'm developing on Windows (which is not case sensitive) and released =
Version 0.1. I then tryed to install this version on Linux and got the =
same problems you discribe. I found out that reason is that Linux and =
MySQL on Linux are case sensitive. The application V0.1 transforms all =
table names in upper cases, but the installations scripts create tables =
in mixed cases. Therefore, the application doesn't find the specified =
tables and returns the SQLException instead (which isn't very =
instructive ;-) ).
I corrected this error in V0.11.
If my guess that you're using V0.1 is true then I would simply suggest =
that you try to install V0.11 or V0.12. If the problem you discribe =
continues, we have to look at MySQL again.
Regards,
Benno
-----Original Message-----
From: vif...@li...
[mailto:vif...@li...]On Behalf Of
ol...@ws...
Sent: Samstag, 7. September 2002 01:27
To: vif...@li...
Subject: [Vif-devel] (no subject)
Hi Benno,
Following Installation instructions, step 4 to create superuser, I =
clicked=20
on that link and I've got :
SQL error while getting connection: java.sql.SQLException: Invalid=20
authorization specification: Access denied for user: 'VIF@localhost' =
(Using=20
password: YES)=20
Step 5 opens the web form (with CH default locale, everything in =
german):=20
enter=20
suID=20
suPasswd and get,
java.sql.SQLException: Invalid authorization specification: Access =
denied=20
for user: 'VIF@localhost' (Using password: YES)
Does anyone has the same problem? It looks like VIF user doesn't has =
enough=20
priviledges after insallation, I've checked your InstallDB script:
insert into mysql.user (host,user,password) values('localhost', 'VIF',=20
password('password'))
do we have to give grants in user table ( I saw you did it with mysql.db =
table:
--------------
insert into mysql.db (host,user,db, Select_priv, Insert_priv, =
Update_priv,=20
Delete_priv, Create_pr
iv) values('localhost', 'VIF', 'vif', 'Y', 'Y', 'Y', 'Y', 'Y')
--------------
).
Thanks,
Oleg =20
|
|
From: <Mac...@ao...> - 2002-09-07 04:43:38
|
Hey there;
I did have a problem with logging in new members but I downloaded your
latest version and now I have super user status and can enter forums as well
as indivual people into database.........
thanx Mac
|
|
From: <ol...@ws...> - 2002-09-06 23:43:56
|
Hi Benno,
Following Installation instructions, step 4 to create superuser, I clicked
on that link and I've got :
SQL error while getting connection: java.sql.SQLException: Invalid
authorization specification: Access denied for user: 'VIF@localhost' (Using
password: YES)
Step 5 opens the web form (with CH default locale, everything in german):
enter
suID
suPasswd and get,
java.sql.SQLException: Invalid authorization specification: Access denied
for user: 'VIF@localhost' (Using password: YES)
Does anyone has the same problem? It looks like VIF user doesn't has enough
priviledges after insallation, I've checked your InstallDB script:
insert into mysql.user (host,user,password) values('localhost', 'VIF',
password('password'))
do we have to give grants in user table ( I saw you did it with mysql.db
table:
--------------
insert into mysql.db (host,user,db, Select_priv, Insert_priv, Update_priv,
Delete_priv, Create_pr
iv) values('localhost', 'VIF', 'vif', 'Y', 'Y', 'Y', 'Y', 'Y')
--------------
).
Thanks,
Oleg
|
|
From: Benno L. <ben...@id...> - 2002-09-05 15:32:10
|
Dear Mac
I need more information to help in this case. Can you send the messages
logged in the application's log files? You can find them according to the
property "org.hip.vif.logPath" in vif.properties.
The application maintains three log files: system.log, tracer.log and
error.log.
The most descriptive information in the case of this error should be in
error.log (as you might suppose).
Do you get this error only when adding new members? Does adding new groups
and setting new permissions work?
Regards,
Benno
-----Original Message-----
From: vif...@li...
[mailto:vif...@li...]On Behalf Of
Mac...@ao...
Sent: Mittwoch, 4. September 2002 20:29
To: vif...@li....
Subject: [Vif-devel] error logging in new member
Hey there;
Thanx it finally worked with the backslash. I get an error when I try
to enter other members: org.hip.vif.forum.tasks.impl.ContextImpl .
thanx Mac
|
|
From: Benno L. <ben...@id...> - 2002-09-05 12:13:44
|
Dear Oleg According to the error message you encountered the same problem Mac did some days before. The message says that the application can't find the properties file XMLImplementation.properties. This file and the other files (vif.properties, GROUPSTATES.xml, ROLES.xml) must reside in Tomcat's working directory. The working directory is the directory you are in when submitting the command for startup Tomcat. For example if you are in /opt/jakarta-tomcat-4.0.4/bin (in this example the directory the file startup.sh resides) and you enter the command ./startup.sh, this makes /opt/jakarta-tomcat-4.0.4/bin as working directory. But if you are in /opt/jakarta-tomcat-4.0.4 and submit the command ./bin/startup.sh, in this case /opt/jakarta-tomcat-4.0.4 is your working directory. Therefore, the place to copy the files vif.properties, XMLImplementation.properties etc. depends on the way you start Tomcat. The same holds on Windows, only the naming of the paths is a little bit different. If you start Tomcat by clicking on a shortcut, you can set the working directory in the shortcut's properties. An other problem Mac encountered was that the application couldn't find the template files to display the information in the browser window. The application gets this information from the property "org.hip.vif.docs.root" in vif.properties. You either can set an absolute path or a path relative to Tomcat working directory. Be aware that this property (and the property "org.hip.vif.website.root") needs a trailing slash. Regards, Benno -----Original Message----- From: vif...@li... [mailto:vif...@li...]On Behalf Of ol...@ws... Sent: Donnerstag, 5. September 2002 06:10 To: vif...@li... Subject: [Vif-devel] Error: coudn't create a new user with the user id suID having super user privileges and the password suPasswd. Hi Benno, I've installed release 0.12 following Installation instructions, at the step Application, 4. Start your web browser and enter the following URL: http://localhost:8080/vifapp/admin/servlet? requestType=createSU&userId=suId&passwd=suPasswd , I've got the following: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error java.lang.Error: XSLTToStreamProcessor not set in org.hip.xml.utilities.XSLImplementationSelector and xslt.processor not specified in properties file at org.hip.xml.utilities.XSLImplementationSelector.getXSLTToStreamProcessor (XSLImplementationSelector.java:96) at org.hip.kernel.servlet.impl.AbstractXSLView.prepareTransformation (AbstractXSLView.java:118) at org.hip.vif.servlets.HtmlErrorViewImpl. (HtmlErrorViewImpl.java:52) at org.hip.vif.servlets.HtmlErrorPageImpl. (HtmlErrorPageImpl.java:49) at org.hip.vif.exc.VIFExceptionHandlerImpl.handleOther (VIFExceptionHandlerImpl.java:133) at org.hip.vif.exc.VIFExceptionHandlerImpl.protectedHandle (VIFExceptionHandlerImpl.java:198) at org.hip.kernel.exc.AbstractExceptionHandler.handle (AbstractExceptionHandler.java:61) at org.hip.kernel.exc.AbstractExceptionHandler.handle (AbstractExceptionHandler.java:48) at org.hip.vif.admin.servlets.impl.VIFAdminRequestHandler.callExceptionHandler (VIFAdminRequestHandler.java:67) at org.hip.vif.admin.servlets.impl.VIFAdminRequestHandler.handle (VIFAdminRequestHandler.java:139) at org.hip.vif.admin.servlets.impl.VIFAdminRequestHandler.doGet (VIFAdminRequestHandler.java:83) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) .... Again, everything has been done according to the Installation instructions. I will try to figure out, what is wrong here...But may it takes a few seconds for you to do that ;-) Thanks, Oleg ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Vif-devel mailing list Vif...@li... https://lists.sourceforge.net/lists/listinfo/vif-devel |
|
From: <Mac...@ao...> - 2002-09-05 05:39:18
|
Hey there;
I downloaded your latest version and everthing works........
thanx Mac
|
|
From: <ol...@ws...> - 2002-09-05 04:25:52
|
Hi Benno, I've installed release 0.12 following Installation instructions, at the step Application, 4. Start your web browser and enter the following URL: http://localhost:8080/vifapp/admin/servlet? requestType=createSU&userId=suId&passwd=suPasswd , I've got the following: Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error java.lang.Error: XSLTToStreamProcessor not set in org.hip.xml.utilities.XSLImplementationSelector and xslt.processor not specified in properties file at org.hip.xml.utilities.XSLImplementationSelector.getXSLTToStreamProcessor (XSLImplementationSelector.java:96) at org.hip.kernel.servlet.impl.AbstractXSLView.prepareTransformation (AbstractXSLView.java:118) at org.hip.vif.servlets.HtmlErrorViewImpl. (HtmlErrorViewImpl.java:52) at org.hip.vif.servlets.HtmlErrorPageImpl. (HtmlErrorPageImpl.java:49) at org.hip.vif.exc.VIFExceptionHandlerImpl.handleOther (VIFExceptionHandlerImpl.java:133) at org.hip.vif.exc.VIFExceptionHandlerImpl.protectedHandle (VIFExceptionHandlerImpl.java:198) at org.hip.kernel.exc.AbstractExceptionHandler.handle (AbstractExceptionHandler.java:61) at org.hip.kernel.exc.AbstractExceptionHandler.handle (AbstractExceptionHandler.java:48) at org.hip.vif.admin.servlets.impl.VIFAdminRequestHandler.callExceptionHandler (VIFAdminRequestHandler.java:67) at org.hip.vif.admin.servlets.impl.VIFAdminRequestHandler.handle (VIFAdminRequestHandler.java:139) at org.hip.vif.admin.servlets.impl.VIFAdminRequestHandler.doGet (VIFAdminRequestHandler.java:83) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) .... Again, everything has been done according to the Installation instructions. I will try to figure out, what is wrong here...But may it takes a few seconds for you to do that ;-) Thanks, Oleg |
|
From: <Mac...@ao...> - 2002-09-04 18:29:12
|
Hey there;
Thanx it finally worked with the backslash. I get an error when I try to
enter other members: org.hip.vif.forum.tasks.impl.ContextImpl .
thanx Mac
|
|
From: Benno L. <ben...@id...> - 2002-09-04 16:47:39
|
Hello I've released a new version of the application VIF with the release number V0.12. Here are the changes: - Added functionality to handle guest/anonymous user. - Modified java scripts so that genereated html work with netscape too. Regards, Benno |
|
From: Benno L. <ben...@id...> - 2002-09-04 16:04:51
|
Dear Mac
The property "org.hip.vif.docs.root" needs a trailing slash. Therefore I
guess C:/unzipped/jakarta-tomcat-4.0.1/webapps/vifapp/admin/ should work on
your PC.
The necessity of trailing slahes is a little bit inconsistent in
vif.properties and therefore may be confusing. Perhaps I change this in a
future release.
Regards,
Benno
-----Original Message-----
From: Mac...@ao... [mailto:Mac...@ao...]
Sent: Mittwoch, 4. September 2002 16:44
To: vif...@li....
Subject: [Vif-devel] Still having problems setting up user login
Hey there;
I thought I had solve the problem clicking
http://localhost:8080/vifapp/admin/servlet?requestType=createSU&userId=suId&
passwd=suPasswd, I didn't generate any errors but the tomcat monitor gave
me:
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
Starting service Tomcat-Apache
Apache Tomcat/4.0.1
file:C:/unzipped/jakarta-tomcat-4.0.1/webapps/vifapp/adminde/err_msg/msg_bod
y.xs
l; Line 0; Column 0
XSL Error: Could not parse
file:C:/unzipped/jakarta-tomcat-4.0.1/webapps/vifapp/
adminde/err_msg/msg_body.xsl document!
file:C:/unzipped/jakarta-tomcat-4.0.1/webapps/vifapp/adminde/err_msg/body.xs
l; L
ine 0; Column 0
XSL Error: Could not parse
file:C:/unzipped/jakarta-tomcat-4.0.1/webapps/vifapp/
adminde/err_msg/body.xsl document!. I used the path
C:/unzipped/jakarta-tomcat-4.0.1/webapps/vifapp/admin and
./webapps/vifapp/admin to set up org.hip.vif.docs.root. an got the same
result.
thanx Mac
|
|
From: <Mac...@ao...> - 2002-09-04 14:44:19
|
Hey there;
I thought I had solve the problem clicking
<A HREF="http://localhost:8080/vifapp/admin/servlet?requestType=createSU&userId=suId&passwd=suPasswd">http://localhost:8080/vifapp/admin/servlet?requestType=createSU&userId=suId&
passwd=suPasswd</A>, I didn't generate any errors but the tomcat monitor gave me:
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
Starting service Tomcat-Apache
Apache Tomcat/4.0.1
file:C:/unzipped/jakarta-tomcat-4.0.1/webapps/vifapp/adminde/err_msg/msg_body.
xs
l; Line 0; Column 0
XSL Error: Could not parse
file:C:/unzipped/jakarta-tomcat-4.0.1/webapps/vifapp/
adminde/err_msg/msg_body.xsl document!
file:C:/unzipped/jakarta-tomcat-4.0.1/webapps/vifapp/adminde/err_msg/body.xsl;
L
ine 0; Column 0
XSL Error: Could not parse
file:C:/unzipped/jakarta-tomcat-4.0.1/webapps/vifapp/
adminde/err_msg/body.xsl document!. I used the path
C:/unzipped/jakarta-tomcat-4.0.1/webapps/vifapp/admin and
./webapps/vifapp/admin to set up org.hip.vif.docs.root. an got the same
result.
thanx Mac
|
|
From: Benno L. <ben...@id...> - 2002-09-04 07:38:05
|
Dear Farzad I agree with you concerning the deployment argument. Ant gives us any freedom to choose the CVS directory structure. Therefore, we have not to bother about this point anymore. The other point is Tomcat. I identify two sub points there: (1) Tomcat as productive environment for the application and (2) Tomcat integrated in the IDE used for debugging and testing the application during development. (1) I think Tomcat is a good choice as servlet application container: It is open source, stable and having a war file, the installation of an application is very simple. But maybe we find a way to produce the project's deliverables not targeting a specific application environment with an installation procedure which is comparable in it's simplicity to the Tomcat way. So we can put this point by for the moment. (2) Tomcat/CVS in the IDE: In your response you didn't deal with my notes about working with Tomcat and CVS during the development process. I fear that organizing the files in the CVS makes development for me (and other developers using Eclipse or IntelliJ IDEA or comparable IDEs) a lot harder without great benefits for other users. What do you think about this impression? Regards, Benno |
|
From: Luthiger S. B. <ben...@id...> - 2002-09-03 20:47:16
|
Dear Mac
The reason for not getting any html displayed is that the application =
couldn't find the appropriate XSLT files. Therefore, you have to adjust =
in vif.properties the property "org.hip.vif.docs.root". You can enter an =
absolute path to the root directory of the applications xslt and html =
files, e.g. C:/programs/tomcat/webapps/vifapp/admin/ (for the VIF Admin =
application) or C:/programs/tomcat/webapps/vifapp/forum/ (for the proper =
VIF application). If you prefer to enter a relative path, you have to =
remember that the path is relative to the Tomcat working directory.
Regards
Benno
Please add a subject to your postings to the VIF mailing list. It makes =
skimming easier in future.
-----Original Message-----
From: Mac...@ao... [mailto:Mac...@ao...]
Sent: Dienstag, 3. September 2002 17:51
To: vif...@li....
Subject: [Vif-devel] (no subject)
Hey there;
I put the property and xml files in the bin directory and clicked =
=3D"http://localhost:8080/vifapp/admin/servlet?requestType=3DcreateSU&use=
rId=3DsuId&passwd=3DsuPasswd" and didn't get any errors. I continued and =
clicked=20
http://localhost:8080/vifapp/admin/ getting No HTML for view! . any =
ideas
thanx mac
|
|
From: <Mac...@ao...> - 2002-09-03 15:50:44
|
Hey there;
I put the property and xml files in the bin directory and clicked ="<A HREF="http://localhost:8080/vifapp/admin/servlet?requestType=createSU&userId=suId&passwd=suPasswd">
http://localhost:8080/vifapp/admin/servlet?requestType=createSU&userId=suId&
passwd=suPasswd"</A> and didn't get any errors. I continued and clicked
<A HREF="http://localhost:8080/vifapp/admin/">http://localhost:8080/vifapp/admin/</A> getting No HTML for view! . any ideas
thanx mac
|