Nancy Dawson

Greenhorn
+ Follow
since Sep 17, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Nancy Dawson

Originally posted by Ben Souther:
The simplest way is to rename your webapp to ROOT and replace the current ROOT webapps with yours.

PS: I take it you got your memory issues straightened out.



I am sorry i forgot ,, Thank you very much I got the memory issue straightened out, Thanks for helping me out
17 years ago
whenever users type my IP http://123.45.43.45 in the web browser they get

"If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!"


Please how do i direct them to my web page which happens to be located in http://123.45.43.45/testing
17 years ago

Originally posted by Ben Souther:
Also, does your machine have enough ram to run Tomcat?



Its a Red Hat Linux 4 with 256MB of Memory
17 years ago

Originally posted by Ben Souther:
How did you install Tomcat?
How do you start/stop Tomcat?




Unless she's using a connector (For Apache HTTPD or IIS) she probably doesn't have a workers2.properties file.



I installed tomcat by unzipping the apache file i downloaded

I am starting tomcat by using ./startup.sh

Stopping by using ./shutdown.sh
17 years ago
Hello All,
I am having a problem staring up my Jboss Server it is giving me this error

Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.


I know with Java I would need to start java with �Xms128m �Xmx512m. But I don�t know the solution with Jboss
17 years ago
I am having problem starting my tomcat , Pls the errors are

"Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine."
17 years ago
Congrats , I just read your post this morning Banging your head on the wall waiting for your results
To me there is no certification thats a waste of time, any knowledge gained can help you in the future
There is this Service Level Requirement that states that response time should not be more that
10 seconds for web users and 5 seconds for Agents, Is there a Design Pattern that can enable this
I am going to take the part 3 of the SCEA this weekend. Please can someone tell me what this is all about and suggested materials I need to pass this exam
Yes i know deployment diagrams are helpful but they did not ask for it

Originally posted by Tom Adams:
Hi All,

I uploaded part II and took the part III test on 8/25 and the results were posted on 9/17...so, it took a little less than 3 weeks for the grade.

This report shows the total points that could have been awarded in each section and the actual amount of points you were awarded. This information is provided in order to give you feedback on your relative strengths on a section basis. The maximum number of points you could have received is 100, minimum to pass is 70.

Class Diagram (44 maximum) .......................... 36
Component Diagram (44 maximum) ...................... 42
Sequence/Colloboration Diagrams (12 maximum) ........ 12

Most of my points were lost on the Class Diagram...not sure why. I had 18 classes (including stateless session beans) - maybe I was missing something?

Notes

  • I did use UML 2.0 on the assignment - shows up mostly in the sequence diagrams and component diagram.
  • Used Visio as a UML modeling tool - not that bad there are some UML 2.0 stencils available.
  • Other items I included: Deployment diagram, class diagram descriptions, assumption section, brief (2 paragrahs) summary on each non-functional system aspect.


  • I spent a lot of time searching through this forum. Thanks to all who have contributed.


    I don't really understand why people include deployment diagram, am i missing something here
    There is this requirement that response time should not be more than 15 seconds, what class can you use to ensure that a transaction that is taking too long gets cut off