Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Bluebanshee01

  1. Bluebanshee01

    ciphers

    Does anyone know what the exact syntax is for the cipher option in tomcat SSL. I guess i want to know what the options are that are supposed to bo comma separated. THanks
  2. Bluebanshee01

    SSL problems

    Hi, I am using tomcat 5.5.9 only for web services. I have SSL enabled. I need to know what settings I can make to the sslProtocol option. Other than "TLS" I need to disable a vulnerability that allows clear-text communication between server and client during SSL handshake. I also need to...
  3. Bluebanshee01

    Send mail from localhost

    Hello, I am having trouble sending mail from localhost. I have a linux rhel3.0 machine with sendmail running. This is actually a machine that clients connect to for email. What a client sends or receives mail from this machine it works perfectly. Whan I try to send from the machine via the...
  4. Bluebanshee01

    Rewrite Rules

    Hi there, I am in the process of migrating off of Apache to just plain Tomcat. My question is, is there any type of rewrite rules functionality in tomcat similar to what apache has? I need to do some rewriting and haven't been able to find anything. Thank you for any help in advance. Dave
  5. Bluebanshee01

    Tomcat 5 cluster

    sedj, I think I may be getting somewhere. I am getting this in the log file now. Do you know what the problem may be? - Unable to replicate session java.lang.ClassCastException: org.apache.catalina.session.StandardSession at...
  6. Bluebanshee01

    Tomcat 5 cluster

    Thank you for all the help. I am getting null when I run your b.jsp. This is driving me nuts. Do you have any suggestion where I can go to for some more help? Thanks again
  7. Bluebanshee01

    Tomcat 5 cluster

    Did you mention that this was supposed to be serialized? If so is this example code you sent serialized?
  8. Bluebanshee01

    Tomcat 5 cluster

    Sorry I am also getting this when I run b.jsp.. An error occurred at line: 2 in the jsp file: /b.jsp Generated servlet error: Type mismatch: cannot convert from Object to String Thanks again.
  9. Bluebanshee01

    Tomcat 5 cluster

    Thank You I don't want to sound retarded but how do I go to the other machine to run b.jsp in the same browser? I am using Internet Explorer. THanks Again Dave
  10. Bluebanshee01

    Tomcat 5 cluster

    sedj, Would you by chance have or could you give me the two jsp scripts you suggested to make sure this replication is working? I am still struggling with this. I am not sure if what I have is compatible with replication. I want something that is so I can start ruling out pieces. THanks Dave
  11. Bluebanshee01

    Tomcat 5 cluster

    Cool thanks. I guess I haven't got it yet. I still don't see anything being replicated. I can see however that in the logs that each tomcat does see the other. It does say that the member is added. Do you have any other suggestions or places to go? I am pulling out my hair. Thank for everything...
  12. Bluebanshee01

    Tomcat 5 cluster

    Different question. I have these two machines. With tomcat cluster enabled. With session replication does it only replicate http to http and https to https. In other words when I look on one server and I have a url with a session then when I click a secure (https) page on that same site it jumps...
  13. Bluebanshee01

    Tomcat 5 cluster

    First of all I want to tell you thank you for all the help. Do you know if the mcast address the 228.0.0.4 the cluster services or whatever you decide to use if it actually has to be a real (ping able) address or is it just an address that the cluster services set? Thanks again
  14. Bluebanshee01

    Tomcat 5 cluster

    I need to ask one more question. If I have clustering set up correctly what should I expect? I am under the impression that I should see the same session information on all replicated nodes, session id etc.. is this correct?
  15. Bluebanshee01

    Tomcat 5 cluster

    Thanks for the insight and the article on memory. I will go with that. I did confirm with our developersw that we are not using java.io.Serializable. So I will get them to change that and see if it helps. I guess thet even though I have the cluster running, since we don't have...

Part and Inventory Search

Back
Top