Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Words you just can't use with servlet

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Words you just can't use with servlet
 Login/Join
 
Expert
posted
In converting from cgi/isapi to servlet, we've tripped over lots of words we just can't use. So i'll start a thread :
1. "SKIPIMAGE"... don't use this seemingly innocuous word as a statement label. Java will throw you slam into the middle of next week! who knew?
2. amperCOPY .. don't start any amper variable name with amperCOPY , such as
-SET amperCOPYTO = 'D:\IBI\....' ; and
-SET amperCOPYFROM = 'D:\...'; and then
CMD COPY amperCOPYFROM amperCOPYTO
It might work, but your echo will be a mess and you won't know.
(note: ampersands are printing in this board as copyright symbols..and i haven't figured out how to use ubbcode to fix that, so i've written it out as amper.)
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Guru
posted Hide Post
I'm VERY interested in this subject! We are on WebFocus 5.2 and looking at cgi-bin vs. wfservlet. I was told by IBI Tech Support that the Projects Area of Developer Studio is not supported using wfservlet. Here are a couple of things that don't work from the Projects area;

CHECK FILE FILENAME give a foc1517 in CHECK FILE FILENAME

Editing the .ACX file in the projects area does not work (most of the time).

Folks doing Self-Service apps want to use wfservlet as there is a problem with prompting on the server.

Can anyone tell me why we need to change from cgi-bin to wfservlet or what the differences are?

Thanks!
Carol Dobson cdobson@dlbabson.com
 
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003Report This Post
Expert
posted Hide Post
3. &DATETYPE is another java "badword".

From what i've read, cgi's time has come and gone, in webworld in general. its slow and limited, and over. e.g.It times out alot. Try isapi (wepapi.dll) as an alternative. Its faster than cgi, installed along w/ your 5x, but not as cool as servlet. i'm not sure what you mean by an error in prompting or an error in your check file. I have found that when i migrate a fex from cgi to servlet, i test it, and if there's a java badword in there anywhere, it bombs like crazy (fun!) and often have to go line by line, and i mean actually REMOVING code and going 1 paragraph at a time, to find the offending word. So maybe in your MFD where you're doing your CHECK FILE, you have a java "badword";
I have found that the timeout with servlet is about an hour. Now i'm not sure if that's a meaningful comparison, but cgi timeouts were common, and now no prob!, at least for my site. I'm happy with servlet and would never go back.
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Expert
posted Hide Post
actually any var starting with &DATE is a no-no
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Words you just can't use with servlet

Copyright © 1996-2020 Information Builders